Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
[metze/wireshark/wip.git] / epan / dissectors / packet-cdp.c
2014-04-26 Lasse Luttermann... Added fields used by HP MSM access points.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-11-09 Jakub ZawadzkiDon't include <epan/strutil.h> when not needed.
2013-11-09 Jakub ZawadzkiInclude <epan/to_str.h> only when needed.
2013-10-22 Evan HuusRevert r52730, it is unnecessary with r52695 reverted.
2013-10-21 Evan HuusDon't go into a loop if we find a zero-length line...
2013-09-15 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-09-13 Jörg MayerDario Lombardo <lomato@gmail.com> via
2013-09-11 Chris MaynardChange the name of the Cisco HDLC dissector table from...
2013-04-22 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-03-15 Anders Broman[-Wmissing-prototypes]
2013-02-12 Michael MannFix typos in display filters caught by checkfiltername.pl
2012-09-26 Michael Mannreplaced decode_boolean_bitfield calls with itemized...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-04-24 Bill MeierMinor cleanup: whitespace, indentation, long-lines...
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-01-21 Jeff MorrissIntroduce, and start using, tvb_eth_to_str().
2011-01-16 Jaap KeuterFrom Vaibhav Katkade:
2011-01-14 Jeff MorrissReplace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2009-11-17 Anders BromanFrom Aamer Akhter:
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-04-20 Jaap KeuterRemove code duplication.
2009-03-29 Anders BromanMore size_t casts.
2009-03-11 Jaap KeuterFrom Brian Julin:
2009-01-06 Jaap KeuterFix for bug 3112:
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-06-25 Guy HarrisConstify a bunch of stuff, to squelch -Wwrite-strings...
2008-02-07 Stig BjørlykkeRewrote some "if(tree)" code inside a switch-case to...
2008-01-13 Jaap KeuterFrom Michael Earnhart:
2007-04-26 Jörg MayerTiny formatting change
2006-12-14 Jaap KeuterSome source code clean up.
2006-12-14 Stephen FisherAdd checksum verification to the CDP dissector and...
2006-08-17 Anders BromanFrom Stephen Fisher:
2006-08-02 Anders BromanFrom Stephen Fisher:
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-03-19 Jaap KeuterNo negative power consumption, so unsigned value.
2006-02-16 Guy HarrisUse the new "proto_tree_add_*_format_value" routines.
2005-12-23 Ronnie Sahlbergfrom jaap k
2005-10-19 Guy HarrisPoint specifically to the CDP information on the variou...
2005-09-17 Guy HarrisMove a pile of protocol-related headers from the top...
2005-09-11 Guy HarrisReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-07-28 Jörg Mayerchar -> const char warning fixes
2005-06-26 Guy HarrisGet rid of the private "my_match_strval()" routine...
2005-03-14 Guy HarrisSome VoIP VLAN query and reply fields have a length...
2005-03-09 Guy HarrisFrom Ricardo Muggli: decode the voice VLAN field in...
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.