aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dlm3.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-27From Masatake YAMATO: Updating value_string for dlm3.m.resultBill Meier1-0/+15
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
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...Kovarththanan Rajaratnam1-1/+0
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-3/+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-5/+5
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-2/+2
2008-09-30Minor cleanup related to proto_register, proto_reg_handoffBill Meier1-10/+7
2008-06-27Fix some warnings reported by gcc -Wshadow ... Bill Meier1-3/+3
2008-03-15From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :Jeff Morriss1-51/+51
2007-12-10uint16_t -> guint16Stig Bjørlykke1-2/+2
2007-12-10From Masatake YAMATO:Jaap Keuter1-0/+1268