Commit Graph

28659 Commits

Author SHA1 Message Date
Kovarththanan Rajaratnam 41778c459f Indicate where the some of the macros are used
svn path=/trunk/; revision=29596
2009-08-28 15:59:20 +00:00
Bill Meier 46fcebf274 Validate a function parameter
svn path=/trunk/; revision=29595
2009-08-28 13:52:52 +00:00
Jörg Mayer 4d8506486f After asking on the list and receiving no feedback, I'll
just commit this:

Change the checks for type FT_IPv6 to no longer require
a lenght of exaclty 16 bytes, but something between
0 and 16 bytes. That way, we can filter on prefixes
that do not provide the whole length of 16 bytes.

svn path=/trunk/; revision=29594
2009-08-28 09:38:34 +00:00
Anders Broman e392e77382 Use GTK+ 2.16.5 and Glib 2.20.4.
svn path=/trunk/; revision=29593
2009-08-28 06:21:16 +00:00
Anders Broman 2cd2eecd0a Compute the loading time and show it in the main status bar.
(Modified code from Didier Gautheron).

svn path=/trunk/; revision=29592
2009-08-28 05:19:52 +00:00
Anders Broman 5cba22a89b Make the windows build compile.
svn path=/trunk/; revision=29591
2009-08-28 05:17:14 +00:00
Gerald Combs 3b4fb8e340 Properly set our file descriptor when we're capturing from a pipe on
non-Windows systems.

