aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scriptingservice.c
AgeCommit message (Collapse)AuthorFilesLines
2009-12-14From Thomas Dreibholz:jake1-35/+68
Add the missing message type "SSP Not Ready" to the SSP protocol dissector. In addition to that: - make it a proper new style dissector, reporting dissected length, - fix Keep Alive Ack, taking into account the indicated length. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31260 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-18From Thomas Dreibholz:jake1-1/+11
Added support for decoding the Info field in the SSP Ready message. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29980 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-5/+5
(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
2009-04-08More ethereal --> wiresharkwmeier1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27994 f5534014-38df-0310-8fa8-9805f1628bb7
2008-02-06From Thomas Dreibholz (bug 2248):stig1-0/+174
Add a dissector for the Scripting Service Protocol provided as part of the RSPLIB package. RSPLIB is an Open Source implementation of the upcoming Reliable Server Pooling standard. The scripting service is an application for load distribution, based on Reliable Server Pooling. From me: Shorten the protocol name to SSP. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24276 f5534014-38df-0310-8fa8-9805f1628bb7