aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lsc.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-2/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsmorriss1-18/+18
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-2/+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-4/+4
2008-09-15proto_reg-handoff: Use dissector_add_handle instead of registering to port 0;wmeier1-11/+22
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2007-01-02Oops: wireshark.com --> wireshark.orgwmeier1-1/+1
2007-01-02More ethereal --> wiresharkwmeier1-3/+3
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-1/+1
2006-07-28From Sean Sheedy:etxrab1-0/+456