http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23479
User: gal
Date: 2007/11/17 06:08 PM
Log:
Basic P7 (X.400 Message Store Access Protocol) dissection after request from the list:
http://www.wireshark.org/lists/wireshark-dev/200711/msg00228.html
Only a single (private) capture file is currently available which contains only a few of the P7 operations, so testing has been minimal.
General attribute types, containing information from the X.400 envelope, are also included.
Directory: /trunk/epan/dissectors/
Changes Path Action
+2 -0 Makefile.common Modified
+5618 -0 packet-p7.c Added
+39 -0 packet-p7.h Added
+364 -76 packet-x411.c Modified
+21 -3 packet-x411.h Modified
Directory: /trunk/asn1/p7/
Changes Path Action
+1113 -0 MSAbstractService.asn Added
+836 -0 MSGeneralAttributeTypes.asn Added
+26 -0 Makefile.am Added
+58 -0 Makefile.common Added
+29 -0 Makefile.nmake Added
+298 -0 p7.cnf Added
(5 files not shown)