obnox/wireshark/wip.git
16 years agorename packet_list to main_packet_list
ulfl [Sat, 12 Apr 2008 19:38:29 +0000 (19:38 +0000)]
rename packet_list to main_packet_list

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24950 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoAdded an option to save column widths in the recent file.
stig [Sat, 12 Apr 2008 19:37:05 +0000 (19:37 +0000)]
Added an option to save column widths in the recent file.

Not 100% implemented for usage with configuration profiles with
different column layout yet, as this requires some of the recent
values to be saved in each profile.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24949 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agomove noinst_HEADERS and EXTRA_DIST settings from Makefile.am to Makefile.common as...
ulfl [Sat, 12 Apr 2008 19:24:25 +0000 (19:24 +0000)]
move noinst_HEADERS and EXTRA_DIST settings from Makefile.am to Makefile.common as it's done in /Makefile.common and elsewhere

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24948 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agorename menu -> main_menu
ulfl [Sat, 12 Apr 2008 19:18:26 +0000 (19:18 +0000)]
rename menu -> main_menu
remove old (and unused and confusing) ../menu.h

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24947 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agovarious code cleanup, e.g. replace specific callback functions by "compounds" that...
ulfl [Sat, 12 Apr 2008 18:28:01 +0000 (18:28 +0000)]
various code cleanup, e.g. replace specific callback functions by "compounds" that uses an action value

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24946 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoFetch return from g_list_remove.
stig [Sat, 12 Apr 2008 18:15:10 +0000 (18:15 +0000)]
Fetch return from g_list_remove.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24945 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoFrom Jonas Nilsson:
etxrab [Sat, 12 Apr 2008 17:09:20 +0000 (17:09 +0000)]
From   Jonas Nilsson:
Add exports for packet-gsm_a decoding functions in libwireshark.def
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2427

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24944 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agocleanup of "capture_in_progress" ugly hack from main_toolbar, call capture_if_dlg...
ulfl [Sat, 12 Apr 2008 17:04:21 +0000 (17:04 +0000)]
cleanup of "capture_in_progress" ugly hack from main_toolbar, call capture_if_dlg directly from within main.c

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24943 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoFrom Michael McCartney:
etxrab [Sat, 12 Apr 2008 17:00:41 +0000 (17:00 +0000)]
From   Michael McCartney:
patch for tvb_get_bits16 not to read past end of buffer
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2439

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24942 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoInclude unistd.h, fix prototyping of static functions and mark some
stig [Sat, 12 Apr 2008 16:47:46 +0000 (16:47 +0000)]
Include unistd.h, fix prototyping of static functions and mark some
unused arguments.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24941 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agorename toolbar to main_toolbar
ulfl [Sat, 12 Apr 2008 16:38:13 +0000 (16:38 +0000)]
rename toolbar to main_toolbar

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24940 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoMark some unused arguments.
stig [Sat, 12 Apr 2008 16:35:28 +0000 (16:35 +0000)]
Mark some unused arguments.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24939 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoremove unrequired "references" to gtkglobals.h
ulfl [Sat, 12 Apr 2008 16:09:22 +0000 (16:09 +0000)]
remove unrequired "references" to gtkglobals.h

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24938 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agomove statusbar related code from main.c into it's own main_statusbar.c
ulfl [Sat, 12 Apr 2008 15:55:27 +0000 (15:55 +0000)]
move statusbar related code from main.c into it's own main_statusbar.c

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24937 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoimprove the "simple" callback mechanism, so more than one listener is possible
ulfl [Sat, 12 Apr 2008 15:16:52 +0000 (15:16 +0000)]
improve the "simple" callback mechanism, so more than one listener is possible

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24936 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoFrom Martin Peylo (bug 2245):
stig [Sat, 12 Apr 2008 14:53:48 +0000 (14:53 +0000)]
From Martin Peylo (bug 2245):
I'm providing a patch for the asn2wrs cmp.cnf file showing the types of the
PKIBody and  PKIStatus in the info column.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24935 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoFrom Andrew Feren (bug 2433):
stig [Sat, 12 Apr 2008 14:08:19 +0000 (14:08 +0000)]
From Andrew Feren (bug 2433):
Add support for port ranges in services.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24934 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoFrom Marton Nemeth (bug 2447):
stig [Sat, 12 Apr 2008 13:56:28 +0000 (13:56 +0000)]
From Marton Nemeth (bug 2447):
In help the not all of the following chapters begins with uppercase:

