Commit Graph

36978 Commits

Author SHA1 Message Date
Anders Broman ad05335043 I don't know...perhaps this will satisfy the OS X buildbot
svn path=/trunk/; revision=38794
2011-08-30 10:25:58 +00:00
Anders Broman 61b150caf9 Make the capture_if callbacks HAVE_LIBPCAP agnostic.
svn path=/trunk/; revision=38793
2011-08-30 09:00:31 +00:00
Guy Harris 9756ac2904 Handle multiple extension headers when calculating the pseudo-header
length, and actually write out the extension headers when writing out
the pseudo-header.

Fixes bug 6265.

svn path=/trunk/; revision=38792
2011-08-30 08:09:40 +00:00
Anders Broman f2e7cc9518 Do as the comment says - move the variable to gtkglobals.
svn path=/trunk/; revision=38791
2011-08-30 07:33:24 +00:00
Guy Harris 4486bb9d85 A zero snaplen means "snaplen unknown", as in "the file format from
which we read the data to be written doesn't record the snapshot
length".  A snapshot length of 0 in a pcap or pcap-ng file is not
handled well by many programs reading those files; for pcap files, we
write out WTAP_MAX_PACKET_SIZE as the snapshot length in that case, so
do so for pcap-ng files as well.

svn path=/trunk/; revision=38790
2011-08-30 06:01:44 +00:00
Anders Broman 0cf099392c Path from Joerg Mayer, I'm committing it as I think the right thing to do is to have all menus defined in the GUI and then hide the ones
not available/usable and thuss get rid of a lot of #ifdefs.

As for the icons we should load all of them even if some are not needed in all configurations.

svn path=/trunk/; revision=38789
2011-08-30 05:20:37 +00:00
Guy Harris a6fcf8cd45 Endace ERF channelisation and "New BFS" extension header support, from
Andrew Kampjes.

svn path=/trunk/; revision=38788
2011-08-30 03:58:12 +00:00
Guy Harris d6798876d6 I'm not sure -Q/WIRESHARK_QUIT_AFTER_CAPTURE is actually useful in batch
mode; in batch mode, you probably want to use TShark or dumpcap.

svn path=/trunk/; revision=38787
2011-08-29 23:25:29 +00:00
Gerald Combs 9efd73b9ef -Q → WIRESHARK_QUIT_AFTER_CAPTURE.
svn path=/trunk/; revision=38786
2011-08-29 23:16:57 +00:00
Stephen Fisher dc3c5c8b63 Attempt to fix coverity id 1212: MISSING_BREAK by inserting "FALLTHROUGH"
comment.


svn path=/trunk/; revision=38785
2011-08-29 21:36:48 +00:00
Gerald Combs db240c2b5e Replace "-Q" with "WIRESHARK_QUIT_AFTER_CAPTURE" as discussed in bug 6256.
svn path=/trunk/; revision=38784
2011-08-29 21:16:29 +00:00
Stephen Fisher df5fdf9e63 From Juliusz Chroboczek via bug #6273:
IANA has reallocated the Babel port; it is now 6696.  The attached patch makes
wireshark grok both the old and new ports.


svn path=/trunk/; revision=38783
2011-08-29 19:56:11 +00:00
Stephen Fisher f2c42f578b Fix compilation when compiling without libpcap (configure script parameter
"--without-pcap")

Note: Generates run-time warnings still:

(wireshark:66065): Gtk-WARNING **: CaptureFilters: missing action /Capture/CaptureFilters

(wireshark:66065): Gtk-WARNING **: Interfaces: missing action /Capture/Interfaces

(wireshark:66065): Gtk-WARNING **: Options: missing action /Capture/Options

(wireshark:66065): Gtk-WARNING **: Start: missing action /Capture/Start

(wireshark:66065): Gtk-WARNING **: Stop: missing action /Capture/Stop

(wireshark:66065): Gtk-WARNING **: Restart: missing action /Capture/Restart 


svn path=/trunk/; revision=38782
2011-08-29 19:47:50 +00:00
Gerald Combs cd7da58daa Add "--windowsonly" and "--cygwinonly" options to win-setup.sh
--appverify.  Make sure "mt" is only found in a normaly Windows path and
"find" is only found in a Cygwin path.

svn path=/trunk/; revision=38781
2011-08-29 19:22:42 +00:00
Jörg Mayer 6c3a7ca052 Only build rawshark and dumpcap if we have libpcap
svn path=/trunk/; revision=38780
2011-08-29 19:18:28 +00:00
Jörg Mayer 5486a88145 Fix a comment
svn path=/trunk/; revision=38779
2011-08-29 19:10:54 +00:00
Jörg Mayer e5ad8b4c0e Install the new menu files.
svn path=/trunk/; revision=38778
2011-08-29 18:20:43 +00:00
Gerald Combs 97f7ed7dea Add a comment about using IFileOpenDialog and IFileSaveDialog on newer
versions of Windows.

svn path=/trunk/; revision=38777
2011-08-29 16:45:48 +00:00
Anders Broman 780acd9931 From Fredrik Kuivinen:
Fix a problem with dissection of HandoverRequest.

svn path=/trunk/; revision=38776
2011-08-29 14:47:20 +00:00
Jörg Mayer bc62276831 Make loading the menu code from file a compile option: NEW_MENU_CODE
Will not work right now unless the xml files have been installed into
the run time directory.

