wireshark/asn1/p1
Chris Maynard 79fa0d0a3f Reject the packet if data is NULL without doing anything else.
Note: We *might* want to do _something_ but that _something_ should be well-defined and consistent across all dissectors.  Previously, some dissectors called proto_tree_add_text() to add some error message text to the tree, while others called DISSECTOR_ASSERT().

svn path=/trunk/; revision=53895
2013-12-09 22:23:44 +00:00
..
CMakeLists.txt More dependeny updates for asn1 -exp.cnf files. 2013-09-17 19:43:37 +00:00
MHSProtocolObjectIdentifiers.asn Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistent 2011-02-20 17:03:29 +00:00
MTAAbstractService.asn Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistent 2011-02-20 17:03:29 +00:00
MTSAbstractService.asn Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistent 2011-02-20 17:03:29 +00:00
MTSAccessProtocol.asn Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistent 2011-02-20 17:03:29 +00:00
MTSUpperBounds.asn Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistent 2011-02-20 17:03:29 +00:00
Makefile.am Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
Makefile.common More dependeny updates for asn1 -exp.cnf files. 2013-09-17 19:43:37 +00:00
Makefile.nmake Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
p1.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-p1-template.c Reject the packet if data is NULL without doing anything else. 2013-12-09 22:23:44 +00:00
packet-p1-template.h Squelch some warnings. 2013-07-01 06:13:21 +00:00