aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-slowprotocols.c
AgeCommit message (Collapse)AuthorFilesLines
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30995 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-09Removed unused assignments.stig1-3/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30903 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-18/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29342 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-8/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29340 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-05From Kovarththanan Rajaratnam:etxrab1-2/+2
Cleanup header_field_info definitions https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3548 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28940 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-24From Artem Tamazov:jake1-0/+530
Added: ESMC support as per G.8264 (Slow Protocol Subtype 0x0a). * QL codes are dissected according to G.781 5.5.1.1 "Option I SDH". Added: support for Timestamp entities in ESMC PDU as per WD56 proposal. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28836 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-15/+15
(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-07Use some default true_false_string's.wmeier1-33/+23
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27983 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-30From Chris Maynard:etxrab1-108/+108
Incorrect display filter field naming convention. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22740 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-22From Todd J Martin:stig1-2/+0
When LACP packets have the actor state or partner state fields set to 0x00, wireshark prints the state like this (note the closing parenthesis): Actor State: 0x00) Since there are no flags set, this fields should be printed like this: Actor State: 0x00 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22594 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesstandel1-1/+1
most have been tagged unused (few have been deleted if dissector has not been modified since a long time) move packet-ssl-utils.c to DISSECTOR_SRC git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21431 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2006-03-10Fix CID 6 - Unused code.etxrab1-4/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17565 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-19Fix for bug 752:jake1-5/+5
IEEE802.3ah-2004 (OAM) Errored Frame Seconds Summary Event TLV is not being decoded properly. Per IEEE802.3ah-2004 section 57.5.3.4, item g, the Error Running Total field should be 4-octets however Ethereal is trying to decode this field as 8-octets which results in incorrect value reported for "Error Running Total" and "Event Running Total". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17351 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-3/+3
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15844 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-28add missing value_string terminationsahlberg1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15586 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-07from Dominique Bastiensahlberg1-2/+2
small update for slowprotocols git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15257 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedgerald1-1/+1
by iDEFENSE. Add constant format strings to proto_item_append_text() in a bunch of other dissectors. Copy a comment from proto.c to proto.h. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14713 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-28Make hf_oampdu_info_state_parser "BASE_HEX" instead of "8", so that we don't gerald1-1/+1
throw an assertion in hfinfo_uint_vals_format(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13950 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-23hf_oampdu_info_state_parser seems to be an uint8 not bool, as it can contain ↵ulfl1-2/+2
4 values git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13877 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-04From Dominique Bastien: marker and OAM slow protocol support.guy1-479/+2644
Fix his e-mail address. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13287 f5534014-38df-0310-8fa8-9805f1628bb7
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
include of <resolv.h> in any system header file gets the system <resolv.h> (needed for builds on Tru64 with GTK+ 1.2[.x]). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11615 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+819
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7