Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8962] Enhancement: Add STANAG 4607 file format

Date: Wed, 04 Dec 2013 21:06:33 +0000

Comment # 24 on bug 8962 from
(In reply to comment #23)
> I notice the change moved another STANAG thing to be in alpha order. I
> notice that wireshark has support for a third STANAG thing, too, according
> to the authors list:
> 
> "STANAG 4406 (P772) support" and also
> "DMP (STANAG 4406 Direct Message Profile) support"
> 
> grep says that its in 
> epan/dissectors/packet-p772.c and
> epan/dissectors/packet-dmp.c 
> and also in asn1/p772
> 
> No clue if those also would need to be listed alongside, or not.  (an
> alternative name for 4607 is "GMTIF", btw)

For "support" as in "support a file format containing", Wireshark supports two
STANAGs - STANAG 4607 and files containing STANAG 5066 D_PDUs.  Those are the
only ones listed in the file Jakub modified, and the only ones that should be
listed there.

For "support" as in "dissect the protocol", Wireshark also supports:

    STANAG 4066 S_PDUs transported over TCP;

    STANAG 4406 messages, which appear either to be ASN.1 encoded
(epan/dissectors/packet-p772.c, as generated from the files in asn1/p772) or
transported over UDP for the Direct Message Profile
(epan/dissectors/packet-dmp.c).

Those are contained within existing capture file formats that support the
protocols atop which TCP and UDP run, or would be contained within an ASN.1
BER-encoded file or protocol, so they don't require their own file format.


You are receiving this mail because:
  • You are watching all bug changes.