aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nhrp.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-21Eliminate #include <epan/oui.h> from dissectors that don't need it.Michael Mann1-1/+0
2017-10-21Remove oui_vals value_string and epan/oui.cMichael Mann1-1/+1
2017-10-15Add support for BASE_OUIMichael Mann1-8/+16
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann1-3/+12
2016-07-21Add proto_tree_add_checksum.Michael Mann1-21/+6
2016-07-04NHRP: Add option for source address in authentication extension.Jaap Keuter1-1/+17
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-6/+1
2015-12-13Standardize the capture dissector function signature.Michael Mann1-1/+0
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-2/+3
2015-03-13Make epan/iana_snap_pid.h the header file of packet-iana-oui.cMichael Mann1-1/+1
2015-02-16Make get_manuf_name return a const string.Michael Mann1-2/+2
2015-02-12Revert "Make get_manuf_name return a const string."Anders Broman1-2/+2
2015-02-12Make get_manuf_name return a const string.Michael Mann1-2/+2
2015-01-26Move #defines of epan/greproto.h to packet-gre.hMichael Mann1-1/+1
2015-01-18Miscellaneous ep_strdup_printf replacement.Michael Mann1-2/+2
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+2
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-12-13dissector_try_uint(_new) and dissector_try_string now return the number of by...Pascal Quantin1-5/+5
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-16/+37
2014-10-19Eliminate proto_tree_add_text from packet-nhrp.cMichael Mann1-66/+46
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-09Clean up Internet checksum handling.Guy Harris1-5/+3
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-28/+14
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-17/+17
2013-12-17Make local functions static. Include *.h when needed.Anders Broman1-5/+5
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-09-29Convert several proto_tree_add_bytes_format calls to proto_tree_add_bytes_for...Michael Mann1-2/+2
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-19/+17
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-09-12More dissector table name related changes (a continuation of r51904).Chris Maynard1-3/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-09-07Batch of filterable expert infoMichael Mann1-14/+22
2013-03-28The uniqueness bit occurs in 2 different places, so go ahead and use both hf_...Chris Maynard1-2/+2
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-8/+8
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-20/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-21Init a pointer to prevent a (not actually valid) scan-build "Function call ar...Bill Meier1-999/+1209
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-2/+2
2012-05-08Fix a proto_tree_add_ipv4() call that was probably intended to be aGuy Harris1-1/+1
2012-03-30Allow unknown extension values to be filterable.Chris Maynard1-3/+5
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-3/+3
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-7/+7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-31/+31
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-8/+8