aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icap.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-2/+0
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+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-3/+5
2015-06-24Remove another batch of deprecated tvb_length callsEvan Huus1-1/+1
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-10-20Clean up some comments.Guy Harris1-3/+2
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-13/+5
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-238/+251
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18The data is actually http, call the http disector for it.AndersBroman1-4/+10
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-05-19Add new proto_tree_add_format_text() functionJakub Zawadzki1-7/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-21/+18
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2008-05-13Fix some of the Errors/warnings detected by checkapi.Bill Meier1-8/+13
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-1/+0
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+340