aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bpdu.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-22Remove instances of unused 'data_handle' (and of one other handle).Bill Meier1-2/+0
2013-09-30From Peter Paluch via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9160Evan Huus1-5/+146
2013-09-11Change the name of the Cisco HDLC dissector table from chdlctype to chdlc.pro...Chris Maynard1-1/+1
2013-08-31From Andreas Urke via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9088 :Pascal Quantin1-1/+1
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-04-01Typo's. That is all.Jaap Keuter1-2/+2
2013-03-15[-Wmissing-prototypes]Anders Broman1-1/+4
2012-12-26Fix a bunch of warnings.Guy Harris1-5/+5
2012-11-28It's not going to pass theGuy Harris1-88/+87
2012-11-28Redo the MSTI stuff a bit, making a copy of total_msti_length at theGuy Harris1-7/+6
2012-11-28Squelch a "may be uninitialized" warning.Guy Harris1-2/+1
2012-11-28Clean up indentation.Guy Harris1-412/+403
2012-11-28Remove an unused variableAnders Broman1-1/+1
2012-11-28From gyanesh:Anders Broman1-70/+239
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-01From Vasu D. Dasari via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7550Alexis La Goutte1-1/+2
2012-07-17From Peter Paluch:Anders Broman1-0/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-61/+53
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.Bill Meier1-21/+21
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-25/+25
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-3/+3
2009-11-09Removed an unused assignment.Stig Bjørlykke1-2/+0
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-42/+42
2009-04-07Use some default true_false_string's.Bill Meier1-11/+6
2008-12-01Fix a tpyoJörg Mayer1-2/+2
2008-10-03Add support for dissecting the 802.1t System ID ExtensionsSake Blok1-50/+262
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-2/+2
2008-05-14Fix some of the Errors/warnings detected by checkapi.Anders Broman1-6/+13
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-04-25The "data" field of an address structure is a "void *"; when looking atGuy Harris1-26/+30
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-1/+1
2006-10-29from sake blokRonnie Sahlberg1-162/+334
2006-09-12Fix for bug 1098. Add BPDU dissector to ethertype 0x8181.Jaap Keuter1-0/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-04-24Use 2-space indentation.Guy Harris1-450/+441
2006-04-23Use proto_tree_add_item() whenever possible; this simplifies the code,Guy Harris1-29/+16
2006-02-22 from kirby filesRonnie Sahlberg1-1/+0
2006-01-05Bill Meier:Jörg Mayer1-1/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-3/+3
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+828