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 8903] New: New dissector for Air/Ground Datalink ICAO doc

Date: Sat, 06 Jul 2013 09:22:22 +0000
Bug ID 8903
Summary New dissector for Air/Ground Datalink ICAO doc 9705 Ed2: ULCS, CM, CPDLC
Classification Unclassified
Product Wireshark
Version SVN
Hardware All
OS All
Status UNCONFIRMED
Severity Enhancement
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Created attachment 11152 [details]
Patch containing ASN.1 dissectors atn-ulcs, atn-cm and atn-cpdlc

Build Information:
developed on debian squeeze x86-64.

svn diff asn1/atn-ulcs/atn-ulcs.asn  asn1/atn-ulcs/atn-ulcs.cnf 
asn1/atn-ulcs/Makefile.common  asn1/atn-ulcs/Makefile.nmake
asn1/atn-ulcs/packet-atn-ulcs-template.h
asn1/atn-ulcs/packet-atn-ulcs-template.c  asn1/atn-ulcs/Makefile.am 
asn1/atn-cm/atn-cm.asn  asn1/atn-cm/atn-cm.cnf asn1/atn-cm/Makefile.am
asn1/atn-cm/Makefile.common  asn1/atn-cm/Makefile.nmake 
asn1/atn-cm/packet-atn-cm-template.c  asn1/atn-cpdlc/atn-cpdlc.asn
asn1/atn-cpdlc/atn-cpdlc.cnf asn1/atn-cpdlc/Makefile.am
asn1/atn-cpdlc/Makefile.common  asn1/atn-cpdlc/Makefile.nmake 
asn1/atn-cpdlc/packet-atn-cpdlc-template.c configure.ac asn1/Makefile.am
epan/dissectors/Makefile.common  >../2013-07-06-atn-dissectors.txt

don't forget to create 
"epan/dissectors/packet-atn-ulcs.c" 
"epan/dissectors/packet-atn-ulcs.h" 
"epan/dissectors/packet-atn-cm.c"
"epan/dissectors/packet-atn-cpdlc.c"
using:
cd asn1/atn-ulcs/ ; make ; cd ../../ ; cd asn1/atn-cm/ ; make ; cd ../../ ;  cd
asn1/atn-cpdlc/ ; make ; cd ../../   ; make clean; make -j8
--
The patch contains 3 ASN.1 based internal dissectors :
atn-ulcs: ICAO 9705 Ed2 SV4 - ATN upper layers 
atn-cm: ICAO 9705 Ed2 SV2 - Contact Management 
atn-cpdlc: ICAO 9705 Ed2 SV2 + PM PDR's - Controller PilotDataLink
Communication

overview:
http://en.wikipedia.org/wiki/CPDLC
http://members.optusnet.com.au/~cjr/introduction.htm

applicable standards:
http://legacy.icao.int/anb/panels/acp/repository.cfm
http://standards.iso.org/ittf/PubliclyAvailableStandards/index.html

protocol traces:
https://bugs.wireshark.org/bugzilla/attachment.cgi?id=5808
https://bugs.wireshark.org/bugzilla/attachment.cgi?id=5809
https://bugs.wireshark.org/bugzilla/attachment.cgi?id=9925


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