Commit Graph

36931 Commits

Author SHA1 Message Date
Anders Broman e0645e724c CSN_LEFT_ALIGNED_VAR_BMP didn't handle more than 8 bits.
(CSN Ack/Nack Description wrongly handled in gsm_rlcmac_dl dissector )
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6101

svn path=/trunk/; revision=38745
2011-08-26 15:25:14 +00:00
Anders Broman 740eaf0b6a Missing ; in the < GTK 2.22 branch
svn path=/trunk/; revision=38744
2011-08-26 15:15:20 +00:00
Anders Broman 78c8a36b9a Use cairo_surface_t
svn path=/trunk/; revision=38743
2011-08-26 14:28:46 +00:00
Anders Broman 17dfa4c6eb Fix LUA labels in the UI_MANAGER case.
svn path=/trunk/; revision=38740
2011-08-26 08:25:38 +00:00
Anders Broman 5e31dc0f8c Make dissection of AVP: 3GPP-User-Location-Info(22) l=15 f=V-- vnd=TGPP val=303231 more robust.
svn path=/trunk/; revision=38739
2011-08-26 06:22:20 +00:00
Anders Broman 430cd6f730 Use ENC_BIG_ENDIAN.
svn path=/trunk/; revision=38738
2011-08-26 05:54:00 +00:00
Stig Bjørlykke c6eb911c93 Do case insensitive search for lua scripts to load.
Skip files starting with . also on windows, as the home directory
may be mounted from a server with a proper filesystem.

svn path=/trunk/; revision=38737
2011-08-25 19:01:05 +00:00
Stig Bjørlykke f7956e0e1d Add a method to fetch protocol description.
svn path=/trunk/; revision=38736
2011-08-25 18:52:54 +00:00
Anders Broman 1be5bf9bcc Put LUA back in the menu_bar.
svn path=/trunk/; revision=38735
2011-08-25 18:35:22 +00:00
Martin Mathieson cd33ca0ef5 Trivial formatting differences (removed tabs, added newline between functions).
svn path=/trunk/; revision=38734
2011-08-25 14:15:20 +00:00
Anders Broman 89a9c46361 Correct action names.
svn path=/trunk/; revision=38733
2011-08-25 13:23:20 +00:00
Anders Broman 9ae5d241dc - Remove expert Warning not relevant to all GTP variants.
- use proto_add_item() in a couple of places.
- Fix a hf length.

svn path=/trunk/; revision=38732
2011-08-25 10:26:35 +00:00
Anders Broman cc25d1472c Typo
svn path=/trunk/; revision=38731
2011-08-25 08:11:29 +00:00
Anders Broman 78c07f5bc1 GTK3 make the tcp_graph work.
svn path=/trunk/; revision=38730
2011-08-25 08:05:40 +00:00
Anders Broman 43fad9818f Simplify the ciode a bit.
svn path=/trunk/; revision=38729
2011-08-25 07:45:32 +00:00
Chris Maynard d285b2eaa8 "Bytes left to read" is an unsigned quantity. Changed FT_INT64 to FT_UINT64 as suggested by Rui Loura via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6262.
svn path=/trunk/; revision=38728
2011-08-25 00:50:39 +00:00
Alexis La Goutte 08c67c3f46 From Olivier Montanuy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5458
BGP add-path (Additional Paths) support for IPv4 unicast

From me:
Fix some whitespace/tab...

svn path=/trunk/; revision=38727
2011-08-24 22:18:24 +00:00
Guy Harris be74dddeed The guide.macports.org page points you to the other page, so just cite
it.

svn path=/trunk/; revision=38726
2011-08-24 22:10:04 +00:00
Guy Harris c6a79c8885 Update the information about getting Xcode, and note that
PKG_CONFIG_PATH must include /usr/X11/lib/pkgconfig (the man page for
pkg-config 0.26 seems to indicate that pkg-config searches the
directories in PKG_CONFIG_PATH *in addition to* the standard
directories, so it *might* be sufficient to set PKG_CONFIG_PATH to
/usr/X11/lib/pkgconfig).

svn path=/trunk/; revision=38725
2011-08-24 22:08:50 +00:00
Alexis La Goutte 154b424ed3 From Olivier Montanuy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5458
BGP add-path (Additional Paths) support for IPv4 unicast

From me:
Fix some whitespace/tab...

svn path=/trunk/; revision=38724
2011-08-24 21:58:14 +00:00
Alexis La Goutte 11f1f1a019 From astramax57 via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6188
In some BGP captures the AS_PATH attribute was decode wrong, if the asn length determines automatically

From me:
Fix some whitespace...
Fix error: ‘for’ loop initial declarations are only allowed in C99 mode
Replace unsigned by guint

