aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pw-satop.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-25Empty strings are not very useful abbreviations. Even if it seems unlikely s...Jeff Morriss1-1/+1
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-22Fixes for gcc -Wshadow warnings; Fix indentation and do other minor cleanup i...Bill Meier1-35/+35
2010-01-13From Didier Gautheron:Anders Broman1-4/+1
2009-09-10From Artem Tamazov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=39...Jeff Morriss1-17/+48
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-5/+1
2009-06-29From Artem Tamazov:Anders Broman1-17/+11
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2009-04-28reg_handoff: if (!initialized) ... not req'd; Also: propset.Bill Meier1-10/+4
2009-04-27From Artem Tamazov: SAToP and CESoPSN MPLS PW support.Balint Reczey1-0/+455