From Vaibhav Katkade:
[obnox/wireshark/wip.git] / epan / dissectors / packet-cdp.c
2011-01-16 jakeFrom Vaibhav Katkade:
2011-01-14 morrissReplace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().
2010-12-20 guyRename the routines that handle dissector tables with...
2009-11-17 etxrabFrom Aamer Akhter:
2009-08-16 krjSwitch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-04-20 jakeRemove code duplication.
2009-03-29 etxrabMore size_t casts.
2009-03-11 jakeFrom Brian Julin:
2009-01-06 jakeFix for bug 3112:
2008-10-31 stigFix some "format not a string literal and no format...
2008-06-25 guyConstify a bunch of stuff, to squelch -Wwrite-strings...
2008-02-07 stigRewrote some "if(tree)" code inside a switch-case to...
2008-01-13 jakeFrom Michael Earnhart:
2007-04-26 jmayerTiny formatting change
2006-12-14 jakeSome source code clean up.
2006-12-14 sfisherAdd checksum verification to the CDP dissector and...
2006-08-17 etxrabFrom Stephen Fisher:
2006-08-02 etxrabFrom Stephen Fisher:
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-03-19 jakeNo negative power consumption, so unsigned value.
2006-02-16 guyUse the new "proto_tree_add_*_format_value" routines.
2005-12-23 sahlbergfrom jaap k
2005-10-19 guyPoint specifically to the CDP information on the variou...
2005-09-17 guyMove a pile of protocol-related headers from the top...
2005-09-11 guyReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-07-28 jmayerchar -> const char warning fixes
2005-06-26 guyGet rid of the private "my_match_strval()" routine...
2005-03-14 guySome VoIP VLAN query and reply fields have a length...
2005-03-09 guyFrom Ricardo Muggli: decode the voice VLAN field in...
2004-07-18 gramMove dissectors to epan/dissectors directory.