svn path=/trunk/; revision=38723
2011-08-24 21:37:37 +00:00
Guy Harris ecdd6fbfbd Mark another widget argument as unused.
svn path=/trunk/; revision=38722
2011-08-24 20:58:10 +00:00
Stig Bjørlykke b68a50f937 Corrected position of filter autocompletion window when using GTK3.
svn path=/trunk/; revision=38721
2011-08-24 20:53:25 +00:00
Anders Broman 713599b010 Put back the experimental GTK3 code. To be tested tomorrow :-)
svn path=/trunk/; revision=38720
2011-08-24 19:45:33 +00:00
Anders Broman 2b0c1e4f6a Argh, forgot the _U_:s
svn path=/trunk/; revision=38719
2011-08-24 19:34:27 +00:00
Anders Broman 907bae3c1b Use user data rather than setting object data.
svn path=/trunk/; revision=38718
2011-08-24 19:26:07 +00:00
Anders Broman 807eac3c13 Back out the previous commits, the graph blows up - at least in the GTK2 version.
svn path=/trunk/; revision=38717
2011-08-24 19:05:06 +00:00
Stephen Fisher 2d0a86a985 Mark widget parameter as unused a number of times
svn path=/trunk/; revision=38716
2011-08-24 18:57:10 +00:00
Anders Broman 0c009352e0 GTK3 expose_event -> draw
Not compiled/tested

svn path=/trunk/; revision=38715
2011-08-24 18:19:25 +00:00
Stephen Fisher d69f85cb4e Mark length parameter as unused
svn path=/trunk/; revision=38714
2011-08-24 15:35:32 +00:00
Anders Broman 357767d835 Use elm_len for the length.
svn path=/trunk/; revision=38713
2011-08-24 15:22:29 +00:00
Guy Harris fb162bf95f Xcode 4 isn't available on DVD, but is available for download from
developer.apple.com, and the current version is available, at least for
Lion, from the Mac App Store.

While we're at it, make sure the X11 SDK is present, by checking for
/usr/X11/include.

svn path=/trunk/; revision=38712
2011-08-24 10:18:25 +00:00
Martin Mathieson ac36ea096c Call gdk_cairo_create() for earlier versions of gtk.
Is this correct?

svn path=/trunk/; revision=38711
2011-08-24 09:41:17 +00:00
Anders Broman 31341b543a Code clean up as draw_arc works with cairo now.
svn path=/trunk/; revision=38710
2011-08-24 08:48:19 +00:00
Anders Broman 6bc9e93a77 Paths changed for UI_MANAGER
svn path=/trunk/; revision=38709
2011-08-24 08:32:14 +00:00
Stig Bjørlykke 09017cb3ea Simplified some GTK_CHECK_VERSION to improve readability.
svn path=/trunk/; revision=38708
2011-08-24 08:28:39 +00:00
Anders Broman 21ba557e5c GTK3 Remove gtk_window_set_has_resize_grip() as it creates
warning "invalid cast from GtkStatusbar to GtkWindow".

svn path=/trunk/; revision=38707
2011-08-24 08:12:08 +00:00
Anders Broman d72712a59a GTK3 Remove gtk_window_set_has_resize_grip() as it creates
warning "invalid cast from GtkStatusbar to GtkWindow".

svn path=/trunk/; revision=38706
2011-08-24 08:02:37 +00:00
Stig Bjørlykke 5a8e9365df Several Time Shift menu improvements:
- Added shortcut Shift-Control-T
- Set inactive when no loaded packets
- Add stock time icon
- Moved below time reference functions

svn path=/trunk/; revision=38705
2011-08-24 07:26:20 +00:00
Anders Broman af2718e81c GTK3 expose_event -> draw
svn path=/trunk/; revision=38704
2011-08-24 07:26:11 +00:00
Stig Bjørlykke d0f83e0d8d Yet another cast.
svn path=/trunk/; revision=38703
2011-08-24 06:57:14 +00:00
Stig Bjørlykke cf114c1124 Fix a warning by changing a pointer type.
text2pcap.c: In function ‘parse_token’:
text2pcap.c:1076: warning: cast from pointer to integer of different size
text2pcap.c:1076: warning: cast from pointer to integer of different size

svn path=/trunk/; revision=38702
2011-08-24 06:42:40 +00:00
Jörg Mayer cd850e3404 GTK3 typo fixes:
Change iso->surface -> ios->surface
Rename draw_area_draw -> on_draw_area_draw_event
Change callback on_draw -> on_draw_area_draw_event
Remove trailing whitespace.


svn path=/trunk/; revision=38701
2011-08-24 05:48:26 +00:00
Jörg Mayer f69a789664 GTK3:
Rename the function parameter from usr_data -> data.
Use allocation instead of allocationarea in one place.
Remove trailing whitespace.

svn path=/trunk/; revision=38700
2011-08-24 05:37:51 +00:00
Anders Broman 85b63208ee Fix a typo.
svn path=/trunk/; revision=38699
2011-08-24 05:25:04 +00:00
Anders Broman c0547f6351 GTK3 expose_event -> draw
svn path=/trunk/; revision=38698
2011-08-24 05:04:30 +00:00
Anders Broman 643653e90a GTK3 expose_event -> draw
svn path=/trunk/; revision=38697
2011-08-24 04:53:50 +00:00
Guy Harris 40a863f8bf Fix prematurely-terminated comment.
svn path=/trunk/; revision=38696
2011-08-24 02:37:36 +00:00
Guy Harris 898334c7a5 Fix a comment; this includes describing an additional way in which we
could fail to open the capture file.

svn path=/trunk/; revision=38695
2011-08-24 02:25:08 +00:00
Michael Tüxen 2ab112d5dd Hopefully fix
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6256.

svn path=/trunk/; revision=38694
2011-08-23 23:10:50 +00:00