aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2011-09-15From Jouni Malinen:Anders Broman1-34/+55
ieee80211: Support multiple ANQP info elements in response ANQP Query Response may include multiple ANQP info elements. Parse each one of these separately. In addition, clean up three ANQP subtrees to avoid the unnecessary subtree at higher layer and instead, use a separate subtree for each ANQP info elements. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6339 svn path=/trunk/; revision=39008
2011-09-15From Jouni Malinen:Anders Broman1-4/+6
ieee80211: Show ANQP adv proto on subtree title line This makes it easier to get the most significant information from the Advertisement Protocol element in GAS messages without having to expand subtrees. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6339 svn path=/trunk/; revision=39007
2011-09-15From Jouni Malinen:Anders Broman1-2/+6
ieee80211: Do not add duplicate tag number/len for adv proto dissect_advertisement_protocol() is used both for ANQP and for parsing IEs. The tag number/length fields need to be added only for ANQP to avoid adding duplicate entries in the proto tree. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6339 svn path=/trunk/; revision=39006
2011-09-15From Jouni Malinen:Anders Broman1-0/+10
ieee80211: Verify ANQP info header https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6339 svn path=/trunk/; revision=39005
2011-09-15From Jouni Malinen:Anders Broman1-29/+58
preparation for adding new dissectors for various ANQP info https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6339 svn path=/trunk/; revision=39004
2011-09-15From Jouni Malinen:Anders Broman1-1/+2
ieee80211: Update ANQP info ID per P802.11-REVmb/D10.0 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6339 svn path=/trunk/; revision=39003
2011-09-15From Jouni Malinen:Anders Broman1-1/+11
IEEE 802.11u: Add Element IDs https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6339 svn path=/trunk/; revision=39002
2011-09-15From Jouni Malinen:Anders Broman1-0/+30
IEEE 802.11u: Add new Extended Capabilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6339 svn path=/trunk/; revision=39001
2011-09-15From Jouni Malinen:Anders Broman1-10/+16
improvements for IEEE Std 802.11u-2011 dissection. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6339 svn path=/trunk/; revision=39000
2011-09-14Update based upon latest names "packet-type-codes" list from the IANA:Bill Meier2-152/+166
- Change some type-code names to match IANA list; - Handle additional type-codes as given in the IANA list; - Don't consider certain "attribute types" to be valid packet-type codes See Bug 6335: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6335 - Minor code cleanup. svn path=/trunk/; revision=38997
2011-09-14Add #define guard.Stig Bjørlykke1-0/+5
This fixes bug 6341. svn path=/trunk/; revision=38995
2011-09-14Close up space between ENC_BIG_ENDIAN) and ;.Guy Harris1-578/+578
svn path=/trunk/; revision=38992
2011-09-14From Aaron Schrab:Anders Broman1-1092/+774
AMQP dissector support for Exchange Bind method. - From me simplify writing to column. - remove deprecated check_col - Use ENC_BIG_ENDIAN. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6327 svn path=/trunk/; revision=38991
2011-09-13Always pass the FCS length to dissect_802_3() and ethertype(), so itGuy Harris1-2/+2
will process the FCS if it's known to be present and will attempt to guess whether it's present if it's not known not to be present. svn path=/trunk/; revision=38990
2011-09-13As the man said, ports are unsigned.Guy Harris1-2/+2
svn path=/trunk/; revision=38987
2011-09-13The "Uri-Port" option is an unsigned, not signed, integer according toStephen Fisher1-1/+1
its hf definition and deraft-ietf-core-coap-04 for example. svn path=/trunk/; revision=38986
2011-09-12Fix a typoAnders Broman1-1/+1
svn path=/trunk/; revision=38978
2011-09-12From Danny Breton: Property name time-synchronization-interval(204) is ↵Bill Meier1-1/+1
incorrectly shown as time-synchronization-recipents. See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6336 svn path=/trunk/; revision=38977
2011-09-12Leading white space in the field descriptive name is not allowed.Anders Broman1-2/+2
svn path=/trunk/; revision=38976
2011-09-12Move airpcap_wep.c to /wsutil CMakefile changesAnders Broman1-1/+0
svn path=/trunk/; revision=38973
2011-09-12Update to V10.2.0 (2011-06)Anders Broman1-139/+1578
svn path=/trunk/; revision=38972
2011-09-12Update to V9.6.0 (2011-06)Anders Broman1-0/+1
svn path=/trunk/; revision=38971
2011-09-12From Liam Sharp:Anders Broman1-92/+78
VoIP Calls->Graph TCS and OLC display corruption. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6318 svn path=/trunk/; revision=38970
2011-09-12Move airpcap_wep.c to /wsutilAnders Broman5-116/+1
svn path=/trunk/; revision=38969
2011-09-12from Liam Sharp:Anders Broman1-52/+56
Info column to show subMessageIdentifier type strings for H245/H.239 packets With a change to remove "subMessageIdentifer=" as I think that clutters up the Infocol. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6315 svn path=/trunk/; revision=38968
2011-09-11From Michael Mann:Anders Broman1-8/+39
Extend 64-bit SDNV decoding to Administrative Records. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4109 svn path=/trunk/; revision=38967
2011-09-11From Martin Kaiser:Anders Broman1-3/+95
DVB-CI / CI+ Specific Application Support (SAS) resource https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6334 svn path=/trunk/; revision=38966
2011-09-11From Martin Kaiser:Anders Broman1-9/+206
DVB-CI / CI+ Application MMI resource. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6332 svn path=/trunk/; revision=38965
2011-09-11From Pascal Quantin:Anders Broman6-2829/+4736
Update of 3GPP RRC and LTE RRC dissectors. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6333 svn path=/trunk/; revision=38964
2011-09-11[Automatic manuf, services and enterprise-numbers update for 2011-09-11]Gerald Combs1-5/+129
svn path=/trunk/; revision=38961
2011-09-10Update some comments.Martin Mathieson1-11/+10
svn path=/trunk/; revision=38960
2011-09-10Get rid of redundant blurbs.Guy Harris1-3/+3
svn path=/trunk/; revision=38959
2011-09-10DCE/RPC: FRSRPC: updates to the FRS dissectorRonnie Sahlberg4-54/+137
From: Matthieu Patou <mat@matws.net> svn path=/trunk/; revision=38958
2011-09-10DCE/RPC MGMT: Add dissection of INQ_PRINC_NAME procedureRonnie Sahlberg1-7/+44
From: Matthieu Patou <mat@matws.net> svn path=/trunk/; revision=38957
2011-09-09Fix compile error: remove forward declaration.Bill Meier1-2/+0
svn path=/trunk/; revision=38956
2011-09-09Revert SVN #38954; Correct fix to follow.Bill Meier1-0/+4
svn path=/trunk/; revision=38955
2011-09-09Fix compile error: remove forward declaration.Bill Meier1-4/+0
svn path=/trunk/; revision=38954
2011-09-09Don't do heuristic check for 'dstport being even' if checking for rtp over stun.Bill Meier1-5/+17
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6322 svn path=/trunk/; revision=38953
2011-09-09Cleanup & simplify some code;Bill Meier1-158/+117
Rework code so it should work better with captured_length < reported_length; Remove unused #defines. svn path=/trunk/; revision=38952
2011-09-09From Sylvain Munaut via bug 6328:Stig Bjørlykke1-1/+1
Fix bug in CSN_CHOICE implentation preventing subtree processing svn path=/trunk/; revision=38951
2011-09-09 /* Get the fields in the second octet */Anders Broman1-17/+3
octet2 = tvb_get_guint8( tvb, offset + 1 ); payload_type = RTP_PAYLOAD_TYPE( octet2 ); /* Check for a sensible payload type (recognised static and preferred dynamic ranges) */ if ((payload_type <= PT_H263) || /* Alex Lindberg - Modified range to use RTP Type Names */ (payload_type >= PT_UNDF_96 && payload_type <= PT_UNDF_127)) { evaluates to allways trye as far as I can tell. svn path=/trunk/; revision=38950
2011-09-09From Ken Cox:Anders Broman1-11/+13
The change causes dissect_stun_message() to pass control to subdissectors when 'tree' is NULL. Part of the patch from https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6322 svn path=/trunk/; revision=38949
2011-09-09Use tvb_new_subset_remaining() iso tvb_new_subset();Bill Meier1-59/+62
Minor whitespace cleanup. svn path=/trunk/; revision=38947
2011-09-08From Stefan Metzmacher: Fix flags in packet-smbBill Meier1-25/+60
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6320 svn path=/trunk/; revision=38940
2011-09-08From Edwin Groothuis via bug 6207:Stig Bjørlykke7-0/+169
Added Filter Toolbar Save functionality. From me: Removed unused code. svn path=/trunk/; revision=38937
2011-09-08packet-mim.c:220: warning: 'dst_addr' may be used uninitialized in this functionAnders Broman1-1/+1
svn path=/trunk/; revision=38935
2011-09-08from Leonard Tracy:Anders Broman3-0/+405
Cisco FabricPath protocol dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6017 svn path=/trunk/; revision=38934
2011-09-07Fix a 'set but not used' gcc warning; Mark param arg as _U_;Bill Meier1-27/+26
Whitespace cleanup: trailing blanks & "4 space tabs". svn path=/trunk/; revision=38925
2011-09-07From Lori Tribble:Anders Broman1-0/+7
Fix problem with the decoding of the exception schedule. It was eating one too many closing tags before exiting and causing the rest of the information to fail to decode correctly. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6178 svn path=/trunk/; revision=38919
2011-09-07Add ftype-ipv6.cAnders Broman1-0/+1
svn path=/trunk/; revision=38918