Re: [tcpdump-workers] DLT for MPEG2-TS

2012-02-11 Thread Guy Harris
On Feb 2, 2012, at 9:45 AM, Guy Harris wrote: > On Feb 2, 2012, at 9:41 AM, Guy Martin wrote: > >> Do you have an ETA as of when the next release with this addition will >> be available ? > > No, but note that the link-layer type value is available for use outside of > libpcap already. ...and

Re: [tcpdump-workers] DLT for MPEG2-TS

2012-02-02 Thread Guy Harris
On Feb 2, 2012, at 9:41 AM, Guy Martin wrote: > Do you have an ETA as of when the next release with this addition will > be available ? No, but note that the link-layer type value is available for use outside of libpcap already. - This is the tcpdump-workers list. Visit https://cod.sandelman.c

Re: [tcpdump-workers] DLT for MPEG2-TS

2012-02-02 Thread Guy Martin
On Wed, 1 Feb 2012 10:30:22 -0800 Guy Harris wrote: > > On Jan 29, 2012, at 2:17 PM, Guy Harris wrote: > > OK, I've assigned LINKTYPE_MPEG_2_TS/DLT_MPEG_2_TS, with a value of > 243. Thanks ! Do you have an ETA as of when the next release with this addition will be available ? - This is the

Re: [tcpdump-workers] DLT for MPEG2-TS

2012-02-01 Thread Guy Harris
On Jan 29, 2012, at 2:17 PM, Guy Harris wrote: > At this point, no. (I need to be able to push changes to pcap-common.c and > pcap/bpf.h, but that's not under your control. :-)) OK, I've assigned LINKTYPE_MPEG_2_TS/DLT_MPEG_2_TS, with a value of 243.- This is the tcpdump-workers list. Visit ht

Re: [tcpdump-workers] DLT for MPEG2-TS

2012-01-29 Thread Guy Harris
On Jan 29, 2012, at 1:19 PM, Guy Martin wrote: > Correct. It's most commonly refered as ISO 13818-1. Yes, but I usually go to the ITU-T standard first, in the hopes that I won't have to drag out my credit card to get access to the standard. Alas, my hopes were dashed in this case (but CHF 77

Re: [tcpdump-workers] DLT for MPEG2-TS

2012-01-29 Thread Guy Martin
On Sun, 29 Jan 2012 12:58:20 -0800 Guy Harris wrote: > > On Jan 29, 2012, at 9:21 AM, Guy Martin wrote: > > > I've been working with protocols encapsulated into MPEG2-TS but > > I can't save the raw stream straight into a pcap file. > > Those protocols include DOCSIS (cable modem) and DSM-CC (I

Re: [tcpdump-workers] DLT for MPEG2-TS

2012-01-29 Thread Guy Harris
On Jan 29, 2012, at 9:21 AM, Guy Martin wrote: > I've been working with protocols encapsulated into MPEG2-TS but > I can't save the raw stream straight into a pcap file. > Those protocols include DOCSIS (cable modem) and DSM-CC (IP packets > into DVB streams). > > Unless I'm mistaken, there is c

[tcpdump-workers] DLT for MPEG2-TS

2012-01-29 Thread Guy Martin
Hi, I've been working with protocols encapsulated into MPEG2-TS but I can't save the raw stream straight into a pcap file. Those protocols include DOCSIS (cable modem) and DSM-CC (IP packets into DVB streams). Unless I'm mistaken, there is currently no DLT_ value for MPEG2-TS. Can you please add