aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2008-08-25Add Answer or Request to the Command name in the info column depending onetxrab1-1/+2
if the R bit is set or not. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2828 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26088 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25#include <prefs.h> not req'd; Fix indentation to be conistentwmeier1-109/+109
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26086 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25From Andrei Slavoiu:etxrab1-7/+7
TS 29.060 v7.8.0 and later specify new flags in the Common Flags IE: bit 5 - No QoS Negotiation bit 6 - NRSN bit 7 - Upgrade QoS Supported The current Wireshark implementation has bits 5 and 6 reversed. Attached patch fixes this issue. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26084 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25prefs_register_protocol not req'd since no prefs; simplify reg_handoff & do ↵wmeier1-18/+12
minor cleanup git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26081 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25prefs_register_protocol not req'd since no prefs; simplify reg_handoff & do ↵wmeier2-52/+21
minor cleanup git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26080 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25Remove unnecessary registration of a prefs callbackwmeier1-3/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26079 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25Remove unnecessary registration of a prefs callback & do minor cleanupwmeier2-6/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26078 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25prefs.h not req'd; cleanup reg_handoff; wmeier1-8/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26077 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25remove unnecessary registration of a prefs callback; minor cleanupwmeier1-3/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26076 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25remove unnecessary prefs registration since no prefs; minor cleanupwmeier1-10/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26075 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25Remove unnecessary prefs callback; simplify reg_handoff; minor cleanupwmeier1-13/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26074 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25Move a buffer from the stack & do some minor cleanupwmeier1-9/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26073 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25If HAVE_KERBEROS isn't defined, enc_authorization_data_etype isn'tguy1-0/+3
defined; make it a local variable in that case. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26072 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25Add another buffer length check to group key decryption.gerald1-0/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26071 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25Fix a couple of crashes in WPA group key decryption.gerald2-0/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26070 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25implement pac info type #12 UPN_DNS_INFOsahlberg1-1/+96
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26069 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25start adding support to decrypt and dissect the enc-authorization-data sahlberg1-1/+86
of TGS_REQ git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26068 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25add a preference and code for tracking how many un-acked bytes are in sahlberg2-0/+67
flight on a tcp connection. this is quite useful toghether with io-grapgs to track how much of the tcp window that an application actually uses git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26067 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-24From Stefan Monhof:etxrab1-1/+1
Fix a bug in the previous patch. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26065 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-24From Neil Piercy:etxrab8-5939/+5965
1 new split file (GMM & SM in one file) and diff patches for the others. The RR, RP and BSSMAP patches are really a tidy-up: now they are split it becomes clear what was redundant code. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26064 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-24From: Stefan Monhof:etxrab2-76/+425
changes: - fixed: display of kademlia hash (bug #2348) - added: information on the meaning of the values of kad version, parameter of message types KADEMLIA_REQ and KADEMLIA2_REQ, metatag sourcetype and metatag encryption - added: peer id, target id, recipients id, file id, keyword hash as variants of kademlia hash (searchable as string now) - added: xor between target id and recipients id - fixed: ip adresses in taglist now displayed in dotted-decimal (instead of int) - fixed: some values in taglist were displayed in octal, it's hex now - fixed: message type KADEMLIA2_BOOTSTRAP_REQ was wrongly marked as malformed - added: differences in dissecting peer list 1.0 and peer list 2.0 - fixed: dissection of KADEMLIA2_SEARCH_KEY_REQ and KADEMLIA2_SEARCH_RES - added: source-publishing and keyword-publishing in KADEMLIA_PUBLISH_REQ - fixed: decompressed data are not displayed in a subtree anymore git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26063 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-22One set of tests for whether a packet looks like a STUN2 packetguy1-57/+19
suffices; have the heuristic dissector call the message dissector and return FALSE if the message dissector returns 0 (meaning it's not a STUN2 packet) and TRUE otherwise. New-style dissectors don't return a Boolean, they return 0 if the packet isn't a packet for that protocol and the number of bytes dissected otherwise. (Yes, that's a problem if the length of the tvbuff handed to the dissector is 0; that's why new-style dissectors aren't yet the default.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26060 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-22Only use one IP address for seq/ack analysis.stig1-22/+20
Use correct length for dest entry and ack info entry. Print correct id list for acks. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26059 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-22Fix a (probably benign) case where it appears that && should be &wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26058 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-22Fix a case of && which should be &; add some parentheses for claritywmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26057 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-21Add an expert info noting an a_rwnd of 0.morriss1-2/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26055 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-21Modified version of a fix from Christopher Maynard as reported in bug 2822.wmeier1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26054 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-21Fix from christopher maynard as reported in bug 2822wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26053 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-21_MSC_VERs 1400 and greater require manifests. Check againstgerald1-4/+4
MSC_VER_REQUIRED when we run mt.exe instead of checking for each individual MSVC_VARIANT. This fixes the current buildbot test failures on Windows, which resulted from a missing check for MSVC2008. This also keeps us from having to mess with a bunch of makefiles when we add support for new Visual C++ versions. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26052 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-21From Neil Piercy:etxrab1-1/+7
Patch to tap.c which simply returns the same tap_id if the register_tap is called twice with the same name - I can't see any downside to this. ( Needed for the gsm_a split -Anders). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26051 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-20The first argument to vendor IE dissectors is a proto_item *, not aguy1-19/+30
proto_tree * (yes, they're the same data type, but they're thought of differently - it's a long story). Just call the IE type in a Marvell vendor IE the "type". For IEs with no known type, show the IE data as raw data, as is done with Aironet/Cisco vendor IEs. Get rid of an unused variable, and mark as unused an unused parameter. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26050 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-20From David Woodhouse:etxrab1-4/+286
The IEEE80211 part of "Add support for OLPC 802.11s-like mesh protocol". With some changes to make it a bit more generic. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26049 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-20From Scott Bailey:jake3-2/+59
It takes a calculator to decode the timestamps. But no more! Timestamps using the attached patch are displayed as follows: Timestamp = MM:SS mmm absolute (UTM) or Timestamp = MM:SS mmm relative where M is minutes, S is seconds, and m is milliseconds. This is in accord with 'IEEE Std 1278.1-1995' section 5.2.31. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26047 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-20Lint reports addressed.jake1-33/+30
Whitespace cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26046 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-20From Eric Travis:jake1-1/+4
The included tweak allows for the filtering of packets on the presence of TCP Option 20: tcp.options.scps; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26045 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-20From Steve Friedman:jake1-3/+3
s/Acknowledgment/Acknowledgement/ git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26044 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-20Fix up the construction of a subset tvbuff.guy1-3/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26043 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-19Fix bug:etxrab1-5/+36
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2285 7.3.2.22 Measurement Report element min length is 3 Added dissection of 7.3.2.18 TPC Report element git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26042 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-19Add a comment.etxrab1-0/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26041 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-19Add OUI_MARVELLetxrab1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26040 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-19From Neil Piercy:etxrab8-6479/+6692
RR has been split from DTAP, with common stuff going to the common files (plus a few minor knock-on consequences). Fix the broken tap: I had not realised that the register_tap call in the dissector registration actually _created_ the tap entry (not the register_tap_listener), and not just associated the tap_id returned with the tap registered by the listener. The use of separate statics by the split lead to 3 taps called "gsm_a", but only the first of which was ever found in the tap_queue_packet. Added (yet another) global for now to cope. Also attached is a patch to tap.c which simply returns the same tap_id if the register_tap is called twice with the same name - I can't see any downside to this, can you? Anyway it seemed to work with deliberately keeping multiple calls. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26039 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-19Add to a comment.guy1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26036 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-15Added handling of missing sequence number range in ack.stig1-82/+145
Add all message ids in ack to the info column. Changed data types for sequence number and total number of pdus. Untabify file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26031 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-14Use const with value_string array definitionswmeier18-58/+58
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26028 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-14It looks like /Zd was removed in VC++ 2005.gerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26025 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-14Added a missing {0,NULL} as noted by Christopher.stig1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26024 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-14From cjkelly1: Add "/MD" to the PortAudio compilation flags. Fixesgerald1-1/+3
bug 2791. Don't use "-o" in the PortAudio compilation flags. If we're running Visual C++ 2008, don't use "/Zd" when compiling packet-rrc.c. Fixes bug 2795. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26023 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-14From Siva Jupudi:etxrab2-0/+233
Support WAVE Short Message Protocol IEEE P1609.3(WSMP). Slightly modified to display the message as Data as from the supplied trace it looks not to be text. The packet-ieee80211.c patch is not included as the trace in question shows malformed packets. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26022 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-14Add Ethertype for WAVE Short Message dissection (WSMP).etxrab2-62/+67
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26018 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-14Fix some spelling/typoswmeier1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26017 f5534014-38df-0310-8fa8-9805f1628bb7