aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-enttec.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-18Fix some dead code and zero division issues found by Clang scan-build.Gerald Combs1-1/+1
2011-01-05Handling a too-long length should be handled better.Guy Harris1-0/+3
2010-12-31From FRAsse via bug 5539:Gerald Combs1-5/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-1/+0
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-21/+21
2009-04-14ep_strbuf usage: ep_strbuf_new_label("") --> ep_strbuf_new_label(NULL);Bill Meier1-2/+2
2009-03-30In packet-enttec.c and packet-fw1.c, replace string pointer tracking with aGerald Combs1-16/+8
2009-03-17Add a comment about the way g_snprintf is used.Bill Meier1-0/+7
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-0/+564