wireshark/asn1/ros
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 Small optical change 2013-05-07 17:52:51 +00:00
Makefile.am Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
Makefile.common Just whitespace changes 2013-05-05 08:49:18 +00:00
Makefile.nmake Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
Remote-Operations-Generic-ROS-PDUs.asn Add some more asn1 modules. 2007-06-11 22:17:28 +00:00
Remote-Operations-Information-Objects.asn Support table-based dissection of ROS operations. 2007-12-03 19:29:24 +00:00
Remote-Operations-Useful-Definitions.asn Add some more asn1 modules. 2007-06-11 22:17:28 +00:00
packet-ros-template.c Reject the packet if data is NULL without doing anything else. 2013-12-09 22:23:44 +00:00
packet-ros-template.h 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
ros-err.cnf Have rose_ctx_t passed into subdissectors instead of using pinfo->private_data. 2013-11-03 12:57:58 +00:00
ros-inv.cnf Have rose_ctx_t passed into subdissectors instead of using pinfo->private_data. 2013-11-03 12:57:58 +00:00
ros-rej.cnf Apparently one of our major global headers must include emem.h, because I just 2013-06-19 23:08:58 +00:00
ros-res.cnf Have rose_ctx_t passed into subdissectors instead of using pinfo->private_data. 2013-11-03 12:57:58 +00:00
ros.asn Export classes from ROS - hopfully without breaking stuff. 2007-11-24 17:39:31 +00:00
ros.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