Commit graph

36433 commits

Author SHA1 Message Date
Anders Broman
3e2aa69b02 From Edwin Groothuis:
Add preference to Mute noise of TCP Timestamp Option in the summary line.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6162

svn path=/trunk/; revision=38232
2011-07-28 05:42:25 +00:00
Anders Broman
9c92699857 From Lei Chen:
support 'Packet System Information Type 3' in packet-gsm_rlcmac.c
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6170

svn path=/trunk/; revision=38231
2011-07-28 05:38:07 +00:00
Anders Broman
f274b1366e Try to fix
../gtk/old-gtk-compat.h:42:48: error: "(" may not appear in macro parameter list

svn path=/trunk/; revision=38230
2011-07-27 20:28:07 +00:00
Anders Broman
8bfbe39e67 Replace the remaining gdk_draw_pixmap().
svn path=/trunk/; revision=38229
2011-07-27 20:25:31 +00:00
Anders Broman
f459f00eb9 (dialog)->vbox can be replaced by gtk_dialog_get_content_area()
in gtk 2.14.

svn path=/trunk/; revision=38228
2011-07-27 19:44:35 +00:00
Alexis La Goutte
b7fad24596 From Eric Zhu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5846
Wireshark cannot display Reachable time & Retrans timer in IPv6 RA messages

svn path=/trunk/; revision=38227
2011-07-27 15:19:17 +00:00
Anders Broman
36e5bc35c4 Use tvb_length when adding MSISDN.
svn path=/trunk/; revision=38226
2011-07-27 13:17:58 +00:00
Anders Broman
2fb3c1a4c3 from T. Loebner:
Dissector for XR IDMS from ETSI TS 182 063 v3.5.2 Annex W 

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

