Commit Graph

43434 Commits

Author SHA1 Message Date
Anders Broman 3e9e6f040e Remove one more instance of destroy/create cr.
svn path=/trunk/; revision=45972
2012-11-08 13:42:34 +00:00
Anders Broman 8d482cf161 Create cr once per axis when drawing x,y axels.
svn path=/trunk/; revision=45971
2012-11-08 13:18:23 +00:00
Anders Broman d17b5fb251 gdk_cairo_set_source_color() needs to be set inside the loop.
svn path=/trunk/; revision=45970
2012-11-08 13:10:07 +00:00
Anders Broman 07c850676d Create cr once when drawing the graphs
svn path=/trunk/; revision=45969
2012-11-08 12:52:08 +00:00
Anders Broman 849fbd1e04 Reindent section.
svn path=/trunk/; revision=45968
2012-11-08 12:37:42 +00:00
Anders Broman 07bdd97da6 Make the button box the last row in gtk3 too.
svn path=/trunk/; revision=45967
2012-11-08 12:30:17 +00:00
Anders Broman dab12cd8d5 Update 3GPP AVP:s from 3GPP TS 32.299 version 10.7.0
svn path=/trunk/; revision=45966
2012-11-08 09:39:50 +00:00
Stig Bjørlykke f4ade83844 Only append oid name to parent item once when having RDN as a attribute.
svn path=/trunk/; revision=45965
2012-11-08 08:42:45 +00:00
Martin Kaiser 77db504364 From Tomasz Mon
handle USB string type descriptors with odd bLength
dissect them by omitting the last byte and report the illegal length

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7959

svn path=/trunk/; revision=45964
2012-11-07 22:17:10 +00:00
Jaap Keuter 51d307df06 From Jérôme LAFORGE:
Please find this patch that adds option 117 (RFC 2937).

svn path=/trunk/; revision=45963
2012-11-07 21:54:32 +00:00
Jaap Keuter 184e5102b0 Fix for bug 7757:
When subtype is unknown show whole subtype contents as bytes.

svn path=/trunk/; revision=45962
2012-11-07 21:10:21 +00:00
Anders Broman fcb6a34b07 Get rid of an GTK warning about illegal cast.
svn path=/trunk/; revision=45961
2012-11-07 16:42:48 +00:00
Anders Broman a37c05eb19 Get rid of a non ASCII char.
svn path=/trunk/; revision=45960
2012-11-07 15:04:28 +00:00
Anders Broman 664ae6add7 From Wim Leflere:
Updated the APS dissection and improved the dissection information.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7962

svn path=/trunk/; revision=45959
2012-11-07 14:02:15 +00:00
Jörg Mayer 2bed64d973 Fix for
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7963

RSN IEs were required to have length 20, but I have an AP that works
with RSNs of length 18. Reduce the required length to 18.

svn path=/trunk/; revision=45958
2012-11-07 12:46:59 +00:00
Pascal Quantin 6d044f3281 Avoid accessing a no more valid tvbuff
svn path=/trunk/; revision=45957
2012-11-07 00:00:57 +00:00
Gerald Combs ad4dc9dfcd Add a comment about improving performance.
svn path=/trunk/; revision=45956
2012-11-06 23:49:26 +00:00
Gerald Combs 41354fb06c Connect a signal+slot only once.
svn path=/trunk/; revision=45955
2012-11-06 23:20:07 +00:00
Gerald Combs 8865f925c2 Fix our offset calculation.
svn path=/trunk/; revision=45954
2012-11-06 22:17:06 +00:00
Gerald Combs 32074376ac Show the byte view when we select a packet. Update some method and
variable names.

svn path=/trunk/; revision=45953
2012-11-06 21:49:16 +00:00
Jeff Morriss 5d6e03f71b Add expert infos (PI_ERROR) for chunks and parameters that are not padded to
a multiple of 4 bytes.

Move an existing expert info outside if(tree).

svn path=/trunk/; revision=45952
2012-11-06 21:00:40 +00:00
Anders Broman fa3cca29dd Add ETHERTYPE_ATMOE
svn path=/trunk/; revision=45951
2012-11-06 19:56:37 +00:00
Pascal Quantin d7d1840e67 Fix dissection of NAS security parameters to/from E-UTRA
svn path=/trunk/; revision=45950
2012-11-06 19:33:27 +00:00
Jakub Zawadzki 125d26fe93 Fix small memleak: always free fds in free_frame_data_sequence()
svn path=/trunk/; revision=45949
2012-11-06 15:07:21 +00:00
Jakub Zawadzki 8909d38842 When comparing fvalue_t we don't modify them, make arguments const.
svn path=/trunk/; revision=45948
2012-11-06 13:28:59 +00:00
Anders Broman cdc278aefd Try to make the decode as window look a bit nicer.
svn path=/trunk/; revision=45947
2012-11-06 12:23:46 +00:00
Anders Broman 9bdaeafabf Dissect lat. long and Uncertainty-Code.
svn path=/trunk/; revision=45946
2012-11-06 09:22:29 +00:00
Stig Bjørlykke 04054fae80 Corrected a printf format
svn path=/trunk/; revision=45945
2012-11-06 08:43:10 +00:00
Stig Bjørlykke 192372726b Corrected a (guint32) cast
svn path=/trunk/; revision=45944
2012-11-06 08:42:48 +00:00
Stig Bjørlykke 1e355c77d3 Removed double parentheses in a while
svn path=/trunk/; revision=45943
2012-11-06 08:40:40 +00:00
Gerald Combs 7646c6beb8 Set our font each time we fill in the tree instead of just once at
construction time. This fixes behavior broken by the recent startup
changes and should help us handle preference changes.

