aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h1.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2010-04-06#include <string.h> not needed.wmeier1-2/+0
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-16/+16
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-02-07Removed even more "statement not reached" warnings.stig1-1/+0
2007-10-23Apply the small performance enhancment patches for:etxrab1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-05-04From: Thomas Boehnejake1-0/+1
2005-09-17using heur_dissector_add("cotp_is") doesn't seem to be enough, if H1 is used ...ulfl1-0/+1
2005-06-08Break out of an infinite loop. Fixes bug 232.gerald1-0/+2
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+320