aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nisplus.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-141/+141
2023-10-16Make `grep proto_register_protocol` more usefulGerald Combs1-2/+1
2023-05-21More tools/check_typed_item_calls.py fussingMartin Mathieson1-32/+32
2020-08-30More spelling fixes, start of second pass of dissectors.Martin Mathieson1-1/+1
2020-07-08NIS+: give the meanings of the NIS_CALLBACK return value.Guy Harris1-2/+2
2020-07-08NIS+: Make true_false string differentiatingJaap Keuter1-2/+2
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-3/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2015-07-21Do all the work of registering an ONC RPC-based protocol in rpc_init_prog().Guy Harris1-6/+10
2015-07-19Require dissectors for all ONC RPC calls and replies.Guy Harris1-7/+5
2015-07-02Have RPC dissector use real dissector tables for its subdissectors instead of...Michael Mann1-2/+2
2015-07-02Replace RPC "dissect_function_t" function signature with "new style" dissecto...Michael Mann1-42/+41
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-09Don't put bitmasks under an FT_NONE.Guy Harris1-1/+1
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-68/+47
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-2/+15
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+5
2013-11-10Add data parameter to dissect_function_t in vsff structure. The intention he...Michael Mann1-29/+28
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-1/+3
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-19/+19
2011-05-23Fix various benign cases of Coverity [UNUSED]: 996,995,956,936,899,1133,1000Bill Meier1-2/+2
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-5/+5
2010-01-03Fixed abbrev for entry_mask elements.Stig Bjørlykke1-7/+7
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-5/+5
2009-06-24Change hf_nisplus_dummy to use "dummy" as name instead of " "Stig Bjørlykke1-1/+1
2009-06-21From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-38/+38
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-10-19Fixed filter name for "nisplus.dummy"Stig Bjørlykke1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-05Bill Meier:Jörg Mayer1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1959