svn path=/trunk/; revision=38775
2011-08-29 14:39:22 +00:00
Jörg Mayer 167628a96e rtp-player now compiles with gtk3
svn path=/trunk/; revision=38774
2011-08-29 13:43:23 +00:00
Anders Broman 0ec5212be2 Register all icons regardless of HAVE_LIBPCAP.
svn path=/trunk/; revision=38773
2011-08-29 13:05:17 +00:00
Anders Broman 433fc698e0 Remove #ifdef's from UIDescription.
svn path=/trunk/; revision=38772
2011-08-29 11:54:36 +00:00
Stig Bjørlykke 7f4e941ab6 Add an expert info warning for integers encoded with too many octets.
svn path=/trunk/; revision=38771
2011-08-29 10:01:36 +00:00
Stig Bjørlykke cf33ab117d Dissect some op codes.
svn path=/trunk/; revision=38770
2011-08-29 07:35:53 +00:00
Stig Bjørlykke 3890c88de5 Improved heuristics.
Corrected check for absurdly large values in for-loops,
as remaining data may be 0.

svn path=/trunk/; revision=38769
2011-08-29 07:35:44 +00:00
Jörg Mayer 01b17a49ca Fix a tpyo, remove trailing whitespace while at it.
svn path=/trunk/; revision=38768
2011-08-29 07:08:55 +00:00
Anders Broman 59d488010a From Martin Kaiser:
correct the filter names
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6239

svn path=/trunk/; revision=38767
2011-08-29 05:35:51 +00:00
Anders Broman d9928a9d38 From Martin Kaiser:
DVB-CI dissector: reassembly on the transport layer.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6221

svn path=/trunk/; revision=38766
2011-08-29 05:32:21 +00:00
Anders Broman 1c4d4319ee From Lei Chen:
Support E-UTRAN neighbor cells in Enhanced Measurement Report.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6275

svn path=/trunk/; revision=38765
2011-08-29 05:24:10 +00:00
Guy Harris c85d377856 I guess this is the right thing to do with the "ui" directory to put it
into the U3 package.

svn path=/trunk/; revision=38764
2011-08-28 19:28:17 +00:00
Guy Harris 05925d1e4c Escape the newlines in the definition of ui_DATA.
svn path=/trunk/; revision=38763
2011-08-28 19:26:03 +00:00
Anders Broman a08c67c558 Add the main menubar UI description.
svn path=/trunk/; revision=38762
2011-08-28 18:34:52 +00:00
Anders Broman 86ab4774d4 Unify windows and non windows menu_bar a bit.
svn path=/trunk/; revision=38761
2011-08-28 18:28:29 +00:00
Anders Broman 3b203417d5 Add the treeView popup UI description.
svn path=/trunk/; revision=38760
2011-08-28 16:18:58 +00:00
Gerald Combs d07ef4630c [Automatic manuf, services and enterprise-numbers update for 2011-08-28]
svn path=/trunk/; revision=38757
2011-08-28 15:34:37 +00:00
Anders Broman 65c3879f2d Install the GUI xml files. I'm not sure about the Makefile.am changes pkease check.
svn path=/trunk/; revision=38756
2011-08-28 15:08:31 +00:00
Anders Broman eb099e3e41 Add directory for xml UI descriptions and a UI description for the byte View popup.
svn path=/trunk/; revision=38755
2011-08-28 15:00:02 +00:00
Jörg Mayer fcd99cf8e7 Stengthen the heuristics a bit (aka don't misclassify some of
my capture data as rpcap). Someone with more knowledge of the
format might want to look at this (I added FIXMEs).

svn path=/trunk/; revision=38754
2011-08-27 11:06:50 +00:00
Stig Bjørlykke 9be59f89de Removed unused argument to new_packet_list_copy_summary_cb().
Mark unused argument to help_menu_cont_cb().
Whitespace cleanup in colorize_conversation_cb() calls.

svn path=/trunk/; revision=38753
2011-08-27 09:43:27 +00:00
Stig Bjørlykke 2c37a33032 Fix all occurrences of the color2 bug 6269.
svn path=/trunk/; revision=38752
2011-08-27 09:34:18 +00:00
Anders Broman ef66f39a35 Colorize conversation color 2 not working from right-click menu
Typo in packet_list_menu_color_conv_tcp_color2_cb()
While at it change the signature of callbacks.

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

svn path=/trunk/; revision=38751
2011-08-27 09:29:44 +00:00
Jörg Mayer 44b0026d68 Unify my address entry
svn path=/trunk/; revision=38750
2011-08-27 09:23:12 +00:00
Stig Bjørlykke 6c7dcfc1c6 Enable and disable toolbar buttons when having packets.
Set correct sensitivity for Go -> Go to Packet.

This fixes bug 6268.

svn path=/trunk/; revision=38749
2011-08-27 09:22:22 +00:00
Jörg Mayer 7daf9b6c92 Remove some useless/wrong comments
svn path=/trunk/; revision=38748
2011-08-27 09:21:04 +00:00
Guy Harris 0b7de08f82 No semicolons after #endif, please.
svn path=/trunk/; revision=38747
2011-08-26 19:07:40 +00:00
Jörg Mayer 18735eaba5 Replace TRUE/FALSE with the new ENCAP stuff where appropriate
svn path=/trunk/; revision=38746
2011-08-26 17:02:33 +00:00
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