aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bpdu.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-61/+53
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.wmeier1-21/+21
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-25/+25
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg1-3/+3
2009-11-09Removed an unused assignment.stig1-2/+0
2009-08-09Don't guard col_clear with col_checkkrj1-3/+1
2009-07-07From Kovarththanan Rajaratnam:stig1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-42/+42
2009-04-07Use some default true_false_string's.wmeier1-11/+6
2008-12-01Fix a tpyojmayer1-2/+2
2008-10-03Add support for dissecting the 802.1t System ID Extensionssake1-50/+262
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-2/+2
2008-05-14Fix some of the Errors/warnings detected by checkapi.etxrab1-6/+13
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-04-25The "data" field of an address structure is a "void *"; when looking atguy1-26/+30
2007-03-26From Sebastien Tandel sahlberg1-1/+1
2006-10-29from sake bloksahlberg1-162/+334
2006-09-12Fix for bug 1098. Add BPDU dissector to ethertype 0x8181.jake1-0/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-04-24Use 2-space indentation.guy1-450/+441
2006-04-23Use proto_tree_add_item() whenever possible; this simplifies the code,guy1-29/+16
2006-02-22 from kirby filessahlberg1-1/+0
2006-01-05Bill Meier:jmayer1-1/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-3/+3
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+828