Commit Graph

46362 Commits

Author SHA1 Message Date
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
Jörg Mayer eab4f3893d Remove generating .cnf files from all target. They will
be generated when needed.

svn path=/trunk/; revision=49241
2013-05-11 10:53:04 +00:00
Jörg Mayer 21f1d0e46b Peter Van Eynde
via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8635
"enhanced WCCP decoder"

GRE part of the patch.

Me:
Reorder values
Manually apply the rejected parts of the patch (incompatible whitespace)
Fix whitespace inconsistencies of the patch.

svn path=/trunk/; revision=49240
2013-05-11 10:46:36 +00:00
Evan Huus 1164990ffb Initialize a proto_tree variable which is now used for expert info but is
only being set if tree.

svn path=/trunk/; revision=49239
2013-05-11 02:02:31 +00:00
Guy Harris 7a6235666d Add expert info for radiotap header errors.
Add the "unknown fields" expert info to the bitmap, just as we do the
other expert info.

svn path=/trunk/; revision=49238
2013-05-10 23:21:42 +00:00
Guy Harris 85525d4d59 Update a comment.
svn path=/trunk/; revision=49235
2013-05-10 19:40:23 +00:00
Jörg Mayer 303e35a7db pkix1explicit_exp.cnf and pkix1implicit_exp.cnf are stored
in svn, so don't generate them.

svn path=/trunk/; revision=49234
2013-05-10 14:59:02 +00:00
Jörg Mayer b22ed68d8d Some more protocols can be generated via cmake
svn path=/trunk/; revision=49233
2013-05-10 14:55:15 +00:00
Pascal Quantin 914099a5a9 Fix a few bugs related to PDU export feature:
- tag length is wrong if proto name was a multiple of 4 bytes
- tag length is wrong in case no IP address is available in packet_info structwhile tag is requested
- endianness issue when dumping the port number
- overlapping tag IPv4 Dst address and IPv6 Src address
- do not call dissector when it is not found
- typo errors
Enhancements:
- add a subtree for tag content
- display IPv6 Src/Dst address

svn path=/trunk/; revision=49232
2013-05-10 13:13:50 +00:00
Irene Rüngeler 27816067e8 Set Start menu button inactive, if capture is in progress.
svn path=/trunk/; revision=49231
2013-05-10 11:52:44 +00:00
Irene Rüngeler 8f8a287880 Delete unused variable.
svn path=/trunk/; revision=49230
2013-05-10 11:35:38 +00:00
Guy Harris 660bda53cd OK, what's the deal with TZSP_CONFIG packets?
svn path=/trunk/; revision=49229
2013-05-10 07:32:18 +00:00
Guy Harris 34a7231d22 Add some tag values from the TZSP spec.
Change white space.

svn path=/trunk/; revision=49228
2013-05-10 07:30:32 +00:00
Irene Rüngeler 47dd0701f5 The Interface column cannot be hidden any more.
svn path=/trunk/; revision=49227
2013-05-10 07:04:46 +00:00
Guy Harris 66f0e7fdd8 Use #defines for protocol types, and make the description of type 0
match the TZSP spec.

svn path=/trunk/; revision=49226
2013-05-10 07:03:25 +00:00
Guy Harris ac654293c3 Add (Wayback Machine) URL for an (incomplete) specification of TZSP
(what are the contents of a CONFIG packet?).

svn path=/trunk/; revision=49225
2013-05-10 06:46:42 +00:00
Guy Harris fa47c87e30 Distribute the kerberos and x721 subdirectories, even though we don't
build them.

svn path=/trunk/; revision=49224
2013-05-10 02:48:31 +00:00
Guy Harris 4422348ebc Add some comments to #else and #endif to make it clearer what's going
on.

svn path=/trunk/; revision=49223
2013-05-10 02:41:22 +00:00
Guy Harris 518faee2e7 Wrap 64-bit constants in G_GUINT64_CONSTANT().
svn path=/trunk/; revision=49222
2013-05-10 02:18:15 +00:00
Evan Huus c900d0ea7e From "0xBismarck" via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8573
Dissector for PTP-over-IP (picture transfer protocol). PTP-over-USB also exists
but is not identical, so some parts of the dissector are shared for future use.

svn path=/trunk/; revision=49221
2013-05-10 01:37:14 +00:00
Gerald Combs 23474d450d "URL" is probably more correct than "PATH".
svn path=/trunk/; revision=49220
2013-05-09 22:17:36 +00:00
Gerald Combs 8322d5eb59 Allow the CSS path in the HTML man pages to be specified via POD_CSS_PATH, e.g.
make POD_CSS_PATH=/my/strange/and/wonderful.css

svn path=/trunk/; revision=49219
2013-05-09 22:15:52 +00:00
Martin Kaiser 8388c1fa75 From Jeroen Roovers
call PKG_PROG_PKG_CONFIG explicitly in configure.ac
    
AC_REQUIRE(PKG_PROG_PKG_CONFIG) may be expanded only under an if
statement that's not true and thus PKG_PROG_PKG_CONFIG will never be
called.
    
./configure --without-gnutls --with-libnl demonstrates the problem

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

svn path=/trunk/; revision=49215
2013-05-09 14:41:54 +00:00
Michael Mann 94add739e8 NULL terminate bit field list. Bug 8638 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8638)
svn path=/trunk/; revision=49214
2013-05-09 12:49:31 +00:00
Martin Kaiser 54a34fdb30 Coverity 1011110: Unused pointer value
remove the whole unused subtree


svn path=/trunk/; revision=49213
2013-05-09 11:40:14 +00:00