10.4.1. saving capture files
10.4.2. obtaining dissection data
10.4.3. GUI support
10.4.4. post-dissection packet analysis
10.4.5. obtaining packet information
10.4.6. functions for writing dissectors
10.4.7. adding information to the dissection tree
10.4.8. functions for handling packet data
10.4.9. Utility Functions

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24933 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoFrom Jesus Roman (bug 2431):
stig [Sat, 12 Apr 2008 13:41:53 +0000 (13:41 +0000)]
From Jesus Roman (bug 2431):
The decoded value of Size Packet shown as "From the calling DTE" is the value
of "From the called DTE".

When the size packet to negotiate has any of 512, 1024, 2048 or 4096 bytes, the
value shown decoded is erroneus.

The patch attached also includes new decoded facilities:

- Extended CUG selection.
- Extended access outgoing CUG selection.
- Extended RPOA selection.
- NUI selection.

- Charging info selection.
- Call dureation.
- Segment Count.
- Monetary Unit.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24932 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoFrom Philip Frey (bug 2443):
stig [Sat, 12 Apr 2008 12:46:30 +0000 (12:46 +0000)]
From Philip Frey (bug 2443):
Add new dissectors for the iWARP protocol stack.
The code can handle the following 3 protocols:
- MPA
- DDP
- RDMAP

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24931 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoFrom Philip Frey (bug 2420):
stig [Sat, 12 Apr 2008 12:31:53 +0000 (12:31 +0000)]
From Philip Frey (bug 2420):
Merge of the CRC32C calculation out of packet-iscsi.c and packet-sctp.c
into the already existing crc32.c and crc32.h files.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24930 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoFrom Stephen Donnelly (bug 2359):
sake [Sat, 12 Apr 2008 10:21:51 +0000 (10:21 +0000)]
From Stephen Donnelly (bug 2359):

- add support for ERF files created with a snaplength
- tighten heuristics (rlen>=16, time_delta < 1 week)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24929 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoFrom Andrew Ferren (big 2434):
sake [Sat, 12 Apr 2008 09:35:48 +0000 (09:35 +0000)]
From Andrew Ferren (big 2434):

While borrowing code from an other dissector I have worked on I realized I
previously "borrowed" a comment and typo.  Here's a fix.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24928 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agomove drag_and_drop declarations into it's own file
ulfl [Sat, 12 Apr 2008 09:33:59 +0000 (09:33 +0000)]
move drag_and_drop declarations into it's own file

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24927 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoFrom Mark C. Brown:
jake [Sat, 12 Apr 2008 09:23:35 +0000 (09:23 +0000)]
From Mark C. Brown:
Added support for HPVM (Integrity Virtual Machines) guest AVIO (Accelerated Virtual IO)
driver IGSSN and 2nd generation 10 Gigabit Ethernet adapter AD386A driver ICXGBE.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24926 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoPRIMARY_TEXT_START and PRIMARY_TEXT_END are gone; use
guy [Sat, 12 Apr 2008 03:02:23 +0000 (03:02 +0000)]
PRIMARY_TEXT_START and PRIMARY_TEXT_END are gone; use
simple_dialog_primary_start() and simple_dialog_primary_end() instead.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24925 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoInclude "stock_icons.h" to get WIRESHARK_STOCK_DISPLAY_FILTER_ENTRY.
guy [Sat, 12 Apr 2008 02:28:21 +0000 (02:28 +0000)]
Include "stock_icons.h" to get WIRESHARK_STOCK_DISPLAY_FILTER_ENTRY.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24924 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agocompat_macros.h is gone now!!!
ulfl [Sat, 12 Apr 2008 01:41:53 +0000 (01:41 +0000)]
compat_macros.h is gone now!!!

