aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nlm.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-22Fix some hf_ field datatype conflicts.Michael Mann1-2/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-6/+6
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-2/+2
2015-10-30NLM: fix double memory free when using "Match MSG/RES packets for async NLM" ...Pascal Quantin1-12/+9
2015-07-21Do all the work of registering an ONC RPC-based protocol in rpc_init_prog().Guy Harris1-6/+8
2015-07-19Require dissectors for all ONC RPC calls and replies.Guy Harris1-47/+46
2015-07-03Split init routine into init/cleanup for more dissectorsPeter Wu1-27/+15
2015-07-02Have RPC dissector use real dissector tables for its subdissectors instead of...Michael Mann1-4/+4
2015-07-02Replace RPC "dissect_function_t" function signature with "new style" dissecto...Michael Mann1-38/+38
2015-01-10NLM: fix Copy-paste error (CID 11158588)Alexis La Goutte1-3/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-28/+41
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-11-10Have rpc_call_info_value be passed through to (sub)dissectors instead of usin...Michael Mann1-49/+43
2013-11-10Add data parameter to dissect_function_t in vsff structure. The intention he...Michael Mann1-19/+19
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-15/+7
2013-04-19From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8581Evan Huus1-2/+2
2013-03-17From beroset:Anders Broman1-16/+16
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-4/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-31/+31
2009-05-08The convention is to use TFS(...) when specifying a true_false_string with an...Bill Meier1-6/+3
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-06 get rid of another slow hashtable and one global variable andRonnie Sahlberg1-16/+4
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-9/+2
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-3/+3
2005-03-16prettify nlm a bitRonnie Sahlberg1-2/+44
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping1-11/+11
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1237