aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cdp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-57/+57
2011-01-21Introduce, and start using, tvb_eth_to_str().morriss1-6/+6
2011-01-16From Vaibhav Katkade:jake1-1/+57
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().morriss1-25/+25
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
2009-11-17From Aamer Akhter:etxrab1-129/+80
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-6/+6
2009-04-20Remove code duplication.jake1-9/+1
2009-03-29More size_t casts.etxrab1-1/+1
2009-03-11From Brian Julin:jake1-0/+167
2009-01-06Fix for bug 3112:jake1-4/+35
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-7/+7
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-1/+1
2008-02-07Rewrote some "if(tree)" code inside a switch-case to avoid unused code stig1-591/+650
2008-01-13From Michael Earnhart:jake1-3/+88
2007-04-26Tiny formatting changejmayer1-1/+2
2006-12-14Some source code clean up.jake1-6/+8
2006-12-14Add checksum verification to the CDP dissector and add an entry for thissfisher1-10/+55
2006-08-17From Stephen Fisher:etxrab1-3/+3
2006-08-02From Stephen Fisher:etxrab1-427/+470
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-03-19No negative power consumption, so unsigned value.jake1-3/+2
2006-02-16Use the new "proto_tree_add_*_format_value" routines.guy1-4/+4
2005-12-23from jaap ksahlberg1-0/+16
2005-10-19Point specifically to the CDP information on the various Cisco pages.guy1-2/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-2/+2
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-2/+2
2005-07-28char -> const char warning fixesjmayer1-1/+1
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-1/+1
2005-03-14Some VoIP VLAN query and reply fields have a length of 6, not 7, withguy1-10/+38
2005-03-09From Ricardo Muggli: decode the voice VLAN field in CDP packets.guy1-4/+10
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+832