From: "Martin Regner" Subject: Re: [Ethereal-dev] [PATCH] T.38 over TPKT over TCP
> > For T.38-over-TCP, is there a convenient way to find the length of a > > PER sequence, using a bounded number of bytes from the beginning of the > > packet, and not using more bytes than the minimum length of a PER > > sequence? > > No, there is no convenient way to find the length when the packet is PER > encoded. Speaking for those that has in the past had to read and parse the hexdump of PER encoded PDUs: Very few things, if any, are convenient when it comes to PDU. :-) While being a very compact encoding, convenience in parsing the data is not one of the features of asn.1/per. (thank god h323 at least use aligner-per and not unaligned per) _______________________________________________ Ethereal-dev mailing list [EMAIL PROTECTED] http://www.ethereal.com/mailman/listinfo/ethereal-dev
