Commit Graph

35973 Commits

Author SHA1 Message Date
Jörg Mayer b8e727ac8d GTK3 fixes:
- Replace 2 cases where GtkObject was used (no longer exists in GTK3)
- Whenever gdkkeysyms.h is included also include gdkkeysyms-compat.h
  iff we are building against gtk3

svn path=/trunk/; revision=37722
2011-06-20 00:48:05 +00:00
Sake Blok de4354d05d Show and and a filter to non-zero ACK numbers and URG pointers whenever their respective flags are not set. As discussed at Sharkfest with Laura Chappell (OK Laura, go ahead and create some more butt-ugly filters now!).
svn path=/trunk/; revision=37721
2011-06-19 20:39:08 +00:00
Stig Bjørlykke e2994a1b0d Make creating a display filter from a custom column defined as integer with
strings and BASE_NONE equal to selecting the filter from the tree entry.

svn path=/trunk/; revision=37720
2011-06-19 19:29:19 +00:00
Jörg Mayer bf2da67ec9 More newbie information:
- The developer tools are called Xcode.
Add link how to install developer's tools (posted by Tony Trinh)

svn path=/trunk/; revision=37719
2011-06-19 19:27:45 +00:00
Bill Meier 26c721b7c9 Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;
Also: whitespace cleanup.

svn path=/trunk/; revision=37718
2011-06-19 19:13:26 +00:00
Jörg Mayer 0adcab9f13 Readability improvements for Mac newbies
- Add version numbers to the code names.
- Remove Darwin and just use Mac OS.

svn path=/trunk/; revision=37717
2011-06-19 18:51:11 +00:00
Bill Meier d2269ce7d5 Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.
svn path=/trunk/; revision=37716
2011-06-19 18:47:35 +00:00
Guy Harris dfdeeb5595 Update for current reality, and give some more details.
svn path=/trunk/; revision=37714
2011-06-19 17:34:22 +00:00
Alexis La Goutte fab566d69f Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
Use 2-space indenting

svn path=/trunk/; revision=37712
2011-06-19 16:05:29 +00:00
Alexis La Goutte 36972d9cda Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=37711
2011-06-19 16:04:57 +00:00
Anders Broman 79e57b3666 Try to fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6029
Wireshark crashes when entering anything in capture filter textbox

svn path=/trunk/; revision=37709
2011-06-19 15:28:32 +00:00
Gerald Combs 8bfa792be7 [Automatic manuf, services and enterprise-numbers update for 2011-06-19]
svn path=/trunk/; revision=37708
2011-06-19 15:03:54 +00:00
Jörg Mayer 7a8cf813ae UI_MANAGER: #if 0 out add_menu_item as it is not used yet(?).
Move menu.c back to the list of clean files.

svn path=/trunk/; revision=37707
2011-06-19 13:53:42 +00:00
Stig Bjørlykke 0d128b2c87 Revert r37702 in favour of r37705 for bug 6035.
svn path=/trunk/; revision=37706
2011-06-19 10:15:58 +00:00
Stig Bjørlykke 63e273c2c5 Handle BASE_NONE as BASE_DEC for filter expression in custom columns.
This fixes bug 6035.

svn path=/trunk/; revision=37705
2011-06-19 10:15:05 +00:00
Anders Broman 35fd959d6d Mark parameters as unused when MAIN_MENU_USE_UIMANAGER.
svn path=/trunk/; revision=37704
2011-06-19 09:33:18 +00:00
Anders Broman ce01789f95 Add missing part of menu.c checkin for UI manager code.
svn path=/trunk/; revision=37703
2011-06-19 09:26:13 +00:00
Stig Bjørlykke 5faf9008af Use BASE_DEC for expert.group and expert.severity.
This fixes bug 6035.

svn path=/trunk/; revision=37702
2011-06-18 22:52:00 +00:00
Jörg Mayer 5b22003e93 Add configure options to make change the default file format
from pcap-ng to pcap.
Add a comment that GTK3 doesn't build yet.

svn path=/trunk/; revision=37701
2011-06-17 22:57:02 +00:00
Stig Bjørlykke 35f18962ce Added 'make osx-package' for building binary package for OSX.
Corrected text describing 'make svr4-package'.

svn path=/trunk/; revision=37700
2011-06-17 21:17:06 +00:00
Stig Bjørlykke 7282c36723 Added a note about Windows 2000.
svn path=/trunk/; revision=37699
2011-06-17 21:02:45 +00:00
Stig Bjørlykke 60a0f850c1 Wireshark now builds and runs on Windows 7, but not on Windows 2000.
svn path=/trunk/; revision=37698
2011-06-17 20:57:05 +00:00
Stig Bjørlykke 558cb4ee83 Set PCAP_NG_DEFAULT correct in config.h on win32.
svn path=/trunk/; revision=37697
2011-06-17 18:40:07 +00:00
Gerald Combs 8d88f3a790 Make pcap-ng the default. Add a compile-time option to prefer pcap-ng or
pcap.  Add a "-P" capture option which tries to use pcap instead of
pcap-ng ("-P" seemed to be the best option but we may want to use a
different letter).

Update the documentation and release notes.

