aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nhrp.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-09-10From Chris Maynard via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=39...Jeff Morriss1-88/+267
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-4/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-48/+48
2009-05-05Add support for the IANA's OUI, and recognize NHRP-over-SNAP.Guy Harris1-46/+59
2009-05-05Get rid of some other uses of ethertype() for protocols that don't haveGuy Harris1-82/+228
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1
2009-04-02From Chris Maynard:Anders Broman1-12/+98
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-09-26Minor cleanup related to proto_register & proto_reg_handoffBill Meier1-8/+6
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2007-11-25Bug 1997 From Timo Teras:Sake Blok1-98/+152
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2006-11-14nikai@nikai.net:Jörg Mayer1-3/+0
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-12-18warning: C++ style comments are not allowed in ISO C90Jörg Mayer1-3/+3
2005-12-18warning: function declaration isn't a prototypeJörg Mayer1-2/+2
2005-12-09From: Deepak JainAnders Broman1-0/+741