Commit Graph

46586 Commits

Author SHA1 Message Date
Michael Tüxen eded0ecb14 Suppress warnings when using Apple's C compiler.
svn path=/trunk/; revision=49305
2013-05-14 21:01:19 +00:00
Pascal Quantin 099c4eee37 Display Command Qualifier in case of Open Channel (broken in r48862)
svn path=/trunk/; revision=49301
2013-05-14 20:40:34 +00:00
Jeff Morriss 4339f50b1d Fix up indentation and a comment.
svn path=/trunk/; revision=49299
2013-05-14 20:04:19 +00:00
Anders Broman 8e509279b8 Add a tag for original frame number.
svn path=/trunk/; revision=49298
2013-05-14 19:57:19 +00:00
Jeff Morriss cd01af1357 Fix up a comment and some indentation.
svn path=/trunk/; revision=49297
2013-05-14 19:46:48 +00:00
Jeff Morriss a53776288f Don't try to decode an IPv6 address if it looks like we've been handed the
(obsolete) Server-Assignment-Type AVP (which conflicts with the newer
3GPP-SGSN-IPv6-Address AVP).

This allows users to not see malformed packets (which look completely correct)
if they choose to use the AVP values from imscxdx.xml instead of those from
TGPPGmb.xml.

svn path=/trunk/; revision=49296
2013-05-14 19:26:33 +00:00
Guy Harris 67a18cd0e6 Fix indentation.
svn path=/trunk/; revision=49295
2013-05-14 19:06:20 +00:00
Anders Broman be8dbe75c5 Upate to spec. 11.0.0
- fix problem with extension dissection.

svn path=/trunk/; revision=49294
2013-05-14 19:00:53 +00:00
Guy Harris 9c4b84589c Pull dnd_merge_files() into dnd_open_file_cmd(); the resulting code is a
bit simpler.

Don't bother popping up a window saying "you dragged more than one file,
so we're merging"; presumably that's what they had in mind when they
dragged multiple files.  (If that's not what they had in mind, the
window should at least offer a choice to cancel.)

svn path=/trunk/; revision=49293
2013-05-14 18:16:58 +00:00
Alexis La Goutte bd967efb91 Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=49287
2013-05-14 16:02:40 +00:00
Guy Harris aa2e4c1535 Merge capture_start_confirmed() into capture_start_cb().
svn path=/trunk/; revision=49286
2013-05-14 08:22:12 +00:00
Anders Broman ef13d981bb Add comments on the experimental state of this feature.
svn path=/trunk/; revision=49285
2013-05-14 06:07:26 +00:00
Guy Harris 231757c4d5 Use gtk_dialog_set_alternative_button_order() to set the "alternative"
button order (that order is what's used on Windows).

Put the affirmative answer on the right by default.

svn path=/trunk/; revision=49284
2013-05-14 02:46:17 +00:00
Guy Harris 679ee2e9af Make the dialog a child of the color filters dialog, not the top-level
window.

svn path=/trunk/; revision=49283
2013-05-14 01:29:23 +00:00
Guy Harris afb44c61ec Use a modal GTK+ message dialog to ask the user whether to nuke their
personal color settings.

svn path=/trunk/; revision=49282
2013-05-14 01:09:23 +00:00
Guy Harris 13a80ce39f Don't fill in err_str if we're not going to use it.
(This helps flag capture_interface_list() calls that should perhaps be
checked to see whether an error should be reported if they fail.)

svn path=/trunk/; revision=49281
2013-05-13 23:23:33 +00:00
Guy Harris 0de5240a74 Fix indentation.
svn path=/trunk/; revision=49280
2013-05-13 23:22:44 +00:00
Guy Harris 0b7d789607 Clean up indentation.
svn path=/trunk/; revision=49279
2013-05-13 23:17:12 +00:00
Guy Harris 1f1e288b42 Eliminate some includes of ui/simple_dialog.h by files that don't use
anything from it.

svn path=/trunk/; revision=49278
2013-05-13 22:52:46 +00:00
Guy Harris 039a075699 Eliminate some includes of ui/simple_dialog.h by files that don't use
anything from it.

svn path=/trunk/; revision=49277
2013-05-13 22:50:29 +00:00
Guy Harris 311f61d916 Get rid of declaration of no-longer-defined-or-used routine.
svn path=/trunk/; revision=49276
2013-05-13 22:02:37 +00:00
Alexis La Goutte 8ad81a426f Add wmem_test to .git(bzr)ignore
svn path=/trunk/; revision=49275
2013-05-13 20:24:22 +00:00
Alexis La Goutte 441294d61a Add abi stuff to .git(bzr)ignore (files generated by CMake)
svn path=/trunk/; revision=49274
2013-05-13 20:24:14 +00:00
Alexis La Goutte c41a21c46f Add epan/packet-ncp2222.c to .git(bzr)ignore (file generated when use CMake)
svn path=/trunk/; revision=49273
2013-05-13 20:24:05 +00:00
Alexis La Goutte 98ac861268 lupdate/lrelease ui/qt/QtShark.pro Sync with last change in Qt Files
svn path=/trunk/; revision=49272
2013-05-13 20:23:55 +00:00
Alexis La Goutte a80ad2f9f2 Add Some missing text to translate
svn path=/trunk/; revision=49271
2013-05-13 20:23:46 +00:00
Alexis La Goutte 91c482d3d6 Add Some missing text to translate
svn path=/trunk/; revision=49270
2013-05-13 20:23:35 +00:00
Anders Broman b990a8242d Add a 3GPP2 AVP and vendor id for Lucent.
svn path=/trunk/; revision=49269
2013-05-13 19:28:35 +00:00
Michael Tüxen 222b0ea7e0 Allow for building 32-bit versions of the libraries used by wireshark.
This allows to build a 32-bit version of wireshark.


svn path=/trunk/; revision=49263
2013-05-13 11:46:16 +00:00
Jörg Mayer adad131cc1 Tiny whitespace change
svn path=/trunk/; revision=49262
2013-05-12 20:41:17 +00:00
Pascal Quantin d8e31edd88 Fix compilation
svn path=/trunk/; revision=49261
2013-05-12 19:18:35 +00:00
Pascal Quantin ff5712fd15 Fix the RTP-MIDI Controller filter name
svn path=/trunk/; revision=49260
2013-05-12 19:06:40 +00:00
Anders Broman 85a8e304dd Add the posibillity to use a key for per-packet-data.
svn path=/trunk/; revision=49259
2013-05-12 18:11:02 +00:00
Evan Huus f2ccdd6dbf From Dirk Jagdmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8640
Fix dissection of the NTLMSSP v2 Challenge Response. The old code would loop
over the Attributes until the end of the Response, however in reality the last
values of a Response are four 0 bytes and maybe padding. Also change the names
of the values to match those from the Microsoft specification. Also change the
name of one flags bit from unknown to "Anonymous", again according to the
Microsoft spec.

svn path=/trunk/; revision=49258
2013-05-12 14:26:37 +00:00
Guy Harris 1043692610 HTML_VIEWER isn't used in the build process, it's run by Wireshark.
svn path=/trunk/; revision=49257
2013-05-12 07:37:22 +00:00
Guy Harris b7c5f4baa7 Add some comments describing what programs are being checked for.
Move DESKTOP_FILE_INSTALL into the group of programs used for packaging;
it's used when you install a source package.  (It's not used to *build*
a source package, but....)