svn path=/trunk/; revision=37696
2011-06-17 17:52:31 +00:00
Jakub Zawadzki 78f376abc5 pflog: use BSD_AF_ defines from <epan/aftypes.h>.
svn path=/trunk/; revision=37695
2011-06-17 16:06:27 +00:00
Stig Bjørlykke e28a15e6ec Added some casts from spotlight_ntoh64 to guint.
svn path=/trunk/; revision=37694
2011-06-17 13:39:56 +00:00
Anders Broman a2106225ad Add the correct casts to make it compile on some old ERHL box.
svn path=/trunk/; revision=37693
2011-06-17 13:19:44 +00:00
Alexis La Goutte 5147a51e3a From Gregor Beck via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6004
dissect_nt_v2_ace: doesn't support ace type > 8

svn path=/trunk/; revision=37692
2011-06-17 12:28:21 +00:00
Stig Bjørlykke 2e74f2f582 Added a cast from ieee802154_long_addr.addr (guint64) to guint.
svn path=/trunk/; revision=37691
2011-06-17 11:56:56 +00:00
Alexis La Goutte a432c736e8 Update IKEv2 to last IANA Parameters (2011-05-09)
Add Notify Message Types of : 
* A Quick Crash Detection Method for IKE (RFC-ietf-ipsecme-failure-detection-08.txt)
* Protocol Support for High Availability of IKEv2/IPsec (RFC-ietf-ipsecme-ipsecha-protocol-06.txt)

svn path=/trunk/; revision=37690
2011-06-17 11:54:51 +00:00
Stig Bjørlykke 4e42731d0b Added cast to int for nstime_t.nsecs.
svn path=/trunk/; revision=37689
2011-06-17 11:09:35 +00:00
Stig Bjørlykke 0f9af51ce1 Preferences for x411 moved to p1.
svn path=/trunk/; revision=37687
2011-06-17 08:03:18 +00:00
Anders Broman 1265b4542f From Roland Knall:
openSAFETY: Making the UDP ports configurable; Modbus/TCP support 
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5999

svn path=/trunk/; revision=37686
2011-06-17 01:56:35 +00:00
Guy Harris 4447b23f6b Squelch some compiler warnings.
svn path=/trunk/; revision=37685
2011-06-16 18:34:17 +00:00
Guy Harris 0b2cb8a575 Squelch some compiler warnings.
svn path=/trunk/; revision=37684
2011-06-16 17:17:55 +00:00
Alexis La Goutte 3384fdecc4 From Kevin Kayes via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6026
Enhance Snoop file reader to include 10Gbit datalink value

svn path=/trunk/; revision=37683
2011-06-16 08:04:31 +00:00
Alexis La Goutte bd2e37c879 Enhance Cisco CCX1 CKIP Information Element (133)
svn path=/trunk/; revision=37682
2011-06-16 07:55:55 +00:00
Michael Tüxen 29c8afa6d3 Really print the rpcap username when logging, not
the rpcap password.
This only affects remote capturing.

svn path=/trunk/; revision=37681
2011-06-16 07:33:24 +00:00
Guy Harris 38bbf40f64 Constify a return value, to squelch a compiler warning.
svn path=/trunk/; revision=37680
2011-06-16 07:27:48 +00:00
Guy Harris 3a62afcfed Attempt to squelch some compiler warnings.
svn path=/trunk/; revision=37679
2011-06-16 07:02:23 +00:00
Guy Harris 937e25c375 Attempt to squelch some compiler warnings.
svn path=/trunk/; revision=37678
2011-06-16 06:55:11 +00:00
Guy Harris ed71fe8caf Attempt to squelch some compiler warnings.
svn path=/trunk/; revision=37677
2011-06-16 03:56:08 +00:00
Guy Harris 5ed5745664 Sigh. Cast away a warning.
svn path=/trunk/; revision=37676
2011-06-15 21:22:30 +00:00
Guy Harris 2bada9a24f Constify some arguments.
Technically, %p must be given a void * as an argument (although the
representation of pointers on all platforms we deal with is the same for
all pointed-to types).

svn path=/trunk/; revision=37675
2011-06-15 20:21:45 +00:00
Guy Harris 37654b4023 Constify some arguments.
svn path=/trunk/; revision=37674
2011-06-15 20:13:42 +00:00
Guy Harris a8c363bd54 Try to squelch some compiler warnings.
svn path=/trunk/; revision=37673
2011-06-15 19:48:27 +00:00
Guy Harris 7758cd97f4 Squelch some compiler warnings.
svn path=/trunk/; revision=37672
2011-06-15 19:36:43 +00:00
Guy Harris 128216dfbe Strings are not writable, and the compiler warns that assigning a
pointer to a string to a non-const pointer discards qualifiers; make the
err_info member of the wtap_reader structure a const pointer.

svn path=/trunk/; revision=37671
2011-06-15 19:34:54 +00:00
Guy Harris cdd23c3bd0 See if this squelches some compiler warnings.
svn path=/trunk/; revision=37670
2011-06-15 19:27:01 +00:00
Guy Harris f783d2d904 See if this squelches some compiler warnings.
svn path=/trunk/; revision=37669
2011-06-15 19:23:58 +00:00