Commit graph

36971 commits

Author SHA1 Message Date
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
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