aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dlsw.c
AgeCommit message (Expand)AuthorFilesLines
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-337/+337
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-5/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-2/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-3/+3
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-07-23Don't split a value_string's string across multiple lines.morriss1-2/+1
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...morriss1-2/+2
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-0/+1
2006-01-05Bill Meier:jmayer1-1/+1
2005-08-28add missing value_string terminatorsahlberg1-1/+2
2005-04-24Fix an infinite loop.gerald1-0/+1
2005-01-13Use tcp_dissect_pdus() for DLSw-over-TCP.guy1-40/+156
2005-01-13Don't crash on a negative lengthetxrab1-0/+4
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+435