aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-turnchannel.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-5/+5
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-10-05Add editor modelines; Adjust whitespace as needed.Bill Meier1-3/+16
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-4/+4
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-5/+5
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-5/+5
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-12/+5
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-2/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-4/+4
2012-07-27Address bug 4097 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4097) b...Michael Mann1-4/+6
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-2/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-7/+7
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-10-09From Didier Gautheron:Anders Broman1-3/+0
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-2/+2
2008-10-09Minor cleanup in proto_reg_handoff; remove unused #include and typedefsBill Meier1-16/+3
2008-08-01packet-turnchannel.c:219: warning: passing argument 2 of 'register_dissector'...Anders Broman1-6/+6
2008-08-01From stéphane bryant:Anders Broman1-0/+247