aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dlsw.c
AgeCommit message (Expand)AuthorFilesLines
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