http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50208
User: mmann
Date: 2013/06/28 05:43 AM
Log:
Remove all global variables in P1 dissector. Bug 8515 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8515)
Added a "subtree context" structure to asn1_ctx_t. This should allow other ASN.1 dissector global variables to be replaced when only used for transferring data between fields in a subtree.
Directory: /trunk/epan/dissectors/
Changes Path Action
+380 -381 packet-p1.c Modified
+2 -2 packet-p1.h Modified
+42 -43 packet-p7.c Modified
Directory: /trunk/epan/
Changes Path Action
+5 -0 asn1.h Modified
Directory: /trunk/asn1/p1/
Changes Path Action
+207 -269 p1.cnf Modified
+94 -32 packet-p1-template.c Modified
+2 -2 packet-p1-template.h Modified
Directory: /trunk/asn1/p7/
Changes Path Action
+32 -32 p7.cnf Modified
+0 -1 packet-p7-template.c Modified