Commit Graph

24176 Commits

Author SHA1 Message Date
Ulf Lamping f3cbf25d0d remove GTK1 only preferences description
svn path=/trunk/; revision=24872
2008-04-09 23:04:39 +00:00
Ulf Lamping fbccddbad2 fix guides according to recent GTK1 changes
svn path=/trunk/; revision=24870
2008-04-09 22:51:51 +00:00
Anders Broman 458e8e6f7f Get the Windows build going again(?).
svn path=/trunk/; revision=24869
2008-04-09 20:55:33 +00:00
Anders Broman c973aa3830 Remove:
#ifdef NEED_G_ASCII_STRCASECMP_H
#include "g_ascii_strcasecmp.h"
#endif

svn path=/trunk/; revision=24868
2008-04-09 19:39:58 +00:00
Guy Harris a837356771 Fix name of file in comment to reflect current reality.
svn path=/trunk/; revision=24867
2008-04-09 18:29:29 +00:00
Anders Broman 2c24dddff1 Radius AVP updates.
svn path=/trunk/; revision=24866
2008-04-09 17:30:09 +00:00
Graeme Lunt ac38a5c7e2 Change of GTK variable name (GTK2_LIB_DIR => GTK_LIB_DIR)
svn path=/trunk/; revision=24865
2008-04-09 17:17:26 +00:00
Stephen Fisher e462fe69d5 Remove an unused function that is causing a warning/error on Unix
svn path=/trunk/; revision=24864
2008-04-09 06:09:07 +00:00
Stephen Fisher 75fc454c1c Make expert xpm strings const to avoid warning/error on Unix
svn path=/trunk/; revision=24863
2008-04-09 06:07:06 +00:00
Ulf Lamping b6c168413f fix some GTK1 related comments
svn path=/trunk/; revision=24862
2008-04-09 05:54:09 +00:00
Ulf Lamping 4214543e5a fix a comment typo
svn path=/trunk/; revision=24861
2008-04-09 05:43:07 +00:00
Stephen Fisher 41654fe5e4 Start getting rid of the uses of compat_macro.h's macros.
svn path=/trunk/; revision=24860
2008-04-09 05:37:53 +00:00
Anders Broman 63c5c71cf8 Remove:
#ifdef NEED_G_ASCII_STRCASECMP_H
#include "g_ascii_strcasecmp.h"
#endif

svn path=/trunk/; revision=24859
2008-04-09 05:36:08 +00:00
Ulf Lamping 5620f6ff0a use 14*14 pixel icon
svn path=/trunk/; revision=24858
2008-04-09 05:18:23 +00:00
Ulf Lamping e01e158045 remove GTK1 code
svn path=/trunk/; revision=24857
2008-04-09 05:01:03 +00:00
Ulf Lamping 2fb7887efc remove GTK1 #if #else #endif from the dev guide
svn path=/trunk/; revision=24856
2008-04-09 04:59:24 +00:00
Ulf Lamping 151c5b47b5 replace confusing #if checking for GlIB2.6.0 by #if GLIB_CHECK_VERSION(2,6,0)
svn path=/trunk/; revision=24855
2008-04-09 04:57:47 +00:00
Ulf Lamping 22045b4a54 lot's of GTK1 related code cleanup in the Win32 build process
svn path=/trunk/; revision=24854
2008-04-09 03:48:16 +00:00
Jeff Morriss 73d406c3f6 Make the SVR4 package checkinstall script work with only GTK2+.
svn path=/trunk/; revision=24853
2008-04-08 22:38:24 +00:00
Jeff Morriss c919e46511 Make the SVR4 package checkinstall script work with GTK1 or GTK2 (previously it only worked with GTK1). This version should go into the 1.0 trunk.
svn path=/trunk/; revision=24852
2008-04-08 22:03:42 +00:00
Anders Broman 5def12c00c Update to latest spec.
svn path=/trunk/; revision=24851
2008-04-08 19:36:41 +00:00
Guy Harris 8beb192d32 The integral type with which an enumerated type is equivalent is,
according to the ANSI C standard, implementation-defined; it could be
unsigned, in which case checking whether it's < 0 will cause a compiler
warning.

Casting a signed enum to unsigned will turn negative values into Really
Big Positive Values, so casting to unsigned and comparing against the
maximum value will catch values with the sign bit set regardless of
whether enums are signed or unsigned.

svn path=/trunk/; revision=24850
2008-04-08 17:48:04 +00:00
Anders Broman 1c373ca2ac Update to latest spec.
svn path=/trunk/; revision=24849
2008-04-08 15:42:39 +00:00
Anders Broman 5566136894 From Martin Peylo:
Show MTU discovery bytes in TIPC Link State messages
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2390

svn path=/trunk/; revision=24848
2008-04-08 14:49:56 +00:00
Anders Broman 65c48c392d From Michael Lum:
Most ANSI A information elements are not displayed.
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2388

