wireshark/asn1/idmp
Michael Mann 8081cf1d90 Add data parameter to tcp_dissect_pdus() as well as convert it to using "new" style dissectors.
Now that "bytes consumed" can be determined, should tcp_dissect_pdus() take advantage of that?

Should tcp_dissect_pdus return length (bytes consumed)?  There are many dissectors that just call tcp_dissect_pdus() then return tvb_length(tvb).  Seems like that could all be rolled into one.

svn path=/trunk/; revision=53198
2013-11-09 17:46:28 +00:00
..
CMakeLists.txt Copy over rev 52110 to cmake 2013-09-16 21:45:46 +00:00
CommonProtocolSpecification.asn Support for X.519 (section 9) Internet Directly Mapped Protocol (IDMP). 2010-06-09 14:17:51 +00:00
IDMProtocolSpecification.asn Support for X.519 (section 9) Internet Directly Mapped Protocol (IDMP). 2010-06-09 14:17:51 +00:00
Makefile.am Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
Makefile.common Fix dependency problem reported by Joerg Mayer on wireshark-dev. 2013-09-16 21:35:27 +00:00
Makefile.nmake Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
idmp.cnf In an effort to reduce the use of pinfo->private_data (and some true global variables), I converted the ASN.1 dissectors that use pinfo->private_data to exchange a SESSION_DATA_STRUCTURE to instead only exchange it in the context of ASN.1. This meant converting dissectors to the "new" style to pass the SESSION_DATA_STRUCTURE as well as providing a pointer to it in asn1_ctx_t.private_data. Yes, it's still "private data", but it's not used by all dissectors like pinfo->private data is. 2013-11-05 18:47:26 +00:00
packet-idmp-template.c Add data parameter to tcp_dissect_pdus() as well as convert it to using "new" style dissectors. 2013-11-09 17:46:28 +00:00
packet-idmp-template.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00