aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-09-16Well, that wasn't it. Put the dummy file back.Guy Harris1-0/+0
svn path=/trunk/; revision=39020
2011-09-15Delete a dummy file to see if it makes building the docbook stuff withGuy Harris1-0/+0
nmake on Windows work again. svn path=/trunk/; revision=39019
2011-09-15From Pierre-Marie de Rodat:Anders Broman1-20/+58
MySQL’s response for a “prepare statement” command not supported by the MySQL dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6342 svn path=/trunk/; revision=39018
2011-09-15From Pascal Quantin:Anders Broman1-16/+4
Incorrect decoding of BIT STRING type https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6347 svn path=/trunk/; revision=39017
2011-09-15From Jouni Malinen:Anders Broman1-0/+92
-Dissect ANQP Roaming Consortium list -Dissect ANQP IP Address Type Availability https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6339 svn path=/trunk/; revision=39016
2011-09-15From Jouni Malinen:Anders Broman1-0/+23
Dissect ANQP Capability List https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6339 svn path=/trunk/; revision=39015
2011-09-15From Jouni Malinen:Anders Broman1-0/+78
Dissect ANQP Venue Name info https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6339 svn path=/trunk/; revision=39014
2011-09-15From Jouni Malinen:Anders Broman1-0/+23
Dissect ANQP Query List https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6339 svn path=/trunk/; revision=39013
2011-09-15From Jouni Malinen:Anders Broman1-0/+5
Append ANQP information to COL_INFO https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6339 svn path=/trunk/; revision=39012
2011-09-15From Jouni Malinen:Anders Broman1-1/+1
Remove unnecessary Action subtree https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6339 svn path=/trunk/; revision=39011
2011-09-15Add a tap for showing all expert items.Martin Mathieson4-0/+223
svn path=/trunk/; revision=39010
2011-09-15Alphabetical order, please.Guy Harris1-1/+1
svn path=/trunk/; revision=39009
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-15Store frame_data_t instead of nstime_t, now it should be possibleAnders Broman2-5/+9
to implement using the same time format as chosen in the packetlist. svn path=/trunk/; revision=38999
2011-09-14Trivial fix that would create one of the three GDK_DEPRECATED errors.Jörg Mayer2-4/+2
Use the #define instead of "font" svn path=/trunk/; revision=38998
2011-09-14Update based upon latest names "packet-type-codes" list from the IANA:Bill Meier4-261/+319
- 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-14Make the network_usb.svg image public domain.Gerald Combs1-3/+37
svn path=/trunk/; revision=38996
2011-09-14Add #define guard.Stig Bjørlykke1-0/+5
This fixes bug 6341. svn path=/trunk/; revision=38995
2011-09-14Show total ACKs/UE in UE table.Martin Mathieson1-4/+14
svn path=/trunk/; revision=38994
2011-09-14Add a dummy file so building the docbook stuff with cmake actually works.Jörg Mayer1-0/+0
svn path=/trunk/; revision=38993
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-13Don't include files from epan in wsutil.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=38989
2011-09-13Fix a typo in a comment.Gerald Combs1-1/+1
svn path=/trunk/; revision=38988
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-13Set WIRESHARK_ABORT_ON_DISSECTOR_BUG when running test-fuzzed-cap.shStephen Fisher1-0/+2
to get a stack trace/core dump on dissector bugs. svn path=/trunk/; revision=38985
2011-09-13Use Frame_data also in graph_analysis_item_t, this should ultimatelyAnders Broman6-27/+22
make it possible to use absolute time in the graph. svn path=/trunk/; revision=38984
2011-09-13Skip extra info if present (IP with LTE PDCP threading info).Martin Mathieson1-2/+12
svn path=/trunk/; revision=38983
2011-09-13Store a pointer to frame_data which holds the timing and frame number info ↵Anders Broman3-127/+68
rather than making copies. Move a structure only used internaly from voip_calls.h to .c svn path=/trunk/; revision=38982
2011-09-12Store a pointer to frame_data which holds the timing and frame number info ↵Anders Broman2-17/+11
rather than making copies. svn path=/trunk/; revision=38981
2011-09-12Fix a typoAnders Broman2-2/+2
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-12Use the correct name for the airpcap interface.Michael Tüxen1-6/+6
While there, clean up some whitespaces. svn path=/trunk/; revision=38975
2011-09-12Fix the wireless settings button for AirPCap devices in theMichael Tüxen1-5/+1
Edit Interface dialog box. Obtained from Irene Ruengeler. svn path=/trunk/; revision=38974
2011-09-12Move airpcap_wep.c to /wsutil CMakefile changesAnders Broman2-1/+1
svn path=/trunk/; revision=38973
2011-09-12Update to V10.2.0 (2011-06)Anders Broman8-216/+2107
svn path=/trunk/; revision=38972
2011-09-12Update to V9.6.0 (2011-06)Anders Broman8-17/+22
svn path=/trunk/; revision=38971
2011-09-12From Liam Sharp:Anders Broman2-116/+88
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 Broman9-33/+32
svn path=/trunk/; revision=38969