aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nhrp.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.cmaynard1-3/+3
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-7/+7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-31/+31
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-8/+8
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-09-10From Chris Maynard via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=39...morriss1-88/+267
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-07-07From Kovarththanan Rajaratnam:stig1-4/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-48/+48
2009-05-05Add support for the IANA's OUI, and recognize NHRP-over-SNAP.guy1-46/+59
2009-05-05Get rid of some other uses of ethertype() for protocols that don't haveguy1-82/+228
2009-05-01From Reinhard Speyerer:jake1-1/+1
2009-04-02From Chris Maynard:etxrab1-12/+98
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-09-26Minor cleanup related to proto_register & proto_reg_handoffwmeier1-8/+6
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
2007-11-25Bug 1997 From Timo Teras:sake1-98/+152
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2006-11-14nikai@nikai.net:jmayer1-3/+0
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-12-18warning: C++ style comments are not allowed in ISO C90jmayer1-3/+3
2005-12-18warning: function declaration isn't a prototypejmayer1-2/+2
2005-12-09From: Deepak Jainetxrab1-0/+741