svn path=/trunk/; revision=45942
2012-11-06 00:45:41 +00:00
Gerald Combs 091aabbd6c Check for a remote connection and change our update frequency accordingly,
similar to the GTK version.

svn path=/trunk/; revision=45941
2012-11-05 22:43:15 +00:00
Jeff Morriss 76eae90c57 Remove set-but-not-used variable. Clean up white space (mostly 4-space tabs).
svn path=/trunk/; revision=45940
2012-11-05 22:40:14 +00:00
Gerald Combs 4244e4480e Fix a variable name.
svn path=/trunk/; revision=45939
2012-11-05 22:25:06 +00:00
Gerald Combs 6285d3f8c2 Retain readability.
svn path=/trunk/; revision=45938
2012-11-05 21:34:07 +00:00
Gerald Combs 7f146f9c93 Hide all of the messages until startup.
svn path=/trunk/; revision=45937
2012-11-05 20:15:21 +00:00
Gerald Combs 005a9830b7 Don't say we're ready until we're ready. Update some variable names.
svn path=/trunk/; revision=45936
2012-11-05 20:13:06 +00:00
Gerald Combs a2ddc6acc4 Enable the splash screen blur on OSes other than OS X.
svn path=/trunk/; revision=45935
2012-11-05 19:58:06 +00:00
Gerald Combs 64c6710857 Have InterfaceTree wait until the application is initialized to start
gathering statistics. This fixes behavior broken by the recent startup
changes.

Enable and disable the SplashOverlay delay via a #define.

svn path=/trunk/; revision=45934
2012-11-05 19:11:11 +00:00
Gerald Combs dc4ebc3f47 Comment out an include.
svn path=/trunk/; revision=45933
2012-11-05 16:36:34 +00:00
Anders Broman 4ceb76265a Dissect the positioning data.
svn path=/trunk/; revision=45932
2012-11-05 16:28:53 +00:00
Anders Broman f88ffd78f3 Use little endian MNC encoding.
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7952

svn path=/trunk/; revision=45931
2012-11-05 15:15:54 +00:00
Anders Broman 416fe3bb5b From Steve Magnani:
Add display of (bInterfaceNumber.bAlternateSetting) and bInterfaceClass to the
root item of INTERFACE descriptor subtrees.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7957

svn path=/trunk/; revision=45930
2012-11-05 15:03:15 +00:00
Jeff Morriss 96d2ba5d53 Eliminate 'set but not used' warning turned error.
svn path=/trunk/; revision=45929
2012-11-05 14:58:54 +00:00
Anders Broman 6d107d40e0 From Michal Labedzki:
If we have strinfo->info_payload_type_str use that othewise
use the value string for known PT:s

Part of 
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7893

svn path=/trunk/; revision=45924
2012-11-05 12:15:37 +00:00
Anders Broman a6b7e3fba5 From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
airpdcap: For FromDS and ToDS both set use magic

All 802.11 data frames on the AMP link shall be sent with ToDS and FromDS
bits in the Frame Control field both set to one. Currently for this packets
we get different associations for the same EAPOL sequence since addr2 and
addr1 change.

svn path=/trunk/; revision=45923
2012-11-05 11:55:39 +00:00
Anders Broman a98414062c try to fix Id.
svn path=/trunk/; revision=45922
2012-11-05 11:52:14 +00:00
Anders Broman 892ff116c9 From Michal Labedzki:
Add support for AVDTP/A2DP/VDP and SBC

Part of 
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7893

svn path=/trunk/; revision=45921
2012-11-05 11:42:10 +00:00
Anders Broman 45953625a5 From Andrei Emeltchenko:
Add 802.11 AMP LLC/SNAP header

Add LLC/SNAP header specified in BLUETOOTH SPECIFICATION Version 4.0 [Vol 5]
802.11 Protocol Adaptation Layer Functional Specification.
The SNAP header composed of the OUI of the Bluetooth SIG and the protocol
identifier given in spec mentioned shall be used to distinguish AMP 4-way handshake
messages from external security traffic. Decode this traffic as 802.1X authentication.

Part of
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7633

svn path=/trunk/; revision=45920
2012-11-05 10:02:07 +00:00
Anders Broman 8366b45559 Try to fix prefs_dlg.c:1814: warning: 'abbrev' may be used uninitialized in this function.
svn path=/trunk/; revision=45919
2012-11-05 09:55:04 +00:00