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.Bill Meier1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-2/+0
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-16/+16
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-1/+0
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-05-04From: Thomas BoehneJaap Keuter1-0/+1
2005-09-17using heur_dissector_add("cotp_is") doesn't seem to be enough, if H1 is used ...Ulf Lamping1-0/+1
2005-06-08Break out of an infinite loop. Fixes bug 232.Gerald Combs1-0/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+320