aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-extreme.c
AgeCommit message (Collapse)AuthorFilesLines
2009-04-17Remove some no-longer-needed casts.gerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28081 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-29More size_t casts.etxrab1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27880 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-08Apply yet another set of the optimization patches:etxrab1-1/+1
When offset parameter is 0 replace tvb_bytes_exist() with the faster tvb_length(). non heuristic dissectors git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23405 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-02- Rename EAPSv2 to ESL (EAPS shared link).jmayer1-100/+115
- Some small improvements to ESL decoding. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23342 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-26Decode role on shared linkjmayer1-4/+21
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22985 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-26Beginnings of EAPS shared link packet dissection (EAPSv2)jmayer1-10/+219
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22984 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-18Try to improve dissection of ELSM message (guesswork)jmayer1-8/+59
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22904 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-20Add Recognition of ELRP (Extreme Loop Recognition Protocol) Elements.jmayer1-13/+57
I don't know how to decode them though. Fix some typos. Change some Element descriptions. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21478 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-17Detect ELSM as such - meaning of the elements is still unknown.jmayer1-1/+39
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21456 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-4/+4
them, add -Wno-pointer-sign to CFLAGS when gcc will accept it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21253 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors sfisher1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21233 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
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
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-27Cosmectical comment updatesjmayer1-2/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15567 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-27Typojmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15564 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-27- Add checksum verificationjmayer1-10/+62
- Add checksum check to colorfilters git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15563 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-23The name in a Display TLV is null-terminated (or padded with a null byteguy1-11/+10
and extra crud). Don't bother with length checking on the VLAN name item - if it's zero-length, so be it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15516 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-23Use "format_text()" and "tvb_format_text()" when displaying strings. guy1-15/+63
(It's not necessary, or desirable, to use them when fetching strings.) When processing a VLAN TLV, check the length of the TLV, so we don't end up running past the end of the TLV and getting a negative remaining length. Append to the protocol tree item for the TLV, and the Info column, as we dissect the VLAN ID and VLAN name fields. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15515 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-22Length of string == lengt of element - headerlengthjmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15512 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-21- Make it possible to filter on eap.null, eap.info, eap.unknown etcjmayer1-18/+68
- Display "Info" instead of "System" in packet summary - Make the Null element look like the other elements. - Small element summary formatting changes git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15505 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-21- In the info summary, port# and slot# were exchangedjmayer1-6/+9
- In the Display element, the length of the display string was 4 too long - Display the Vlan id in the packet summary, not just "Vlan" - Remove trailing whitespace git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15502 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-17As reported by Jim Young:jmayer1-3/+3
- The port number was incorrectly displayed - Be a bit more verbose in the "Info" summary line. - Display the version including the internal number. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15389 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-17Comment fixesjmayer1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15388 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-16- Small comment updates.jmayer1-83/+203
- Add some info about the element to the top level. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15378 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-15Properly dissect vlan flagsjmayer1-11/+40
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15359 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-15- Documentation updatejmayer1-4/+59
- The slot and port numbers printed on the chassis are off by one when compared to the transmitted values (reported by Jim Young). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15358 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-13Use gboolean for Booleans.guy1-88/+82
Use "proto_tree_add_item()" whenever possible. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15344 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-12Fix dissector bug on last element of ESRPjmayer1-6/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15320 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-12- Bug fix: Show ip-addresses with correct endianess.jmayer1-22/+125
- Show version properly - VLAN ID was at a different place than expected. - Add some documentation infos git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15313 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-12EDS/EAPS/EPRS mostly finished - several fixmes remainjmayer1-23/+158
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15306 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-12Beginnings of a EDP, ESRP and EAPS dissectorjmayer1-0/+540
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15299 f5534014-38df-0310-8fa8-9805f1628bb7