Wireshark-commits: [Wireshark-commits] master dac0a0c: packet-link16: Link 16 message dissector (MI
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 10 May 2014 15:42:58 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dac0a0c9a3c2add2f2709c47f121f6e19025d267
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

dac0a0c by Peter Ross (peter.ross@xxxxxxxxxxx):

    packet-link16: Link 16 message dissector (MIL-STD-6016)
    
    Described in:
    Robertson, W., and Ross, P., Extending the Wireshark Network Protocol Analyser
    to Decode Link 16 Tactical Data Link Messages, Defence Science and Technology
    Organisation, January 2014. DSTO-TN-1257.
    
    Change-Id: Ie4b1228ef112e56b3ab975d0c9254fa468b90cc2
    Reviewed-on: https://code.wireshark.org/review/1551
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  877942c   Revert "Use g_ alloced memory (instead of emem) when printing fields.  emem shouldn't be used for GUI functions."
    adds  dac0a0c   packet-link16: Link 16 message dissector (MIL-STD-6016)


Summary of changes:
 docbook/release-notes.asciidoc                     |    1 +
 epan/CMakeLists.txt                                |    1 +
 epan/dissectors/Makefile.common                    |    2 +
 epan/dissectors/packet-link16.c                    |  291 ++++++++++++++++++++
 .../dissectors/packet-link16.h                     |   26 +-
 5 files changed, 309 insertions(+), 12 deletions(-)
 create mode 100644 epan/dissectors/packet-link16.c
 copy asn1/cmip/packet-cmip-template.h => epan/dissectors/packet-link16.h (63%)