aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xot.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-15epan: Fix misuse of comma operatorStig Bjørlykke1-1/+1
2017-04-20packet-xot.c: Handle potentially large representation of packet sizesMichael Mann1-4/+4
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-2/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-06-21Remove deprecated tvb_length from a bunch of dissectorsEvan Huus1-10/+10
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-7/+9
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-05Add editor modelines; Adjust whitespace as needed.Bill Meier1-186/+199
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-10/+10
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-10/+10
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-08- 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-6/+9
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-3/+3
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-6/+5
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-4/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-07-22Update display filter names per Bug 2794. Part 1 of many.Michael Mann1-3/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-3/+1
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-11/+11
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-2/+1
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOKovarththanan Rajaratnam1-1/+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-1/+1
2008-10-07Fix for bug 2638:Jaap Keuter1-19/+169
2008-09-27Small cleanup of proto_reg_handoff & etcBill Meier1-20/+4
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-05-05From Gerhard Olsson :Anders Broman1-46/+50
2008-04-23From Gerhard Olsson :Anders Broman1-65/+209
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1
2006-12-08The XOT dissector is now a "new-style" dissector; register it as such.Guy Harris1-1/+1
2006-11-30Make xot dissector findable by nameMartin Mathieson1-0/+1
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-09-29Fix for bug 1133:Jaap Keuter1-2/+5
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+174