svn path=/trunk/; revision=38225
2011-07-27 12:27:39 +00:00
Anders Broman
54600e3424 Define M_PI and protect it
(http://ubuntuforums.org/showthread.php?t=583094)

svn path=/trunk/; revision=38224
2011-07-27 11:43:45 +00:00
Anders Broman
e4badaaad4 Define M_PI
svn path=/trunk/; revision=38223
2011-07-27 11:05:34 +00:00
Anders Broman
d0a07c1840 gtk_tree_view_column_get_button ()
is available in GTK 3.0 use that.

svn path=/trunk/; revision=38222
2011-07-27 10:05:09 +00:00
Stig Bjørlykke
0a46e06b1d Use correct color for impulse, filled bar and dot.
Draw dot as a circle.

svn path=/trunk/; revision=38221
2011-07-27 09:49:35 +00:00
Anders Broman
3d86382715 Add include
svn path=/trunk/; revision=38220
2011-07-27 07:13:09 +00:00
Anders Broman
22f08dda0e Use gtk_widget_get_window.
svn path=/trunk/; revision=38219
2011-07-27 05:46:15 +00:00
Jörg Mayer
1f6d429263 Update numbers
svn path=/trunk/; revision=38218
2011-07-26 21:25:50 +00:00
Jörg Mayer
a05b6c6efe Part 2 of the cleanup. fix some compile errors in previous patch.
svn path=/trunk/; revision=38217
2011-07-26 19:44:06 +00:00
Jörg Mayer
9e2bf4b749 Remove some more GTK_WIDGET_STATE
svn path=/trunk/; revision=38216
2011-07-26 19:24:19 +00:00
Jörg Mayer
68845aa779 Replace access to ...->allocation by gtk_widget_get_allocation +
using the return val - part 1
Maybe the call needs to be done more often.

Replace GTK_WIDGET_STATE by gtk_widget_get_state

svn path=/trunk/; revision=38215
2011-07-26 19:01:01 +00:00
Gerald Combs
154ec7eafc Don't free a string which will be used later on.
svn path=/trunk/; revision=38214
2011-07-26 17:46:19 +00:00
Chris Maynard
b8a7e02e4b Avoid a crash reported in bug 6138 by never allowing frame1Size < dataLength.
Reference: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6138

svn path=/trunk/; revision=38213
2011-07-26 16:19:48 +00:00
Anders Broman
1b7fd8c356 Use Cairo for drawing, step 2.
svn path=/trunk/; revision=38212
2011-07-26 15:19:12 +00:00
Anders Broman
16cd1e355c Use Cairo for drawing, step 1.
svn path=/trunk/; revision=38211
2011-07-26 11:21:14 +00:00
Anders Broman
5b44a1aad2 Update 3GPP AVP:s
svn path=/trunk/; revision=38210
2011-07-26 11:20:30 +00:00
Anders Broman
fd3b74e902 From Asmita:
Diameter AVP patch for Cisco.xml

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

svn path=/trunk/; revision=38209
2011-07-26 11:18:46 +00:00
Martin Mathieson
ca126bace5 Don't attach sequence analysis results to control/data PDUs when not appropriate. The problem is that I use the frame number in the result hash table - I may end up adding more info (e.g. channel, SN) to further avoid attaching reports to wrong PDUs.
svn path=/trunk/; revision=38208
2011-07-26 10:16:02 +00:00
Anders Broman
16ded15311 Code cleanup.
svn path=/trunk/; revision=38207
2011-07-26 05:35:19 +00:00
Anders Broman
6956686beb From Lei Chen:
This patch tries to support 'Packet System Information Type 2' in gsm rlcmac
dissector.

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

svn path=/trunk/; revision=38206
2011-07-26 04:20:39 +00:00
Anders Broman
c7c53a5b11 From Lei Chen:
CSN_RECURSIVE_TARRAY should count the last '0' bit.

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

svn path=/trunk/; revision=38205
2011-07-26 03:52:29 +00:00
Bill Meier
788cf96878 Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warning.
Also: various minor cleanup and a few minor bug fixes:

svn path=/trunk/; revision=38204
2011-07-25 20:54:13 +00:00
Anders Broman
3ff3727654 Use cairo for drawing to avoid deprecated functions.
svn path=/trunk/; revision=38203
2011-07-25 20:00:04 +00:00
Anders Broman
3e446c629c Update comments.
svn path=/trunk/; revision=38202
2011-07-25 15:55:27 +00:00
Anders Broman
9f4431cdc5 Use Cairo for drawing.
svn path=/trunk/; revision=38201
2011-07-25 15:54:57 +00:00
Anders Broman
9980db59b3 Code cleanup.
svn path=/trunk/; revision=38200
2011-07-25 15:54:21 +00:00
Martin Mathieson
c2dadba8f4 From Pascal Quantin (bug 6159).
When decoding drb payload, call IPv4, IPv6 or data dissector as appropriate.

Am slightly concerned that we always dereference the first byte of the frame - is it safe to assume that the length can't be 0?

svn path=/trunk/; revision=38199
2011-07-25 13:47:26 +00:00
Martin Mathieson
be1334ed8f Fix bug 6160.
Use correct string to search for RRC BCH dissectors.

svn path=/trunk/; revision=38198
2011-07-25 13:34:40 +00:00
Guy Harris
494f9820fb Use gtk_widget_get_has_window() as a wrapper around
GTK_WIDGET_NO_WINDOW() in pre-2.18 versions of GTK+.  Treat calls to
GTK_WIDGET_NO_WINDOW() as an error in checkAPIs.pl.

svn path=/trunk/; revision=38197
2011-07-25 06:40:01 +00:00
Anders Broman
a5efd9b3b2 Fix a couple of typos and 'E'' mark functions mapped in old-gtk-compat.h
svn path=/trunk/; revision=38196
2011-07-25 04:13:46 +00:00
Guy Harris
805ef85ea6 Fix typo, get rid of #if no longer necessary with the typo fixed.
svn path=/trunk/; revision=38195
2011-07-25 01:38:11 +00:00
Guy Harris
1dac375416 gtk_widget_get_visible() is only available in GTK+ 2.18 and later.
svn path=/trunk/; revision=38194
2011-07-25 01:33:15 +00:00
Anders Broman
43225ffd5e Use gtk_window_set_icon_list isof gdk_pixmap_create_from_xpm_d.
svn path=/trunk/; revision=38193
2011-07-24 21:34:52 +00:00
Bill Meier
dfb996beb4 Fix a benign bug in the patch from Bug #5795.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5795

svn path=/trunk/; revision=38192
2011-07-24 21:03:01 +00:00
Bill Meier
eefbff4f0a (Trivial) Whitespace changes and reformatting ...
svn path=/trunk/; revision=38191
2011-07-24 20:50:00 +00:00
Bill Meier
8ec1ed9fea Commit missing parts of Bug #5795 patch (those not committed in SVN 38175 & 38176).
(See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5795)


svn path=/trunk/; revision=38190
2011-07-24 20:48:57 +00:00
Anders Broman
b771f9746c Remove unused variables.
svn path=/trunk/; revision=38189
2011-07-24 20:09:08 +00:00
Anders Broman
324477b59f Replace deprecated functions.
svn path=/trunk/; revision=38188
2011-07-24 19:39:21 +00:00
Anders Broman
5552e61f6c Replace deprecated functions.
svn path=/trunk/; revision=38187
2011-07-24 18:03:53 +00:00
Anders Broman
da955bb116 Replace deprecated functions.
svn path=/trunk/; revision=38186
2011-07-24 17:25:52 +00:00
Anders Broman
1c09e4a694 Replace deprecated functions.
Udate comments in CheckAPIs

svn path=/trunk/; revision=38185
2011-07-24 16:50:55 +00:00
Anders Broman
f34ec59889 Replace deprecated functions.
svn path=/trunk/; revision=38183
2011-07-24 15:22:21 +00:00
Gerald Combs
0cb84bbad0 [Automatic manuf, services and enterprise-numbers update for 2011-07-24]
svn path=/trunk/; revision=38181
2011-07-24 14:03:33 +00:00