aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cdp.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-4/+5
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-3/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-10/+10
2014-10-30Eliminate proto_tree_add_text from packet-q933.cMichael Mann1-2/+0
2014-10-20Eliminate proto_tree_add_text from packet-cdp.cMichael Mann1-251/+245
2014-09-30Add editor modelines; Adjust whitespace as needed.Bill Meier1-1/+14
2014-08-15Update some URLs.Guy Harris1-6/+4
2014-08-09Clean up Internet checksum handling.Guy Harris1-4/+2
2014-06-25Get rid of an unused variable.Guy Harris1-1/+0
2014-06-24convert to proto_tree_add_subtree[_format]Michael Mann1-135/+92
2014-04-26Added fields used by HP MSM access points.Lasse Luttermann Poulsen1-0/+203
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-5/+5
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-22Revert r52730, it is unnecessary with r52695 reverted.Evan Huus1-1/+0
2013-10-21Don't go into a loop if we find a zero-length line. FixesEvan Huus1-0/+1
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-4/+4
2013-09-13Dario Lombardo <lomato@gmail.com> viaJörg Mayer1-1/+2
2013-09-11Change the name of the Cisco HDLC dissector table from chdlctype to chdlc.pro...Chris Maynard1-1/+1
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-03-15[-Wmissing-prototypes]Anders Broman1-1/+4
2013-02-12Fix typos in display filters caught by checkfiltername.plMichael Mann1-1/+1
2012-09-26replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-54/+85
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-2/+2
2012-04-24Minor cleanup: whitespace, indentation, long-lines, style, typos, etc;Bill Meier1-921/+918
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-57/+57
2011-01-21Introduce, and start using, tvb_eth_to_str().Jeff Morriss1-6/+6
2011-01-16From Vaibhav Katkade:Jaap Keuter1-1/+57
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-25/+25
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2009-11-17From Aamer Akhter:Anders Broman1-129/+80
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-6/+6
2009-04-20Remove code duplication.Jaap Keuter1-9/+1
2009-03-29More size_t casts.Anders Broman1-1/+1
2009-03-11From Brian Julin:Jaap Keuter1-0/+167
2009-01-06Fix for bug 3112:Jaap Keuter1-4/+35
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-7/+7
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-1/+1
2008-02-07Rewrote some "if(tree)" code inside a switch-case to avoid unused code Stig Bjørlykke1-591/+650