aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sasp.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-22Set encoding to ENC_BIG_ENDIAN instead of the incorrect encoding of TRUE.cmaynard1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-4/+4
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-4/+4
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-55/+55
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-13/+12
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-10-17Removed unused hf_sasp.stig1-6/+0
2010-10-10Define some fcns & vars as static ...wmeier1-2/+2
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-1/+1
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...morriss1-14/+14
2010-03-22From Venkateshwaran Dorai: Server/Application State Protocol v1 (RFC 4678 ) ...wmeier1-0/+1616