svn path=/trunk/; revision=49256
2013-05-11 23:59:17 +00:00
Jörg Mayer 59417deed4 I added EXPORT_FILES in too many places, remove them
(via "copy - modify too little - paste" cycle)

svn path=/trunk/; revision=49255
2013-05-11 22:02:33 +00:00
Jörg Mayer d266d38af0 Now all disectors requiring asn2wrs can be generated using
cmake.

svn path=/trunk/; revision=49254
2013-05-11 20:52:50 +00:00
Guy Harris 5bf8bd4f15 Don't just look for python2. Instead, first look for python, and then
see whether it's Python 2 or not; if it's not, *then* look for Python 2.

That way, you can use Python on systems where python is Python 2 and
python2 doesn't exist.

Move the check for Python up after the check for Perl.  (All the program
checks arguably belong together.)

AC_PATH_PROG() does AC_SUBST() for you; don't do it ourselves.

svn path=/trunk/; revision=49253
2013-05-11 20:04:46 +00:00
Evan Huus 526763c293 Fix compilation with SHOW_EMEM_STATS defined.
svn path=/trunk/; revision=49252
2013-05-11 19:40:33 +00:00
Evan Huus 69fae76be1 Support running the massif valgrind tool for memory profiling.
svn path=/trunk/; revision=49251
2013-05-11 19:03:54 +00:00
Evan Huus 930d0c1ed6 From Ravi Kondamuru via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8637
Add support for version 2.6 of netscaler capture format.

svn path=/trunk/; revision=49250
2013-05-11 18:43:53 +00:00
Martin Kaiser 3a4fc8e1dc convert to new-style dissector
svn path=/trunk/; revision=49249
2013-05-11 15:34:55 +00:00
Martin Kaiser d216276709 remove return;
svn path=/trunk/; revision=49248
2013-05-11 15:33:27 +00:00
Martin Kaiser 1e815cb2ca no need for if(tree)
svn path=/trunk/; revision=49247
2013-05-11 15:32:07 +00:00
Martin Kaiser f4791151a7 col_add_fstr() does not need check_col()
svn path=/trunk/; revision=49246
2013-05-11 15:30:21 +00:00
Martin Kaiser 33aebb4756 tabs -> spaces
add editor modelines

svn path=/trunk/; revision=49245
2013-05-11 15:29:20 +00:00
Jörg Mayer 1c6784b8c5 Correct previous commit:
MCS-PROTOCOL.asn is needed after all, so include it using the correct
path and variable

svn path=/trunk/; revision=49244
2013-05-11 12:39:17 +00:00
Jörg Mayer 694d8d89b4 MCS-PROTOCOL.asn does not exists (in this directory) and does not
seem to be used.

svn path=/trunk/; revision=49243
2013-05-11 12:26:28 +00:00
Jörg Mayer 66eb2bed96 Small cleanups
svn path=/trunk/; revision=49242
2013-05-11 12:16:06 +00:00