Wireshark-commits: [Wireshark-commits] rev 33177: /trunk/ /trunk/asn1/dap/: dap.cnf packet-dap-temp

Date: Wed, 09 Jun 2010 14:18:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33177

User: gal
Date: 2010/06/09 07:18 AM

Log:
 Support for X.519 (section 9) Internet Directly Mapped Protocol (IDMP).
 
 IDMP provides a mapping of request-response service elements directly onto the Internet TCP/IP protocol, bypassing the ACSE, Presentation, Session and Transport layers of the OSI model. It also supports the use of TLS services.
 
 The DAP dissector has been updated to use the IDMP protocol.

Directory: /trunk/asn1/dap/
  Changes    Path                     Action
  +12 -3     dap.cnf                  Modified
  +3 -0      packet-dap-template.c    Modified

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +1 -0      Makefile.common    Modified
  +15 -12    packet-dap.c       Modified
  +1022 -0   packet-idmp.c      Added
  +40 -0     packet-idmp.h      Added

Directory: /trunk/asn1/idmp/
  Changes    Path                               Action
  +120 -0    CommonProtocolSpecification.asn    Added
  +125 -0    IDMProtocolSpecification.asn       Added
  +26 -0     Makefile.am                        Added
  +54 -0     Makefile.common                    Added
  +29 -0     Makefile.nmake                     Added


(3 files not shown)