http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20414
User: gal
Date: 2007/01/13 12:59 PM
Log:
New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER).
A BER-encoded file can be dissected as one of a number of registered syntaxes (registered using register_ber_syntax_dissector()).
Syntaxes may also be associated with OIDs (or other strings) using register_ber_oid_syntax().
A default syntax with which to dissect a BER-encoded file is determined from its filename (extension). For example, ".cer" and ".crt" files will be dissected as "Certificate".
Directory: /trunk/epan/dissectors/
Changes Path Action
+160 -6 packet-ber.c Modified
+8 -0 packet-ber.h Modified
+4 -0 packet-s4406.c Modified
+8 -1 packet-x509af.c Modified
+1 -1 packet-x509af.h Modified
Directory: /trunk/epan/
Changes Path Action
+5 -0 libwireshark.def Modified
Directory: /trunk/gtk/
Changes Path Action
+1 -0 Makefile.common Modified
+165 -0 decode_as_ber.c Added
+39 -0 decode_as_ber.h Added
+12 -1 decode_as_dlg.c Modified
(3 files not shown)