http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22415
User: morriss
Date: 2007/07/27 07:24 PM
Log:
From Florent Drouin:
- add support of session management for tcap ANSI.
(In fact, this support already exist for ANSI MAP subdissector, but as our
simulators can reuse the tcap transaction Id, the decoding of the response
may be wrong)
- move the code related to asn1 in tcap.cnf, and update tcap.cnf
- move the code related to the session management in tcap-persistentdata
- add a compilation option to free the entry in the hashtable for a closed
transaction. This is used only for tshark statistics generation, with huge file.
- cleanup and add some comments
Add Id tags to epan/tcap-persistentdata.{c,h}
Directory: /trunk/epan/dissectors/
Changes Path Action
+219 -132 packet-tcap.c Modified
+8 -3 packet-tcap.h Modified
Directory: /trunk/epan/
Changes Path Action
+744 -118 tcap-persistentdata.c Modified
+20 -1 tcap-persistentdata.h Modified
Directory: /trunk/asn1/tcap/
Changes Path Action
+92 -74 packet-tcap-template.c Modified
+6 -1 packet-tcap-template.h Modified
+103 -30 tcap.cnf Modified
Directory: /trunk/
Changes Path Action
+5 -1 AUTHORS Modified