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

Wireshark-commits: [Wireshark-commits] rev 20133: /trunk/ /trunk/epan/dissectors/: Makefile.common

Date: Thu, 14 Dec 2006 00:16:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20133

User: sfisher
Date: 2006/12/14 12:16 AM

Log:
 From Stig Bjorlykke:
 
 I have added a new dissector for DMP (STANAG 4406 Direct Message
 Profile) as defined in STANAG 4406 Annex E.  The DMP protocol has no
 assigned UDP port number yet, so the default value in this dissector
 is 0 (I suppose this is som sort of "disabled"?) until we get this
 registered.
 
 The dissector has been tested on OSX Intel/PowerPC and Solaris SPARC.
 
 Changes in this patch:
 * Added DMP dissector
 * Added a new CRC table and functions in crc16.c
 * Made NonDeliveryReasonCode and NonDeliveryDiagnosticCode available
 from X.411
 * Made NonReceiptReasonField and DiscardReasonField available from X.420

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +1 -0      Makefile.common    Modified
  +3638 -0   packet-dmp.c       Added
  +45 -45    packet-x411.c      Modified
  +4 -0      packet-x411.h      Modified
  +13 -13    packet-x420.c      Modified
  +5 -1      packet-x420.h      Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +56 -8     crc16.c       Modified
  +12 -0     crc16.h       Modified

Directory: /trunk/
  Changes    Path          Action
  +1 -0      AUTHORS       Modified

Directory: /trunk/asn1/x411/
  Changes    Path            Action
  +4 -0      x411-exp.cnf    Modified
  +2 -0      x411.cnf        Modified


(2 files not shown)