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