Commit graph

24211 commits

Author SHA1 Message Date
Ulf Lamping
004b797630 replace RADIO_BUTTON_NEW_WITH_LABEL with gtk_radio_button_new_with_label_from_widget
svn path=/trunk/; revision=24907
2008-04-11 19:11:08 +00:00
Ulf Lamping
614d40cd7d replace TOGGLE_BUTTON_NEW_WITH_MNEMONIC with gtk_toggle_button_new_with_mnemonic
svn path=/trunk/; revision=24906
2008-04-11 19:07:46 +00:00
Ulf Lamping
4de04eae27 replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemonic
svn path=/trunk/; revision=24905
2008-04-11 19:04:34 +00:00
Ulf Lamping
ae5f841083 replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_from_stock
svn path=/trunk/; revision=24904
2008-04-11 18:58:19 +00:00
Ulf Lamping
3c6c0cf220 at least remove the "done" parts from this old file
svn path=/trunk/; revision=24903
2008-04-11 18:56:25 +00:00
Ulf Lamping
5d2e42d044 explain, why we should keep PRIMARY_TEXT_START/PRIMARY_TEXT_END
svn path=/trunk/; revision=24902
2008-04-11 18:46:37 +00:00
Bill Meier
c5cb800c5d Clean up a few references to OBJECT_[GS]_DATA macros
svn path=/trunk/; revision=24901
2008-04-11 17:58:27 +00:00
Bill Meier
5c9415462b OBJECT_[GS]ET_DATA macros not needed since GTK1 no longer supported
All usage of these macros has been replaced by g_object_[gs]et_data().

svn path=/trunk/; revision=24900
2008-04-11 17:57:20 +00:00
Bill Meier
ab9c1b68fd OBJECT_..._DATA --> g_object_..._data
svn path=/trunk/; revision=24899
2008-04-11 17:26:09 +00:00
Bill Meier
0502078a1b OBJECT_..._DATA --> g_object_..._data
svn path=/trunk/; revision=24898
2008-04-11 17:14:11 +00:00
Graham Bloice
be9061324c Corrected assumption that offset is always > start_offset. If the first object in the response is a packed bit type, then offset won't be moved until at least 8 bits have been processed.
svn path=/trunk/; revision=24897
2008-04-11 17:11:48 +00:00
Bill Meier
77b615b79f OBJECT_..._DATA --> g_object_..._data
svn path=/trunk/; revision=24896
2008-04-11 16:55:44 +00:00
Bill Meier
74e1c12021 OBJECT_..._DATA --> g_object_..._data
svn path=/trunk/; revision=24895
2008-04-11 16:44:31 +00:00
Bill Meier
10f2ea11d5 OBECT_..._DATA --> g_object_..._data
svn path=/trunk/; revision=24894
2008-04-11 16:26:32 +00:00
Bill Meier
42acebd42c OBECT_..._DATA --> g_object_..._data
svn path=/trunk/; revision=24893
2008-04-11 16:04:54 +00:00
Bill Meier
b5309506a4 OBECT_..._DATA --> g_object_..._data
svn path=/trunk/; revision=24892
2008-04-11 15:41:51 +00:00
Bill Meier
538b1be897 OBJECT_..._DATA --> g_object_..._data
svn path=/trunk/; revision=24891
2008-04-11 15:23:26 +00:00
Stephen Fisher
16e54385b3 Replace SIGNAL_EMIT_BY_NAME(), SIGNAL_EMIT_OBJECT() and
SIGNAL_EMIT_STOP_BY_NAME() macros with their actual function names.


svn path=/trunk/; revision=24890
2008-04-11 05:03:33 +00:00
Stephen Fisher
b010ad9411 Replace FONT_TYPE macro with PangoFontDescription.
svn path=/trunk/; revision=24889
2008-04-11 04:52:36 +00:00
Stephen Fisher
464efd95fa Replace all instances of the SIGNAL_CONNECT_OBJECT() macro with the actual
function name.


svn path=/trunk/; revision=24888
2008-04-11 04:45:00 +00:00
Luis Ontanon
2a96b4aff6 fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2448
Tvb:xxx() functions are unpropperly named Tvb:get_xxx in the wsluarm


svn path=/trunk/; revision=24887
2008-04-10 23:59:19 +00:00
Jaap Keuter
f94b46363e Turbocell dissector, initially by Colin Slater for Ethereal 0.10.7, extended with help from sample capture by Jerome Poulin.
svn path=/trunk/; revision=24886
2008-04-10 23:56:10 +00:00
Luis Ontanon
f35472dc08 From Marton Nemeth:
"defaults to MENU_STAT_GENERIC" added to the description of the group argument of register_menu()


svn path=/trunk/; revision=24885
2008-04-10 23:28:15 +00:00
Jaap Keuter
c9db014cd4 From Roberto Morro:
New display filters added to LOCAL_NODE_ID and REMOTE_NOTE_ID SubTLVs (MPLS_TE
opaque LSA)

svn path=/trunk/; revision=24884
2008-04-10 21:42:19 +00:00
Jaap Keuter
a118b8b41b Fix a comment to please the compiler.
svn path=/trunk/; revision=24883
2008-04-10 21:39:55 +00:00
Jeff Morriss
41d7d06414 Remove the PSTAMP line (dated 2000-07-16). Instead let the package building tool automatically fill it in so that we can get some idea where/when a particular package was actually built.
svn path=/trunk/; revision=24882
2008-04-10 21:18:55 +00:00
Anders Broman
620f7e73f6 Use the correct length for APDU:s.
svn path=/trunk/; revision=24881
2008-04-10 20:51:10 +00:00
Jeff Morriss
598a10ecab Wireshark is no longer beta software. But it's still software. :-)
svn path=/trunk/; revision=24880
2008-04-10 20:34:35 +00:00
Luis Ontanon
db608bdf76 From Marton Nemeth <nm127@freemail.hu>
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-10 20:07:58 +00:00
Jeff Morriss
d4b67e68f4 From Florian Lohoff: fix 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-10 19:35:07 +00:00
Stig Bjørlykke
188543e98d Added some casts from double to float.
svn path=/trunk/; revision=24877
2008-04-10 18:22:59 +00:00
Jeff Morriss
9e54e45e70 From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2413 : fix comment typo
svn path=/trunk/; revision=24876
2008-04-10 15:26:22 +00:00
Jaap Keuter
eac1f4a37a From Andrew Feren:
Fix code example.

svn path=/trunk/; revision=24875
2008-04-10 06:55:45 +00:00
Jaap Keuter
9afe93024a Fix for bug 2440 and 2187:
Properly promote the result to a float by dividing by a float i.s.o. elaborate casts

svn path=/trunk/; revision=24874
2008-04-10 06:47:31 +00:00
Ulf Lamping
d470674329 some minor GTK1 related code fixes
svn path=/trunk/; revision=24873
2008-04-09 23:06:01 +00:00
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