aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nhrp.c
AgeCommit message (Expand)AuthorFilesLines
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