Re: [tcpdump-workers] link-layer headers

2017-04-07 Thread Guy Harris
On Apr 7, 2017, at 11:10 AM, Denis Ovsienko wrote: > tcpdump can decode M3UA if that is what you mean. It dissects M3UA running atop SCTP; tcpdump dissects either SCTP as a "link-layer" protocol (LINKTYPE_SCTP/DLT_SCTP = 248) or as a protocol running atop IPv4/IPv6 (which, obviously, run atop

Re: [tcpdump-workers] link-layer headers

2017-04-07 Thread Denis Ovsienko
On Fri, 24 Mar 2017 07:17:13 + Udit Chaudhary wrote > > Hello *, > > We were using text2pcap tool provided by Wireshark, the tool works fine with > following Headers. > > > LINKTYPE_MTP2140DLT_MTP2 > LINKTYPE_MTP3141DLT_MTP3 > LINKTYPE_SCCP142DLT_SCCP >

Re: [tcpdump-workers] link-layer headers

2017-04-07 Thread Guy Harris
On Mar 24, 2017, at 12:17 AM, Udit Chaudhary wrote: > Can you please help us to decode Hex Dump for LINKTYPE_M3UA There *is* no link type LINKTYPE_M3UA. ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailm

[tcpdump-workers] link-layer headers

2017-04-07 Thread Udit Chaudhary
Hello *, We were using text2pcap tool provided by Wireshark, the tool works fine with following Headers. LINKTYPE_MTP2140DLT_MTP2 LINKTYPE_MTP3141DLT_MTP3 LINKTYPE_SCCP142DLT_SCCP Can you please help us to decode Hex Dump for LINKTYPE_M3UA i.e SIGTRAN. Thanks Udit __