aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s5066.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-19Fix a few gcc _Wshadow warnings ....wmeier1-4/+4
2010-01-13From Didier Gautheron:etxrab1-1/+0
2009-11-09Fixed a return statement.stig1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-98/+98
2009-03-12From Menno Andriesse:stig1-3/+3
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-2/+2
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-09-15proto_reg_handoff: fix so port pref change works; gen'l cleanuopwmeier1-10/+12
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-07-11prefs_register_uint_preference() takes a pointer to a guint, not a pointer to...morriss1-13/+13
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-2/+2
2006-09-12from Taner Kurtulus and Menno Andriessesahlberg1-14/+83
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-05-04From Menno Andriessejake1-1/+5
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-0/+1
2005-11-16From Graeme Lunt:etxrab1-2/+2
2005-11-07Use "proto_tree_add_item()", not "proto_tree_add_bytes()", if you'reguy1-7/+6
2005-11-07Fix bug 575, from Menno Andriesse:gerald1-51/+53
2005-11-04From Menno Andriessesahlberg1-0/+1293