aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xot.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-22Update display filter names per Bug 2794. Part 1 of many.mmann1-3/+3
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-3/+1
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-1/+0
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-11/+11
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-13From Didier Gautheron:etxrab1-2/+1
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOkrj1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
2008-10-07Fix for bug 2638:jake1-19/+169
2008-09-27Small cleanup of proto_reg_handoff & etcwmeier1-20/+4
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-05-05From Gerhard Olsson :etxrab1-46/+50
2008-04-23From Gerhard Olsson :etxrab1-65/+209
2007-11-08Apply yet another set of the optimization patches:etxrab1-1/+1
2006-12-08The XOT dissector is now a "new-style" dissector; register it as such.guy1-1/+1
2006-11-30Make xot dissector findable by namemartinm1-0/+1
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-1/+1
2006-09-29Fix for bug 1133:jake1-2/+5
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-0/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+174