On Oct 2, 2006, at 12:58 PM, Keith Fleming wrote:
-------------------It is? That's not an "of course", it's the result of giving the pcap- format file a file header with a link-layer type of DLT_EN10MB (1); a different link-layer type would result in a different interpretation.
The Ethereal project is being continued at a new site. Please go to
http://www.wireshark.org and subscribe to wireshark-users@xxxxxxxxxxxxx .
Don't forget to unsubscribe from this list at
http://www.ethereal.com/mailman/listinfo/ethereal-users
-------------------
I have taken some raw SS7 MTP3 data from our application and have converted it to pcap format. Ethereal correctly sees this file’s contents but of course it is looking at it as if it was Ethernet.
It is MTP3 data, starting with the SIO octet, then the two 24 bit point codes, then the SLS, etc.In this case, yes; there's a link-layer type of DLT_MTP3 for exactly that purpose. It has the value 141. You'd need to create your file with a link-layer type value of 141 rather than 1.
Is it possible to tell ethereal, “interpret this as MTP3 and don’t worry about there not being any link-level (or lower) data”
Powered by MHonArc 2.6.10