all GTK1 compatibility code was removed, so this file can simply be dropped

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24923 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agowhere it's not necessary, remove #include "compat_macros.h"
ulfl [Sat, 12 Apr 2008 01:02:59 +0000 (01:02 +0000)]
where it's not necessary, remove #include "compat_macros.h"

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24922 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agomove stock icon code from toolbar.c into specific stock_icons file(s)
ulfl [Sat, 12 Apr 2008 00:49:20 +0000 (00:49 +0000)]
move stock icon code from toolbar.c into specific stock_icons file(s)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24921 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoas we no longer need to have the stock icon label strings in two places (GTK2 will...
ulfl [Sat, 12 Apr 2008 00:05:44 +0000 (00:05 +0000)]
as we no longer need to have the stock icon label strings in two places (GTK2 will take care of the stock labels once registered), move the strings into toolbar.c and remove the no longer required definitions from compat_macros.h altogether

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24920 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoAdd a cast to fix compilation on Unix.
sfisher [Fri, 11 Apr 2008 23:46:06 +0000 (23:46 +0000)]
Add a cast to fix compilation on Unix.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24919 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agolast round to replace SIGNAL_CONNECT with g_signal_connect
ulfl [Fri, 11 Apr 2008 23:16:06 +0000 (23:16 +0000)]
last round to replace SIGNAL_CONNECT with g_signal_connect

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24918 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoadd dissection of scsi/mmc close track (and fix a bug)
sahlberg [Fri, 11 Apr 2008 23:14:22 +0000 (23:14 +0000)]
add dissection of scsi/mmc close track (and fix a bug)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24917 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoadd missing braces to unbreak the build
sahlberg [Fri, 11 Apr 2008 23:12:24 +0000 (23:12 +0000)]
add missing braces to unbreak the build

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24916 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoWrap the callback function pointer for g_signal_connect() in
guy [Fri, 11 Apr 2008 23:00:34 +0000 (23:00 +0000)]
Wrap the callback function pointer for g_signal_connect() in
G_CALLBACK(), to suppress compiler warnings (that's what the old
SIGNAL_CONNECT macro did).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24915 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agothird round to replace SIGNAL_CONNECT with g_signal_connect
ulfl [Fri, 11 Apr 2008 22:10:36 +0000 (22:10 +0000)]
third round to replace SIGNAL_CONNECT with g_signal_connect

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24914 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agosecond round to replace SIGNAL_CONNECT with g_signal_connect
ulfl [Fri, 11 Apr 2008 21:39:16 +0000 (21:39 +0000)]
second round to replace SIGNAL_CONNECT with g_signal_connect
This requires some casts to be added and I just don't want to add casts at all possible places. So I compile and only add casts where the (MSVC) compiler has a hard time.

Unfortunately this won't find any problems in Linux/Unix only code - I'll keep an eye on the buildbot and try to fix things as I'm going on ...

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24913 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agofirst round to replace SIGNAL_CONNECT with g_signal_connect
ulfl [Fri, 11 Apr 2008 21:20:51 +0000 (21:20 +0000)]
first round to replace SIGNAL_CONNECT with g_signal_connect
This requires some casts to be added and I just don't want to add casts at all possible places. So I compile and only add casts where the (MSVC) compiler has a hard time.

Unfortunately this won't find any problems in Linux/Unix only code - I'll keep an eye on the buildbot and try to fix things as I'm going on ...

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24912 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoreplace SIGNAL_DISCONNECT_BY_FUNC with g_signal_handlers_disconnect_by_func
ulfl [Fri, 11 Apr 2008 20:34:30 +0000 (20:34 +0000)]
replace SIGNAL_DISCONNECT_BY_FUNC with g_signal_handlers_disconnect_by_func

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24911 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoreplace WIDGET_SET_SIZE with gtk_widget_set_size_request
ulfl [Fri, 11 Apr 2008 20:31:05 +0000 (20:31 +0000)]
replace WIDGET_SET_SIZE with gtk_widget_set_size_request

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24910 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoreplace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required data...
ulfl [Fri, 11 Apr 2008 20:21:05 +0000 (20:21 +0000)]
replace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required data values to build the menus

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24909 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoreplace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemonic_from_w...
ulfl [Fri, 11 Apr 2008 19:26:22 +0000 (19:26 +0000)]
replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemonic_from_widget

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24908 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoreplace RADIO_BUTTON_NEW_WITH_LABEL with gtk_radio_button_new_with_label_from_widget
ulfl [Fri, 11 Apr 2008 19:11:08 +0000 (19:11 +0000)]
replace RADIO_BUTTON_NEW_WITH_LABEL with gtk_radio_button_new_with_label_from_widget

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24907 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoreplace TOGGLE_BUTTON_NEW_WITH_MNEMONIC with gtk_toggle_button_new_with_mnemonic
ulfl [Fri, 11 Apr 2008 19:07:46 +0000 (19:07 +0000)]
replace TOGGLE_BUTTON_NEW_WITH_MNEMONIC with gtk_toggle_button_new_with_mnemonic

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24906 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoreplace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemonic
ulfl [Fri, 11 Apr 2008 19:04:34 +0000 (19:04 +0000)]
replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemonic

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24905 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoreplace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_from_stock
ulfl [Fri, 11 Apr 2008 18:58:19 +0000 (18:58 +0000)]
replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_from_stock

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24904 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoat least remove the "done" parts from this old file
ulfl [Fri, 11 Apr 2008 18:56:25 +0000 (18:56 +0000)]
at least remove the "done" parts from this old file

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24903 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoexplain, why we should keep PRIMARY_TEXT_START/PRIMARY_TEXT_END
ulfl [Fri, 11 Apr 2008 18:46:37 +0000 (18:46 +0000)]
explain, why we should keep PRIMARY_TEXT_START/PRIMARY_TEXT_END

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24902 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoClean up a few references to OBJECT_[GS]_DATA macros
wmeier [Fri, 11 Apr 2008 17:58:27 +0000 (17:58 +0000)]
Clean up a few references to OBJECT_[GS]_DATA macros

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24901 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoOBJECT_[GS]ET_DATA macros not needed since GTK1 no longer supported
wmeier [Fri, 11 Apr 2008 17:57:20 +0000 (17:57 +0000)]
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().

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24900 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoOBJECT_..._DATA --> g_object_..._data
wmeier [Fri, 11 Apr 2008 17:26:09 +0000 (17:26 +0000)]
OBJECT_..._DATA --> g_object_..._data

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24899 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoOBJECT_..._DATA --> g_object_..._data
wmeier [Fri, 11 Apr 2008 17:14:11 +0000 (17:14 +0000)]
OBJECT_..._DATA --> g_object_..._data

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24898 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoCorrected assumption that offset is always > start_offset. If the first object in...
grahamb [Fri, 11 Apr 2008 17:11:48 +0000 (17:11 +0000)]
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24897 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoOBJECT_..._DATA --> g_object_..._data
wmeier [Fri, 11 Apr 2008 16:55:44 +0000 (16:55 +0000)]
OBJECT_..._DATA --> g_object_..._data

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24896 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoOBJECT_..._DATA --> g_object_..._data
wmeier [Fri, 11 Apr 2008 16:44:31 +0000 (16:44 +0000)]
OBJECT_..._DATA --> g_object_..._data

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24895 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoOBECT_..._DATA --> g_object_..._data
wmeier [Fri, 11 Apr 2008 16:26:32 +0000 (16:26 +0000)]
OBECT_..._DATA --> g_object_..._data

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24894 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoOBECT_..._DATA --> g_object_..._data
wmeier [Fri, 11 Apr 2008 16:04:54 +0000 (16:04 +0000)]
OBECT_..._DATA --> g_object_..._data

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24893 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoOBECT_..._DATA --> g_object_..._data
wmeier [Fri, 11 Apr 2008 15:41:51 +0000 (15:41 +0000)]
OBECT_..._DATA --> g_object_..._data

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24892 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoOBJECT_..._DATA --> g_object_..._data
wmeier [Fri, 11 Apr 2008 15:23:26 +0000 (15:23 +0000)]
OBJECT_..._DATA --> g_object_..._data

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24891 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoReplace SIGNAL_EMIT_BY_NAME(), SIGNAL_EMIT_OBJECT() and
sfisher [Fri, 11 Apr 2008 05:03:33 +0000 (05:03 +0000)]
Replace SIGNAL_EMIT_BY_NAME(), SIGNAL_EMIT_OBJECT() and
SIGNAL_EMIT_STOP_BY_NAME() macros with their actual function names.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24890 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoReplace FONT_TYPE macro with PangoFontDescription.
sfisher [Fri, 11 Apr 2008 04:52:36 +0000 (04:52 +0000)]
Replace FONT_TYPE macro with PangoFontDescription.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24889 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoReplace all instances of the SIGNAL_CONNECT_OBJECT() macro with the actual
sfisher [Fri, 11 Apr 2008 04:45:00 +0000 (04:45 +0000)]
Replace all instances of the SIGNAL_CONNECT_OBJECT() macro with the actual
function name.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24888 f5534014-38df-0310-8fa8-9805f1628bb7

16 years ago fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2448
lego [Thu, 10 Apr 2008 23:59:19 +0000 (23:59 +0000)]
 fix bugs.wireshark.org/bugzilla/show_bug.cgi?id=2448
Tvb:xxx() functions are unpropperly named Tvb:get_xxx in the wsluarm

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24887 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoTurbocell dissector, initially by Colin Slater for Ethereal 0.10.7, extended with...
jake [Thu, 10 Apr 2008 23:56:10 +0000 (23:56 +0000)]
Turbocell dissector, initially by Colin Slater for Ethereal 0.10.7, extended with help from sample capture by Jerome Poulin.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24886 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoFrom Marton Nemeth:
lego [Thu, 10 Apr 2008 23:28:15 +0000 (23:28 +0000)]
From Marton Nemeth:
 "defaults to MENU_STAT_GENERIC" added to the description of the group argument of register_menu()

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24885 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoFrom Roberto Morro:
jake [Thu, 10 Apr 2008 21:42:19 +0000 (21:42 +0000)]
From Roberto Morro:
New display filters added to LOCAL_NODE_ID and REMOTE_NOTE_ID SubTLVs (MPLS_TE
opaque LSA)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24884 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoFix a comment to please the compiler.
jake [Thu, 10 Apr 2008 21:39:55 +0000 (21:39 +0000)]
Fix a comment to please the compiler.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24883 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoRemove the PSTAMP line (dated 2000-07-16). Instead let the package building tool...
morriss [Thu, 10 Apr 2008 21:18:55 +0000 (21:18 +0000)]
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24882 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoUse the correct length for APDU:s.
etxrab [Thu, 10 Apr 2008 20:51:10 +0000 (20:51 +0000)]
Use the correct length for APDU:s.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24881 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoWireshark is no longer beta software. But it's still software. :-)
morriss [Thu, 10 Apr 2008 20:34:35 +0000 (20:34 +0000)]
Wireshark is no longer beta software.  But it's still software. :-)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24880 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoFrom Marton Nemeth <nm127@freemail.hu>
lego [Thu, 10 Apr 2008 20:07:58 +0000 (20:07 +0000)]
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

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24879 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoFrom Florian Lohoff: fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2376...
morriss [Thu, 10 Apr 2008 19:35:07 +0000 (19:35 +0000)]
From Florian Lohoff: fix 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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24878 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoAdded some casts from double to float.
stig [Thu, 10 Apr 2008 18:22:59 +0000 (18:22 +0000)]
Added some casts from double to float.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24877 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoFrom http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2413 : fix comment typo
morriss [Thu, 10 Apr 2008 15:26:22 +0000 (15:26 +0000)]
From bugs.wireshark.org/bugzilla/show_bug.cgi?id=2413 : fix comment typo

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24876 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoFrom Andrew Feren:
jake [Thu, 10 Apr 2008 06:55:45 +0000 (06:55 +0000)]
From Andrew Feren:
Fix code example.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24875 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoFix for bug 2440 and 2187:
jake [Thu, 10 Apr 2008 06:47:31 +0000 (06:47 +0000)]
Fix for bug 2440 and 2187:
Properly promote the result to a float by dividing by a float i.s.o. elaborate casts

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24874 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agosome minor GTK1 related code fixes
ulfl [Wed, 9 Apr 2008 23:06:01 +0000 (23:06 +0000)]
some minor GTK1 related code fixes

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24873 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoremove GTK1 only preferences description
ulfl [Wed, 9 Apr 2008 23:04:39 +0000 (23:04 +0000)]
remove GTK1 only preferences description

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24872 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoadd user-guide.zip to svn ignore
ulfl [Wed, 9 Apr 2008 22:52:53 +0000 (22:52 +0000)]
add user-guide.zip to svn ignore

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24871 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agofix guides according to recent GTK1 changes
ulfl [Wed, 9 Apr 2008 22:51:51 +0000 (22:51 +0000)]
fix guides according to recent GTK1 changes

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24870 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoGet the Windows build going again(?).
etxrab [Wed, 9 Apr 2008 20:55:33 +0000 (20:55 +0000)]
Get the Windows build going again(?).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24869 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoRemove:
etxrab [Wed, 9 Apr 2008 19:39:58 +0000 (19:39 +0000)]
Remove:
#ifdef NEED_G_ASCII_STRCASECMP_H
#include "g_ascii_strcasecmp.h"
#endif

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24868 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoFix name of file in comment to reflect current reality.
guy [Wed, 9 Apr 2008 18:29:29 +0000 (18:29 +0000)]
Fix name of file in comment to reflect current reality.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24867 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoRadius AVP updates.
etxrab [Wed, 9 Apr 2008 17:30:09 +0000 (17:30 +0000)]
Radius AVP updates.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24866 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoChange of GTK variable name (GTK2_LIB_DIR => GTK_LIB_DIR)
gal [Wed, 9 Apr 2008 17:17:26 +0000 (17:17 +0000)]
Change of GTK variable name (GTK2_LIB_DIR => GTK_LIB_DIR)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24865 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoRemove an unused function that is causing a warning/error on Unix
sfisher [Wed, 9 Apr 2008 06:09:07 +0000 (06:09 +0000)]
Remove an unused function that is causing a warning/error on Unix

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24864 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoMake expert xpm strings const to avoid warning/error on Unix
sfisher [Wed, 9 Apr 2008 06:07:06 +0000 (06:07 +0000)]
Make expert xpm strings const to avoid warning/error on Unix

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24863 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agofix some GTK1 related comments
ulfl [Wed, 9 Apr 2008 05:54:09 +0000 (05:54 +0000)]
fix some GTK1 related comments

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24862 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agofix a comment typo
ulfl [Wed, 9 Apr 2008 05:43:07 +0000 (05:43 +0000)]
fix a comment typo

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24861 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoStart getting rid of the uses of compat_macro.h's macros.
sfisher [Wed, 9 Apr 2008 05:37:53 +0000 (05:37 +0000)]
Start getting rid of the uses of compat_macro.h's macros.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24860 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoRemove:
etxrab [Wed, 9 Apr 2008 05:36:08 +0000 (05:36 +0000)]
Remove:
#ifdef NEED_G_ASCII_STRCASECMP_H
#include "g_ascii_strcasecmp.h"
#endif

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24859 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agouse 14*14 pixel icon
ulfl [Wed, 9 Apr 2008 05:18:23 +0000 (05:18 +0000)]
use 14*14 pixel icon

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24858 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoremove GTK1 code
ulfl [Wed, 9 Apr 2008 05:01:03 +0000 (05:01 +0000)]
remove GTK1 code

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24857 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoremove GTK1 #if #else #endif from the dev guide
ulfl [Wed, 9 Apr 2008 04:59:24 +0000 (04:59 +0000)]
remove GTK1 #if #else #endif from the dev guide

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24856 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoreplace confusing #if checking for GlIB2.6.0 by #if GLIB_CHECK_VERSION(2,6,0)
ulfl [Wed, 9 Apr 2008 04:57:47 +0000 (04:57 +0000)]
replace confusing #if checking for GlIB2.6.0 by #if GLIB_CHECK_VERSION(2,6,0)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24855 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agolot's of GTK1 related code cleanup in the Win32 build process
ulfl [Wed, 9 Apr 2008 03:48:16 +0000 (03:48 +0000)]
lot's of GTK1 related code cleanup in the Win32 build process

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24854 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoMake the SVR4 package checkinstall script work with only GTK2+.
morriss [Tue, 8 Apr 2008 22:38:24 +0000 (22:38 +0000)]
Make the SVR4 package checkinstall script work with only GTK2+.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24853 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoMake the SVR4 package checkinstall script work with GTK1 or GTK2 (previously it only...
morriss [Tue, 8 Apr 2008 22:03:42 +0000 (22:03 +0000)]
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24852 f5534014-38df-0310-8fa8-9805f1628bb7

16 years agoUpdate to latest spec.
etxrab [Tue, 8 Apr 2008 19:36:41 +0000 (19:36 +0000)]
Update to latest spec.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24851 f5534014-38df-0310-8fa8-9805f1628bb7