aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-calcappprotocol.c
AgeCommit message (Collapse)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-1/+1
Also (for a few files): - create/use some extended value strings; - remove unneeded #include files; - remove unneeded variable initialization; - re-order fcns slightly so prefs_reg_handoff...() at end, etc git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44438 f5534014-38df-0310-8fa8-9805f1628bb7
2012-06-28Update FSF address - part II.darkjames1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43538 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-12Update URL.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39811 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-12Remove unneeded code.wmeier1-10/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39807 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
Also: remove trailing whitespace for a number of files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39503 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-8/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39147 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-10Obtained from Thomas Dreibholz: Update SCTP PPIDs.tuexen1-2/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35895 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35224 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-13From Didier Gautheron:etxrab1-1/+1
check_col.diff Remove redundant calls to check_col() if it guards only one columns function with one parameter after the column type. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4394 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31519 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-6/+6
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28770 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-23From Chris Maynard <christopher.maynard@gtech.com> / bug 1789:richardv1-1/+1
Incorrect display filter field naming conventions for packet-c*.c dissector files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22615 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-09update propertiessahlberg1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18410 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-09From Thomas Dreibholzsahlberg1-0/+172
RSerPool protocol stack and four new protocols git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18409 f5534014-38df-0310-8fa8-9805f1628bb7