aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dlsw.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-26Minor: reformatting, unneeded #includes, whitespace cleanup;Bill Meier1-337/+337
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-5/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-2/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-3/+3
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-07-23Don't split a value_string's string across multiple lines.Jeff Morriss1-2/+1
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss1-2/+2
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+1
2006-01-05Bill Meier:Jörg Mayer1-1/+1
2005-08-28add missing value_string terminatorRonnie Sahlberg1-1/+2
2005-04-24Fix an infinite loop.Gerald Combs1-0/+1
2005-01-13Use tcp_dissect_pdus() for DLSw-over-TCP.Guy Harris1-40/+156
2005-01-13Don't crash on a negative lengthAnders Broman1-0/+4
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+435