aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s5066.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-01-19Fix a few gcc _Wshadow warnings ....Bill Meier1-4/+4
2010-01-13From Didier Gautheron:Anders Broman1-1/+0
2009-11-09Fixed a return statement.Stig Bjørlykke1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-98/+98
2009-03-12From Menno Andriesse:Stig Bjørlykke1-3/+3
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-2/+2
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-09-15proto_reg_handoff: fix so port pref change works; gen'l cleanuopBill Meier1-10/+12
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-07-11prefs_register_uint_preference() takes a pointer to a guint, not a pointer to...Jeff Morriss1-13/+13
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-2/+2
2006-09-12from Taner Kurtulus and Menno AndriesseRonnie Sahlberg1-14/+83
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-05-04From Menno AndriesseJaap Keuter1-1/+5
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+1
2005-11-16From Graeme Lunt:Anders Broman1-2/+2
2005-11-07Use "proto_tree_add_item()", not "proto_tree_add_bytes()", if you'reGuy Harris1-7/+6
2005-11-07Fix bug 575, from Menno Andriesse:Gerald Combs1-51/+53
2005-11-04From Menno AndriesseRonnie Sahlberg1-0/+1293