aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pw-cesopsn.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-5/+5
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-04-25Empty strings are not very useful abbreviations. Even if it seems unlikely s...morriss1-1/+1
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-22Fixes for gcc -Wshadow warnings; Fix indentation and do other minor cleanup i...wmeier1-33/+33
2009-10-09From Didier Gautheron:etxrab1-1/+0
2009-09-10From Artem Tamazov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=39...morriss1-24/+59
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-5/+1
2009-06-29From Artem Tamazov:etxrab1-14/+12
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-3/+3
2009-04-28reg_handoff: if (!initialized) ... not req'd; Also: propset.wmeier1-10/+4
2009-04-27From Artem Tamazov: SAToP and CESoPSN MPLS PW support.rbalint1-0/+431