svn path=/trunk/; revision=29590
2009-08-27 23:55:48 +00:00
Kovarththanan Rajaratnam eaa827d1ea We require CMake >= 2.6 so we don't have to repeat the expressions in endif() + friends
svn path=/trunk/; revision=29589
2009-08-27 16:11:16 +00:00
Kovarththanan Rajaratnam 9d5e12c363 Remove zlib from the set of mandatory packages (it isn't)
svn path=/trunk/; revision=29588
2009-08-27 15:55:58 +00:00
Gerald Combs 4812f29640 Check for INVALID_HANDLE_VALUE instead of NULL on Windows. This keeps
us from feeding a NULL pointer to pcap_compile if we can't open our
pipe. Fix up a couple of error messages.

svn path=/trunk/; revision=29587
2009-08-27 15:46:53 +00:00
Kovarththanan Rajaratnam 9cfa4d529b Add ConfigureChecks.cmake
svn path=/trunk/; revision=29586
2009-08-27 15:35:33 +00:00
Kovarththanan Rajaratnam 74a4d8bfda Move configure checks to ConfigureChecks.cmake
svn path=/trunk/; revision=29585
2009-08-27 15:32:57 +00:00
Stig Bjørlykke 9c1f832cb4 Remove the three dots in the menu item.
svn path=/trunk/; revision=29584
2009-08-27 11:58:03 +00:00
Anders Broman beb57e259b make the columns sortable.
svn path=/trunk/; revision=29583
2009-08-27 06:57:53 +00:00
Anders Broman 0267ffb01c Don't copy const strings, store the pointer in the list store instead,
saves memory.

svn path=/trunk/; revision=29582
2009-08-27 05:34:06 +00:00
Bill Meier db04e3941f Add #include <stdio.h>
svn path=/trunk/; revision=29581
2009-08-27 05:17:40 +00:00
Kovarththanan Rajaratnam 5417edcfdc Windows: remove all references to ICONV_DIR, because we use the statically linked win-iconv instead
svn path=/trunk/; revision=29580
2009-08-27 05:04:29 +00:00
Bill Meier fb37e926f6 Add #include <stdio.h>
svn path=/trunk/; revision=29579
2009-08-27 05:04:05 +00:00
Bill Meier a15bb4beb9 Add #include <stdio.h> in a few more places ....
svn path=/trunk/; revision=29578
2009-08-27 04:47:28 +00:00
Bill Meier 1bc9f19f05 Add #include <stdio.h> in a few more places for Solaris.
svn path=/trunk/; revision=29577
2009-08-27 03:54:57 +00:00
Bill Meier 1826a02933 Add #include <stdio.h> in a few places for Solaris
svn path=/trunk/; revision=29576
2009-08-27 02:53:13 +00:00
Bill Meier fd7021476f Add #include <stdio.h> to print.h; Undo the previous change to about_dlg.c
svn path=/trunk/; revision=29575
2009-08-26 23:24:22 +00:00
Gerald Combs 4c7f40f3f5 Add a compile-time option to use a separate thread for reading from
pipes. Enable this by default on Windows. Remove code that tried to
use WaitForSingleObject on a pipe (which Windows doesn't support). Use
native file handles and system calls on Windows (which fixes a problem
with partial reads I ran into during testing).

This should fix bug 1759.

svn path=/trunk/; revision=29574
2009-08-26 23:16:37 +00:00
Bill Meier 228bc22aa9 Keep Solaris buildbot happy ....
svn path=/trunk/; revision=29573
2009-08-26 22:45:07 +00:00
Martin Mathieson b076f98b46 Show correct time value for "Time since previous displayed frame".
svn path=/trunk/; revision=29572
2009-08-26 22:31:06 +00:00
Guy Harris 9d9d2f4156 Add another theme candidate.
svn path=/trunk/; revision=29571
2009-08-26 19:58:23 +00:00
Bill Meier 7081039a23 Reformat some long lines for readability....
svn path=/trunk/; revision=29570
2009-08-26 19:30:44 +00:00
Bill Meier acd415ca9b #include <stdio.h> no longer req'd.
svn path=/trunk/; revision=29569
2009-08-26 19:28:20 +00:00
Bill Meier 94f28dd8f9 (FWIW) One step towards including stdio.h & stdlib.h only when req'd.
svn path=/trunk/; revision=29568
2009-08-26 19:27:49 +00:00
Guy Harris 70416bc4a3 Note that we might want to look at some other themes, to see if any are
more like OS X (especially more like Leopard).

svn path=/trunk/; revision=29567
2009-08-26 19:17:25 +00:00
Anders Broman 5e4e5755a8 From Didier Gautheron:
expert info clean up,
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3948

svn path=/trunk/; revision=29566
2009-08-26 17:26:26 +00:00
Bill Meier cfde59d509 From dragonlinux AT gmail.com: Fix incorrect location of a right brace;
svn path=/trunk/; revision=29565
2009-08-26 16:39:34 +00:00
Tomas Kukosa 9e282cf141 export t38_add_address, prefer destination port for T.38 conversation searching
svn path=/trunk/; revision=29564
2009-08-26 15:10:31 +00:00
Bill Meier cd107a40f2 Fix some indentation
svn path=/trunk/; revision=29563
2009-08-26 13:58:17 +00:00
Martin Mathieson 8437debcb6 Make UL grant size a (generated) field of its own (for easier use as a custom column or IO graph filter).
svn path=/trunk/; revision=29562
2009-08-26 09:13:14 +00:00
Stig Bjørlykke a1fc889259 From Thierry Andry via bug 3941:
Added preference to set radius request TTL.

svn path=/trunk/; revision=29561
2009-08-26 07:26:17 +00:00
Kovarththanan Rajaratnam 10ce541917 Reorder so that mandatory requirements appear in succession
svn path=/trunk/; revision=29560
2009-08-26 07:05:50 +00:00
Kovarththanan Rajaratnam 0dead996a2 win-iconv is statically linked as part of Glib >= 2.14.5, so remove it from config.nmake
svn path=/trunk/; revision=29559
2009-08-26 06:54:48 +00:00
Anders Broman 57ec611fa1 From dragonlinux:
Add QNX OS VER 6's qnet ethernet protocol number.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3934

svn path=/trunk/; revision=29558
2009-08-26 05:10:12 +00:00
Anders Broman 3c399bf8bb Make it possible to close and reactivate the window.
svn path=/trunk/; revision=29557
2009-08-26 04:37:08 +00:00
Anders Broman eeb1f0df18 From swapnil:
Bug in Traffic Aggregate Description (TAD) IE in Packet-gtpv2.c fixed.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3940

svn path=/trunk/; revision=29556
2009-08-26 04:36:14 +00:00
Bill Meier bd5202c051 Add missing prototype ....
svn path=/trunk/; revision=29555
2009-08-26 02:06:39 +00:00
Bill Meier 8e1021f0c2 Rework code slightly to prevent several GCC "breaking strict-aliasing rules" warnings
svn path=/trunk/; revision=29554
2009-08-25 23:03:10 +00:00
Martin Mathieson 232747f501 Add missing semicolon.
svn path=/trunk/; revision=29553
2009-08-25 23:01:03 +00:00
Bill Meier 14a35a650f Init two struct members so gcc 4.1.4 doesn't complain about "may be used uninitialized";
Also: use gboolean for a true/false variable.

svn path=/trunk/; revision=29552
2009-08-25 21:54:12 +00:00
Anders Broman 32e7cddf70 From Didier Gautheron:
move custom col set from  proto_tree_set_xxx() to
epan_dissect_fill_in_columns().
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3930

I'v added the new functions to the .h files.

svn path=/trunk/; revision=29551
2009-08-25 21:10:35 +00:00
Gerald Combs 4968b876cd Add more information to the comments at the top of the files we generate.
svn path=/trunk/; revision=29550
2009-08-25 17:55:55 +00:00
Anders Broman 4e87c254f0 From Mike Morrin:
Minor errors in gsm rr dissectors
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3889

Modified accoring to comments from Pascal Quantin(I hope I got it right).

svn path=/trunk/; revision=29549
2009-08-25 17:22:32 +00:00
Martin Mathieson 5560cb61c0 Show CRC errors for RARs.
svn path=/trunk/; revision=29548
2009-08-25 11:01:51 +00:00
Guy Harris 6899bdc299 Note in dlist[] that COL_BSSGP_TLLI is deprecated.
svn path=/trunk/; revision=29547
2009-08-25 06:11:57 +00:00