Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
[metze/wireshark/wip.git] / epan / dissectors / packet-bpdu.c
2014-04-06 Michael MannApply found fix-encoding-args.pl errors in the dissecto...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-10-22 Bill MeierRemove instances of unused 'data_handle' (and of one...
2013-09-30 Evan HuusFrom Peter Paluch via https://bugs.wireshark.org/bugzil...
2013-09-11 Chris MaynardChange the name of the Cisco HDLC dissector table from...
2013-08-31 Pascal QuantinFrom Andreas Urke via https://bugs.wireshark.org/bugzil...
2013-07-03 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-04-01 Jaap KeuterTypo's. That is all.
2013-03-15 Anders Broman[-Wmissing-prototypes]
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-11-28 Guy HarrisIt's not going to pass the
2012-11-28 Guy HarrisRedo the MSTI stuff a bit, making a copy of total_msti_...
2012-11-28 Guy HarrisSquelch a "may be uninitialized" warning.
2012-11-28 Guy HarrisClean up indentation.
2012-11-28 Anders BromanRemove an unused variable
2012-11-28 Anders BromanFrom gyanesh:
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-01 Alexis La GoutteFrom Vasu D. Dasari via https://bugs.wireshark.org...
2012-07-17 Anders BromanFrom Peter Paluch:
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-09-26 Anders BromanGet rid of check_col, while at it set ENC.
2011-09-21 Bill Meier(Trivial) Remove trailing whitespace from lines for...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-05-10 Bill MeierIndentation & whitespace cleanup (including: "4 space...
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2009-11-17 Gerasimos DimitriadisRemove the address operator from value_string arrays...
2009-11-09 Stig BjørlykkeRemoved an unused assignment.
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-07-07 Stig BjørlykkeFrom Kovarththanan Rajaratnam:
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-04-07 Bill MeierUse some default true_false_string's.
2008-12-01 Jörg MayerFix a tpyo
2008-10-03 Sake BlokAdd support for dissecting the 802.1t System ID Extensions
2008-05-15 Bill MeierFix some of the Errors/warnings detected by checkapi.
2008-05-14 Anders BromanFix some of the Errors/warnings detected by checkapi.
2007-10-23 Anders BromanApply the small performance enhancment patches for:
2007-04-25 Guy HarrisThe "data" field of an address structure is a "void...
2007-03-26 Ronnie SahlbergFrom Sebastien Tandel
2006-10-29 Ronnie Sahlbergfrom sake blok
2006-09-12 Jaap KeuterFix for bug 1098. Add BPDU dissector to ethertype 0x8181.
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-04-24 Guy HarrisUse 2-space indentation.
2006-04-23 Guy HarrisUse proto_tree_add_item() whenever possible; this simpl...
2006-02-22 Ronnie Sahlberg from kirby files
2006-01-05 Jörg MayerBill Meier:
2005-09-17 Guy HarrisMove a pile of protocol-related headers from the top...
2004-08-06 Guy HarrisFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.