aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-exec.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-11/+11
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/+4
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-6/+6
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-0/+13
2014-08-05Eliminate proto_tree_add_text from some dissectors.Michael Mann1-3/+13
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-09-22More emem -> wmem conversion:Pascal Quantin1-4/+4
2013-09-12More wmem.Evan Huus1-4/+4
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-11/+9
2013-03-17[-Wmissing-prototypes]Anders Broman1-2/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-5/+1
2012-02-17Fix an old copy and paste mistake in a C comment.Stephen Fisher1-1/+1
2012-02-17Move exec_isdigit_string() and exec_isprint_string() functions out ofStephen Fisher1-44/+5
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
2010-08-03Remove question marks in preference titles.Stephen Fisher1-2/+2
2010-06-01There's no need to assign numerical values to the enum values.Stephen Fisher1-6/+6
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-43/+38
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-4/+2
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-05-31Change my e-mail addressStephen Fisher1-1/+1
2008-08-25Remove unnecessary registration of a prefs callback & do minor cleanupBill Meier1-2/+1
2007-01-02Oops: wireshark.com --> wireshark.orgBill Meier1-1/+1
2007-01-02More ethereal --> wiresharkBill Meier1-1/+1
2006-12-26From Sebastien Tandel: fix places where a signed character was beingGuy Harris1-25/+24
2006-08-04From: Stephen FisherJaap Keuter1-5/+3
2006-07-03from Stephen FisherRonnie Sahlberg1-0/+464