svn path=/trunk/; revision=24847
2008-04-08 14:42:52 +00:00
Jeff Morriss 0761d4194a Reword the "you can't do setuid install without dumpcap" error mainly to take out the comma.
svn path=/trunk/; revision=24846
2008-04-08 13:17:26 +00:00
Anders Broman 25b308442d Update Lemon to v1.54 and lempar to v 1.31 from sqlite http://www.sqlite.org/cvstrac/dir?d=sqlite/tool
svn path=/trunk/; revision=24845
2008-04-08 09:54:19 +00:00
Ulf Lamping e463cd81c1 prevent unix compilation problems, use "static const char"
svn path=/trunk/; revision=24844
2008-04-08 06:00:02 +00:00
Ulf Lamping eac1cb1476 improve expert info indicator icons, but still not perfect
svn path=/trunk/; revision=24843
2008-04-08 05:55:56 +00:00
Ulf Lamping df724f83cd remove GTK1 specific font handling
svn path=/trunk/; revision=24842
2008-04-08 04:47:32 +00:00
Ulf Lamping 578c25b88f provide gtk_tree_view_expand_to_path only for exactly GTK2.0, avoid problems with GTK 3.0 later
svn path=/trunk/; revision=24841
2008-04-08 03:53:29 +00:00
Ulf Lamping 8b4f26afc6 fix the Win32 build: tfs_yes_no -> tfs_yes_no_sbc
svn path=/trunk/; revision=24840
2008-04-08 03:50:44 +00:00
Jaap Keuter b3e4a7bb02 Fix for bug 2401:
Repair header field type definitions, based on a patch from Chris Yang.

svn path=/trunk/; revision=24839
2008-04-07 22:46:50 +00:00
Stig Bjørlykke 2bb13ae2c2 From Jim Young:
Attached is a patch to the ldap_reinit() function to fix bug 2407.
This particular bug was triggered by the order of steps used to walk
and free the nodes of the ldap_info_items list.  

This should go into the next 1.0 release.

svn path=/trunk/; revision=24838
2008-04-07 22:29:27 +00:00
Jaap Keuter 629a815a8b Fix for bug 2414:
- Do not compare to the possibly resolved address, but the address itself
- Do not leak memory when comparing addresses

svn path=/trunk/; revision=24837
2008-04-07 21:17:08 +00:00
Jeff Morriss 3c6b969c65 Since the GTK1 code was taken out of gsmmap_add_ucs2_ussd_string(), move that code back into gsmmap.cnf (this undoes rev 24227 whose sole purpose was to allow GTK1 builds).
svn path=/trunk/; revision=24836
2008-04-07 20:52:34 +00:00
Jeff Morriss 63a0378934 Building Wireshark requires Perl (pod2man) so say so.
svn path=/trunk/; revision=24835
2008-04-07 20:27:21 +00:00
Michael Tüxen 3340a9f9b7 Fix get_conn_cfilter() such that not an invalid capture filter
is used on FreeBSD 7.0 systems. Now REMOTEHOST can be an
empty string. 

svn path=/trunk/; revision=24834
2008-04-07 13:22:47 +00:00
Jaap Keuter 47ba488516 From David Bernard:
This patch improves MIKEY support in Wireshark. 

The payload types "Error" and "General Extension" are now supported.

The "KEMAC" payload type now support dissecting its sub-payloads "Key Data" and
"Key Validity", but only for PSK (Pre-Shared key) mode with NULL encryption. So
this will dissects properly the TGK and SALT keys for example.

No decrypting is performed, only decoding.

svn path=/trunk/; revision=24833
2008-04-07 06:36:10 +00:00
Jaap Keuter a7da9f5519 From Steve Karg:
Received user request for enhancements.

Added a display filter for BACnet property ID.  
Added a display filter and names for BACnet Vendor ID.

svn path=/trunk/; revision=24832
2008-04-07 06:12:14 +00:00
Michael Tüxen 52518e3e9e Cleanup whitespaces.
svn path=/trunk/; revision=24831
2008-04-07 05:53:02 +00:00
Stephen Fisher bbcd8e7529 Remove ws_strsplit from libwireshark.def to fix Windows build
svn path=/trunk/; revision=24830
2008-04-07 05:37:29 +00:00
Stephen Fisher 726a1caaf1 - Remove GLIB1 code
- Change ugly GLIB version checking statements to GLIB_CHECK_VERSION
- Remove ws_strsplit files because we no longer need to borrow GLIB2's
  g_strsplit code for the no longer supported GLIB1 builds


svn path=/trunk/; revision=24829
2008-04-07 05:22:54 +00:00
Stephen Fisher 545d54ae74 Remove GTK1 code.
svn path=/trunk/; revision=24828
2008-04-07 04:38:59 +00:00
Stephen Fisher 13802b1d84 Remove GTK1 code.
svn path=/trunk/; revision=24827
2008-04-07 04:34:54 +00:00
Stephen Fisher a398bebdaf Remove GTK1 code and change ugly version checking statements into
GTK_CHECK_VERSION().


svn path=/trunk/; revision=24826
2008-04-07 03:46:01 +00:00
Ulf Lamping 0a381cca29 try to fix #if !GTK_CHECK_VERSION
svn path=/trunk/; revision=24825
2008-04-07 01:14:00 +00:00
Ulf Lamping 49ad47d477 remove GTK1 code
svn path=/trunk/; revision=24824
2008-04-07 01:05:55 +00:00
Ulf Lamping 3b7fe5fc6c remove GTK1 code
svn path=/trunk/; revision=24823
2008-04-07 00:42:04 +00:00
Ulf Lamping c857a03907 replace confusing #if checking for GlIB2.6.0 by #if GLIB_CHECK_VERSION(2,6,0)
svn path=/trunk/; revision=24822
2008-04-07 00:29:43 +00:00