aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-04-10From Marton Nemeth <nm127@freemail.hu>Luis Ontanon4-9/+10
correct example and documentation about register_menu() my own: do not fail to make init.lua when building in a different dir svn path=/trunk/; revision=24879
2008-04-10From Florian Lohoff: fix ↵Jeff Morriss1-1/+11
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2376 (and hopefully the other complaints about RedbackLI grabbing packets that aren't RedbackLI) by strengthening the heuristics. svn path=/trunk/; revision=24878
2008-04-10Added some casts from double to float.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=24877
2008-04-10From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2413 : fix comment typoJeff Morriss1-67/+67
svn path=/trunk/; revision=24876
2008-04-10From Andrew Feren:Jaap Keuter1-0/+1
Fix code example. svn path=/trunk/; revision=24875
2008-04-10Fix for bug 2440 and 2187:Jaap Keuter1-2/+2
Properly promote the result to a float by dividing by a float i.s.o. elaborate casts svn path=/trunk/; revision=24874
2008-04-09some minor GTK1 related code fixesUlf Lamping4-8/+3
svn path=/trunk/; revision=24873
2008-04-09remove GTK1 only preferences descriptionUlf Lamping1-12/+0
svn path=/trunk/; revision=24872
2008-04-09fix guides according to recent GTK1 changesUlf Lamping12-54/+44
svn path=/trunk/; revision=24870
2008-04-09Get the Windows build going again(?).Anders Broman2-144/+144
svn path=/trunk/; revision=24869
2008-04-09Remove:Anders Broman13-51/+0
#ifdef NEED_G_ASCII_STRCASECMP_H #include "g_ascii_strcasecmp.h" #endif svn path=/trunk/; revision=24868
2008-04-09Fix name of file in comment to reflect current reality.Guy Harris1-1/+1
svn path=/trunk/; revision=24867
2008-04-09Radius AVP updates.Anders Broman1-0/+98
svn path=/trunk/; revision=24866
2008-04-09Change of GTK variable name (GTK2_LIB_DIR => GTK_LIB_DIR)Graeme Lunt1-2/+2
svn path=/trunk/; revision=24865
2008-04-09Remove an unused function that is causing a warning/error on UnixStephen Fisher1-10/+0
svn path=/trunk/; revision=24864
2008-04-09Make expert xpm strings const to avoid warning/error on UnixStephen Fisher5-5/+5
svn path=/trunk/; revision=24863
2008-04-09fix some GTK1 related commentsUlf Lamping6-19/+8
svn path=/trunk/; revision=24862
2008-04-09fix a comment typoUlf Lamping1-1/+1
svn path=/trunk/; revision=24861
2008-04-09Start getting rid of the uses of compat_macro.h's macros.Stephen Fisher10-507/+507
svn path=/trunk/; revision=24860
2008-04-09Remove:Anders Broman37-144/+59
#ifdef NEED_G_ASCII_STRCASECMP_H #include "g_ascii_strcasecmp.h" #endif svn path=/trunk/; revision=24859
2008-04-09use 14*14 pixel iconUlf Lamping5-265/+440
svn path=/trunk/; revision=24858
2008-04-09remove GTK1 codeUlf Lamping1-51/+1
svn path=/trunk/; revision=24857
2008-04-09remove GTK1 #if #else #endif from the dev guideUlf Lamping1-21/+1
svn path=/trunk/; revision=24856
2008-04-09replace confusing #if checking for GlIB2.6.0 by #if GLIB_CHECK_VERSION(2,6,0)Ulf Lamping1-1/+1
svn path=/trunk/; revision=24855
2008-04-09lot's of GTK1 related code cleanup in the Win32 build processUlf Lamping7-180/+130
svn path=/trunk/; revision=24854
2008-04-08Make the SVR4 package checkinstall script work with only GTK2+.Jeff Morriss1-59/+20
svn path=/trunk/; revision=24853
2008-04-08Make the SVR4 package checkinstall script work with GTK1 or GTK2 (previously ↵Jeff Morriss1-37/+59
it only worked with GTK1). This version should go into the 1.0 trunk. svn path=/trunk/; revision=24852
2008-04-08Update to latest spec.Anders Broman6-116/+271
svn path=/trunk/; revision=24851
2008-04-08The integral type with which an enumerated type is equivalent is,Guy Harris1-5/+5
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-08Update to latest spec.Anders Broman7-302/+1707
svn path=/trunk/; revision=24849
2008-04-08From Martin Peylo:Anders Broman1-4/+15
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-08From Michael Lum:Anders Broman1-191/+569
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-08Reword the "you can't do setuid install without dumpcap" error mainly to ↵Jeff Morriss1-1/+1
take out the comma. svn path=/trunk/; revision=24846
2008-04-08Update Lemon to v1.54 and lempar to v 1.31 from sqlite ↵Anders Broman3-112/+187
http://www.sqlite.org/cvstrac/dir?d=sqlite/tool svn path=/trunk/; revision=24845
2008-04-08prevent unix compilation problems, use "static const char"Ulf Lamping5-5/+5
svn path=/trunk/; revision=24844
2008-04-08improve expert info indicator icons, but still not perfectUlf Lamping5-264/+262
svn path=/trunk/; revision=24843
2008-04-08remove GTK1 specific font handlingUlf Lamping6-60/+30
svn path=/trunk/; revision=24842
2008-04-08provide gtk_tree_view_expand_to_path only for exactly GTK2.0, avoid problems ↵Ulf Lamping1-1/+1
with GTK 3.0 later svn path=/trunk/; revision=24841
2008-04-08fix the Win32 build: tfs_yes_no -> tfs_yes_no_sbc Ulf Lamping1-10/+8
svn path=/trunk/; revision=24840
2008-04-07Fix for bug 2401:Jaap Keuter2-20/+20
Repair header field type definitions, based on a patch from Chris Yang. svn path=/trunk/; revision=24839
2008-04-07From Jim Young:Stig Bjørlykke2-6/+6
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-07Fix for bug 2414:Jaap Keuter1-2/+3
- 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-07Since the GTK1 code was taken out of gsmmap_add_ucs2_ussd_string(), move ↵Jeff Morriss3-73/+63
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-07Building Wireshark requires Perl (pod2man) so say so.Jeff Morriss1-5/+8
svn path=/trunk/; revision=24835
2008-04-07Fix get_conn_cfilter() such that not an invalid capture filterMichael Tüxen1-1/+4
is used on FreeBSD 7.0 systems. Now REMOTEHOST can be an empty string. svn path=/trunk/; revision=24834
2008-04-07From David Bernard:Jaap Keuter1-87/+303
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-07From Steve Karg:Jaap Keuter1-9/+341
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-07Cleanup whitespaces.Michael Tüxen2-76/+70
svn path=/trunk/; revision=24831
2008-04-07Remove ws_strsplit from libwireshark.def to fix Windows buildStephen Fisher1-1/+0
svn path=/trunk/; revision=24830
2008-04-07- Remove GLIB1 codeStephen Fisher44-485/+32
- 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