metze/wireshark/wip.git
15 years agoFrom Sven Eckelmann:
Anders Broman [Tue, 3 Mar 2009 19:26:45 +0000 (19:26 -0000)]
From Sven Eckelmann:
Support aggregated originator messages in B.A.T.M.A.N. dissector.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3268

svn path=/trunk/; revision=27588

15 years agoFrom Michael Lum:
Anders Broman [Tue, 3 Mar 2009 19:22:54 +0000 (19:22 -0000)]
From   Michael Lum:
pESN detection fix and additional dissection enhancements.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3254

svn path=/trunk/; revision=27587

15 years agoExport the E212 dissection routine.
Anders Broman [Tue, 3 Mar 2009 18:26:07 +0000 (18:26 -0000)]
Export the E212 dissection routine.

svn path=/trunk/; revision=27586

15 years agoUse the SCTP ppid for S1AP.
Anders Broman [Tue, 3 Mar 2009 18:25:25 +0000 (18:25 -0000)]
Use the SCTP ppid for S1AP.

svn path=/trunk/; revision=27585

15 years agoUpdate UMA towards the most recent 3GPP spec, and export InterRATHandoverInfo
Anders Broman [Tue, 3 Mar 2009 18:24:10 +0000 (18:24 -0000)]
Update UMA towards the most recent 3GPP spec, and export InterRATHandoverInfo
from the RRC dissector.

svn path=/trunk/; revision=27584

15 years agoTry to make the solaris buildbot happy.
Anders Broman [Tue, 3 Mar 2009 05:52:46 +0000 (05:52 -0000)]
Try to make the solaris buildbot happy.

svn path=/trunk/; revision=27583

15 years agoMore Windows compiler flag cleanups. Fix a problem with my last commit
Gerald Combs [Mon, 2 Mar 2009 21:33:11 +0000 (21:33 -0000)]
More Windows compiler flag cleanups. Fix a problem with my last commit
that would break compilation for older compilers. Create a "DLL_LDFLAGS"
variable and use it in DLLs and plugins. Use PLUGIN_LDFLAGS and
DLL_LDFLAGS where needed. Don't force i386 code in the TPG plugin.

svn path=/trunk/; revision=27582

15 years agoRemove a variable that is no longer used as of svn rev 27580
Stephen Fisher [Mon, 2 Mar 2009 21:30:17 +0000 (21:30 -0000)]
Remove a variable that is no longer used as of svn rev 27580

svn path=/trunk/; revision=27581

15 years agoUse gtk_combo_box_new_text ().
Anders Broman [Mon, 2 Mar 2009 20:20:39 +0000 (20:20 -0000)]
Use gtk_combo_box_new_text ().

svn path=/trunk/; revision=27580

15 years agoDisable manifest building for our DLLs. This attempts to fix bug 3272.
Gerald Combs [Mon, 2 Mar 2009 18:57:35 +0000 (18:57 -0000)]
Disable manifest building for our DLLs. This attempts to fix bug 3272.

svn path=/trunk/; revision=27579

15 years agoFix our keyword anchor.
Gerald Combs [Mon, 2 Mar 2009 18:40:56 +0000 (18:40 -0000)]
Fix our keyword anchor.

svn path=/trunk/; revision=27578

15 years agoAdd a version to register-cache.pkl and use it to rebuild the cache from
Gerald Combs [Mon, 2 Mar 2009 18:30:16 +0000 (18:30 -0000)]
Add a version to register-cache.pkl and use it to rebuild the cache from
scratch when needed.

svn path=/trunk/; revision=27577

15 years agoCode cleanup.
Anders Broman [Mon, 2 Mar 2009 07:31:06 +0000 (07:31 -0000)]
Code cleanup.

svn path=/trunk/; revision=27576

15 years agoFix conversation tracking bug noticed in:
Jeff Morriss [Sun, 1 Mar 2009 21:37:30 +0000 (21:37 -0000)]
Fix conversation tracking bug noticed in:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3216#c2

(Basically: how the dissector was dissecting frames--in the GUI--changed based
on the order you had clicked on them.)

... by rewriting how the frame states are maintained: rather than maintaining
a g_hash table of frames and their states, hang the (now se_alloc'd) frame
data off the frame (using p_*_proto_data()).

svn path=/trunk/; revision=27575

15 years agoAdd more IE dissection.
Anders Broman [Sun, 1 Mar 2009 20:39:44 +0000 (20:39 -0000)]
Add more IE dissection.

svn path=/trunk/; revision=27574

15 years ago[Automatic manuf update for 2009-03-01]
Gerald Combs [Sun, 1 Mar 2009 16:03:39 +0000 (16:03 -0000)]
[Automatic manuf update for 2009-03-01]

svn path=/trunk/; revision=27572

15 years agoFrom Carles Kishimoto:
Jaap Keuter [Sun, 1 Mar 2009 15:32:17 +0000 (15:32 -0000)]
From Carles Kishimoto:
Dissector for the proprietary protocol FEFD (Far End Failure Detction) from Force10networks.

svn path=/trunk/; revision=27571

15 years agoClean up display of QoS PS Buffer State field.
Guy Harris [Sun, 1 Mar 2009 08:24:24 +0000 (08:24 -0000)]
Clean up display of QoS PS Buffer State field.

svn path=/trunk/; revision=27570

15 years agoShow bit 4 of the QoS field for frames not coming from an AP.
Guy Harris [Sun, 1 Mar 2009 07:26:59 +0000 (07:26 -0000)]
Show bit 4 of the QoS field for frames not coming from an AP.

Make the TXOP Limit, Queue Size, and TXOP Duration Request part of the
QoS field separate named fields, and show them in a bit better fashion.

svn path=/trunk/; revision=27569

15 years agoFrom Toralf Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3216 :
Jeff Morriss [Sat, 28 Feb 2009 19:30:56 +0000 (19:30 -0000)]
From Toralf Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3216 :

Implement mysql_dissect_row_packet().

From me: change all tvb_length_remaining() calls to
tvb_reported_length_remaining() so the dissector will throw an exception if
the packets are truncated.

svn path=/trunk/; revision=27568

15 years agoRemove a whole bunch of if(tree)'s that were protecting single
Jeff Morriss [Sat, 28 Feb 2009 19:14:14 +0000 (19:14 -0000)]
Remove a whole bunch of if(tree)'s that were protecting single
proto_tree_add_*() calls: those APIs check if tree is NULL too and taking
out the dissector's ifs makes the code easier to read.

svn path=/trunk/; revision=27567

15 years agoFrom Alex Turbov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3291 :
Jeff Morriss [Sat, 28 Feb 2009 18:26:46 +0000 (18:26 -0000)]
From Alex Turbov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3291 :

SNAC(4,2) actually have uint32_t type of last field and its mean time in
milliseconds

svn path=/trunk/; revision=27566

15 years agoFrom Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3281 :
Jeff Morriss [Sat, 28 Feb 2009 04:27:43 +0000 (04:27 -0000)]
From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3281 :

The LCS Client Type parameter in a BSSMAP Perform Location Request is not being
dissected (1.1 trunk).

The LCS Priority and LCS QoS are fine.

svn path=/trunk/; revision=27565

15 years agoFix counting of 'predefined' bytes.
Martin Mathieson [Fri, 27 Feb 2009 17:36:06 +0000 (17:36 -0000)]
Fix counting of 'predefined' bytes.

svn path=/trunk/; revision=27564

15 years agoUpdate the services file from IANA's port-numbers.
Stig Bjørlykke [Fri, 27 Feb 2009 12:51:11 +0000 (12:51 -0000)]
Update the services file from IANA's port-numbers.

svn path=/trunk/; revision=27563

15 years agoSome context names now do include '-', so allow it.
Martin Mathieson [Fri, 27 Feb 2009 11:18:15 +0000 (11:18 -0000)]
Some context names now do include '-', so allow it.

svn path=/trunk/; revision=27562

15 years agoAdd GTK deprecated functions.
Anders Broman [Fri, 27 Feb 2009 07:09:25 +0000 (07:09 -0000)]
Add GTK deprecated functions.

svn path=/trunk/; revision=27561

15 years agoRemember the last used profile and restore this on startup.
Stig Bjørlykke [Thu, 26 Feb 2009 22:26:42 +0000 (22:26 -0000)]
Remember the last used profile and restore this on startup.

svn path=/trunk/; revision=27560

15 years agoDon't write the recent file when leaving a deleted profile.
Stig Bjørlykke [Thu, 26 Feb 2009 22:24:18 +0000 (22:24 -0000)]
Don't write the recent file when leaving a deleted profile.

svn path=/trunk/; revision=27559

15 years agogtk_menu_append is deprecated and should not be used in newly-written code. Use gtk_m...
Anders Broman [Thu, 26 Feb 2009 21:41:07 +0000 (21:41 -0000)]
gtk_menu_append is deprecated and should not be used in newly-written code. Use gtk_menu_shell_append().

svn path=/trunk/; revision=27558

15 years agoUse same coloring rule for icmp and icmpv6.
Stig Bjørlykke [Thu, 26 Feb 2009 21:30:33 +0000 (21:30 -0000)]
Use same coloring rule for icmp and icmpv6.

svn path=/trunk/; revision=27557

15 years agogtk_label_set -> gtk_label_set_text
Anders Broman [Thu, 26 Feb 2009 21:11:06 +0000 (21:11 -0000)]
gtk_label_set ->  gtk_label_set_text
"gtk_label_set is deprecated and should not be used in newly-written code.
Aliases gtk_label_set_text()."

svn path=/trunk/; revision=27556

15 years agogtk_list_store_insert_with_values() requires GTK+ 2.6 or later.
Anders Broman [Thu, 26 Feb 2009 20:55:19 +0000 (20:55 -0000)]
gtk_list_store_insert_with_values() requires GTK+ 2.6 or later.
From Jakub Zawadzki further optimisations.

svn path=/trunk/; revision=27555

15 years agoAnother small performance boost.
Anders Broman [Thu, 26 Feb 2009 16:46:00 +0000 (16:46 -0000)]
Another small performance boost.

svn path=/trunk/; revision=27554

15 years agoRemoved some spaces in BCH Bytes and PCH Bytes.
Stig Bjørlykke [Thu, 26 Feb 2009 14:49:13 +0000 (14:49 -0000)]
Removed some spaces in BCH Bytes and PCH Bytes.

svn path=/trunk/; revision=27553

15 years agoMore layout improvements (thanks Stig).
Martin Mathieson [Thu, 26 Feb 2009 11:47:37 +0000 (11:47 -0000)]
More layout improvements (thanks Stig).

svn path=/trunk/; revision=27552

15 years agoFix (private) bug #3278: When first opening the RTP stream analysis window,
Stephen Fisher [Thu, 26 Feb 2009 07:55:09 +0000 (07:55 -0000)]
Fix (private) bug #3278: When first opening the RTP stream analysis window,
it  hangs for a while before allowing the user to interact with the window.

Fixed by setting columns to fixed height and fixed width.

Also: Don't display columns we were hiding in the CList version of this
window.

svn path=/trunk/; revision=27551

15 years agoFrom Didier Gautheron:
Jaap Keuter [Thu, 26 Feb 2009 05:42:55 +0000 (05:42 -0000)]
From Didier Gautheron:
ECWmin and ECWmax in the Beacon WME Information Element are not displayed correctly.
They appear as equal each to the other. It should be: byte2 & 0x0f, (byte2 & 0xf0) >> 4.

svn path=/trunk/; revision=27550

15 years agoFrom Mark C. Brown:
Jaap Keuter [Wed, 25 Feb 2009 23:19:56 +0000 (23:19 -0000)]
From Mark C. Brown:
Added support for HPVM (Integrity Virtual Machines) guest AVIO (Accelerated Virtual IO) driver IGSSN.
Cleaned up the trace record checks.
Made the default ethernet if the nettl subsystem is not recognized.

svn path=/trunk/; revision=27549

15 years agoAdded make-tap-reg.py
Stig Bjørlykke [Wed, 25 Feb 2009 21:28:40 +0000 (21:28 -0000)]
Added make-tap-reg.py

svn path=/trunk/; revision=27548

15 years agoAdded a few service values.
Stig Bjørlykke [Wed, 25 Feb 2009 20:28:36 +0000 (20:28 -0000)]
Added a few service values.

svn path=/trunk/; revision=27547

15 years agoMore updates to LTE MAC stats. Layout working better now.
Martin Mathieson [Wed, 25 Feb 2009 18:02:09 +0000 (18:02 -0000)]
More updates to LTE MAC stats. Layout working better now.

svn path=/trunk/; revision=27546

15 years agoPrefs callback not req'd; hf[]: Use NULL (not "") for empty blurb.
Bill Meier [Wed, 25 Feb 2009 16:23:38 +0000 (16:23 -0000)]
Prefs callback not req'd; hf[]: Use NULL (not "") for empty blurb.

svn path=/trunk/; revision=27545

15 years agoAdded initial support for Canon BJNP.
Stig Bjørlykke [Wed, 25 Feb 2009 14:12:38 +0000 (14:12 -0000)]
Added initial support for Canon BJNP.

svn path=/trunk/; revision=27544

15 years agoAdd a preference to control checking of reserved bits.
Martin Mathieson [Wed, 25 Feb 2009 11:33:47 +0000 (11:33 -0000)]
Add a preference to control checking of reserved bits.

svn path=/trunk/; revision=27543

15 years agoPut in a comment discussing ways of better handling the FCS in various
Guy Harris [Wed, 25 Feb 2009 11:25:12 +0000 (11:25 -0000)]
Put in a comment discussing ways of better handling the FCS in various
protocols.

Clean up white space.

svn path=/trunk/; revision=27542

15 years agoExplain conversations and circuits.
Guy Harris [Wed, 25 Feb 2009 10:05:04 +0000 (10:05 -0000)]
Explain conversations and circuits.

svn path=/trunk/; revision=27541

15 years agoClean up the comments in the L2TP dissector about RFCs.
Guy Harris [Wed, 25 Feb 2009 09:26:27 +0000 (09:26 -0000)]
Clean up the comments in the L2TP dissector about RFCs.

Clean up indentation a bit.

Clean up the L2TPv3 dissection a bit.

Make an OAM cell dissector, and have the L2TP dissector call it.

svn path=/trunk/; revision=27540

15 years agoFrom Alex Turbov:
Jaap Keuter [Wed, 25 Feb 2009 06:33:56 +0000 (06:33 -0000)]
From Alex Turbov:
Decoding SNAC(13,1a) leads to DISSECTOR_ASSERT_NOT_REACHED in proto.c:1006
because of invalid call to proto_tree_add_item() in
dissect_aim_snac_ssi_auth_reply() (@ packet-aim-ssi.c).

svn path=/trunk/; revision=27539

15 years agoPort Mapping Protocol, not Plug-'n-Play.
Guy Harris [Wed, 25 Feb 2009 00:36:31 +0000 (00:36 -0000)]
Port Mapping Protocol, not Plug-'n-Play.

Give the I-D number and a URL to the (now-expired) draft.

svn path=/trunk/; revision=27538

15 years agoRemoved mark for unused pinfo, its in use.
Stig Bjørlykke [Wed, 25 Feb 2009 00:28:19 +0000 (00:28 -0000)]
Removed mark for unused pinfo, its in use.

svn path=/trunk/; revision=27537

15 years agoAdded support for NAT Port Mapping Protocol (NAT-PMP).
Stig Bjørlykke [Wed, 25 Feb 2009 00:22:47 +0000 (00:22 -0000)]
Added support for NAT Port Mapping Protocol (NAT-PMP).

svn path=/trunk/; revision=27536

15 years agoGet the Windows build going again.
Jaap Keuter [Tue, 24 Feb 2009 18:09:27 +0000 (18:09 -0000)]
Get the Windows build going again.

svn path=/trunk/; revision=27535

15 years agoFix some of the UE issues in this window.
Martin Mathieson [Tue, 24 Feb 2009 17:57:25 +0000 (17:57 -0000)]
Fix some of the UE issues in this window.
- don't use table with one row for common channel counts
- the UEs table now grows to fill vertical space as window is resized
- 4 rows UE details still don't all show...

svn path=/trunk/; revision=27534

15 years agoAdd posibility to mark protocol as private. This prevents inadvertent Wiki access.
Jaap Keuter [Tue, 24 Feb 2009 17:24:03 +0000 (17:24 -0000)]
Add posibility to mark protocol as private. This prevents inadvertent Wiki access.

svn path=/trunk/; revision=27533

15 years agoFrom Vincent Helfre:
Anders Broman [Tue, 24 Feb 2009 07:04:41 +0000 (07:04 -0000)]
From Vincent Helfre:
Build the register routines for wtap plugins.

svn path=/trunk/; revision=27532

15 years agoFrom Jerry Kotland:
Jaap Keuter [Tue, 24 Feb 2009 06:37:45 +0000 (06:37 -0000)]
From Jerry Kotland:
There's a slight error with one of the 802.11n SM Power Save labels.
Currently, when SM Power save == 3, the label is "SM enabled".
According to 802.11n Draft 2.07 it should be "SM Power Save disabled".

svn path=/trunk/; revision=27531

15 years agoThe beginnings of a World of Warcraft (WoW) protocol dissector.
Stephen Fisher [Mon, 23 Feb 2009 23:50:03 +0000 (23:50 -0000)]
The beginnings of a World of Warcraft (WoW) protocol dissector.

svn path=/trunk/; revision=27530

15 years agoFix for bug 3247:
Jaap Keuter [Mon, 23 Feb 2009 22:07:19 +0000 (22:07 -0000)]
Fix for bug 3247:
Incorrect index adjustment causes failure to dissect multiple capabilities in optional parameters.

svn path=/trunk/; revision=27529

15 years agoFrom Kip McAtee (bug 3274):
Stig Bjørlykke [Mon, 23 Feb 2009 20:44:11 +0000 (20:44 -0000)]
From Kip McAtee (bug 3274):
Don't indicate incorrect Payload Length when having trailing FCS.

svn path=/trunk/; revision=27528

15 years agoFrom Steve Karg:
Jaap Keuter [Mon, 23 Feb 2009 20:01:00 +0000 (20:01 -0000)]
From Steve Karg:
The ConfirmedEventNotification decoding was only done as far as context tag 8,
so BACnetNotificationParameters 9, 10, and 11 displayed as malformed packet.
Added context tag decoding for BACnetNotificationParameters 9, 10, and 11.
Added missing breaks in several switch statements.
Corrected some dissector aborts.
Added several new enumerations from the latest BACnet 135-2008 standard, and
updated the list of BACnet Vendor IDs.

svn path=/trunk/; revision=27527

15 years agoHave the minimum snapshot length be 1 byte, and have a snapshot length
Guy Harris [Mon, 23 Feb 2009 19:00:30 +0000 (19:00 -0000)]
Have the minimum snapshot length be 1 byte, and have a snapshot length
of 0 mean 65535, similar to what tcpdump does.

Fixes bug 2731.

svn path=/trunk/; revision=27526

15 years agoUse bold labels for headings.
Stig Bjørlykke [Mon, 23 Feb 2009 17:28:31 +0000 (17:28 -0000)]
Use bold labels for headings.

svn path=/trunk/; revision=27525

15 years agoUse separate variables for different 'scrolled_window' instances
Martin Mathieson [Mon, 23 Feb 2009 16:15:49 +0000 (16:15 -0000)]
Use separate variables for different 'scrolled_window' instances

svn path=/trunk/; revision=27524

15 years agoAh, the line was not supposed to be there.
Stig Bjørlykke [Mon, 23 Feb 2009 16:04:29 +0000 (16:04 -0000)]
Ah, the line was not supposed to be there.

svn path=/trunk/; revision=27523

15 years agoMake it compile.
Stig Bjørlykke [Mon, 23 Feb 2009 15:39:05 +0000 (15:39 -0000)]
Make it compile.

svn path=/trunk/; revision=27522

15 years agoAdd an LTE MAC stats window.
Martin Mathieson [Mon, 23 Feb 2009 15:33:59 +0000 (15:33 -0000)]
Add an LTE MAC stats window.

I'm struggling with the layout - I'll ask the dev list for ideas...

svn path=/trunk/; revision=27521

15 years agoShow generated hidden protocol items as <[Element: value]>
Stig Bjørlykke [Mon, 23 Feb 2009 15:30:15 +0000 (15:30 -0000)]
Show generated hidden protocol items as <[Element: value]>

svn path=/trunk/; revision=27520

15 years agoUse gtk_radio_menu_item for enum preferences menu.
Stig Bjørlykke [Mon, 23 Feb 2009 14:24:44 +0000 (14:24 -0000)]
Use gtk_radio_menu_item for enum preferences menu.
This fixes bug 3206.

svn path=/trunk/; revision=27519

15 years agoFree string fetched from gtk_editable_get_chars().
Stig Bjørlykke [Sun, 22 Feb 2009 22:11:38 +0000 (22:11 -0000)]
Free string fetched from gtk_editable_get_chars().

svn path=/trunk/; revision=27518

15 years agoFix a typo in a dummy function.
Stig Bjørlykke [Sun, 22 Feb 2009 21:44:54 +0000 (21:44 -0000)]
Fix a typo in a dummy function.

svn path=/trunk/; revision=27517

15 years agoFree path fetched from gtk_tree_model_get_path with gtk_tree_path_free()
Stig Bjørlykke [Sun, 22 Feb 2009 21:28:13 +0000 (21:28 -0000)]
Free path fetched from gtk_tree_model_get_path with gtk_tree_path_free()

svn path=/trunk/; revision=27516

15 years agoFree path fetched from gtk_tree_model_get_path with gtk_tree_path_free()
Stig Bjørlykke [Sun, 22 Feb 2009 21:22:30 +0000 (21:22 -0000)]
Free path fetched from gtk_tree_model_get_path with gtk_tree_path_free()

svn path=/trunk/; revision=27515

15 years agoUse gtk_file_chooser_dialog_new().
Anders Broman [Sun, 22 Feb 2009 20:10:17 +0000 (20:10 -0000)]
Use gtk_file_chooser_dialog_new().

svn path=/trunk/; revision=27514

15 years agoRemove unused(?) code.
Anders Broman [Sun, 22 Feb 2009 19:32:15 +0000 (19:32 -0000)]
Remove unused(?) code.

svn path=/trunk/; revision=27513

15 years agoUse gtk_file_chooser_dialog_new().
Anders Broman [Sun, 22 Feb 2009 19:02:02 +0000 (19:02 -0000)]
Use gtk_file_chooser_dialog_new().

svn path=/trunk/; revision=27512

15 years ago[Automatic manuf update for 2009-02-22]
Gerald Combs [Sun, 22 Feb 2009 16:03:23 +0000 (16:03 -0000)]
[Automatic manuf update for 2009-02-22]

svn path=/trunk/; revision=27510

15 years agoUse gtk_file_chooser_dialog_new().
Anders Broman [Sun, 22 Feb 2009 15:23:06 +0000 (15:23 -0000)]
Use gtk_file_chooser_dialog_new().

svn path=/trunk/; revision=27509

15 years agoUpdate CheckApi with:
Anders Broman [Sun, 22 Feb 2009 14:47:07 +0000 (14:47 -0000)]
Update CheckApi with:
#'gtk_clist_new', should we depriceate?
# GtkCList has been deprecated since GTK+ 2.0 and should not be used
# in newly written code. Use GtkTreeView instead.
'gtk_file_selection_new',

svn path=/trunk/; revision=27508

15 years agoFrom Robert Groenenberg:
Jaap Keuter [Sun, 22 Feb 2009 12:22:28 +0000 (12:22 -0000)]
From Robert Groenenberg:
As of version 0.99.8, there has been an annoying problem in the ASN.1 dissector:
when using a 'type table' which discribes the ASN.1 syntax of the traced packets,
wireshark would crash on the very first packet. The cause for the crash is an out-of-
boundry write, detected by g_free().

svn path=/trunk/; revision=27507

15 years agoIncorporate plugin dissector into build in collection.
Jaap Keuter [Sun, 22 Feb 2009 12:01:19 +0000 (12:01 -0000)]
Incorporate plugin dissector into build in collection.

svn path=/trunk/; revision=27506

15 years agoIncorporate plugin dissector into build in collection.
Jaap Keuter [Sun, 22 Feb 2009 11:43:37 +0000 (11:43 -0000)]
Incorporate plugin dissector into build in collection.

svn path=/trunk/; revision=27505

15 years agoIncorporate plugin dissector into build in collection.
Jaap Keuter [Sun, 22 Feb 2009 11:25:16 +0000 (11:25 -0000)]
Incorporate plugin dissector into build in collection.

svn path=/trunk/; revision=27504

15 years agoIncorporate plugin dissector into build in collection.
Jaap Keuter [Sun, 22 Feb 2009 11:10:29 +0000 (11:10 -0000)]
Incorporate plugin dissector into build in collection.

svn path=/trunk/; revision=27503

15 years agoIncorporate plugin dissector into build in collection.
Jaap Keuter [Sun, 22 Feb 2009 10:52:05 +0000 (10:52 -0000)]
Incorporate plugin dissector into build in collection.

svn path=/trunk/; revision=27502

15 years agoIncorporate plugin dissector into build in collection.
Jaap Keuter [Sun, 22 Feb 2009 10:29:14 +0000 (10:29 -0000)]
Incorporate plugin dissector into build in collection.

svn path=/trunk/; revision=27501

15 years agoIncorporate plugin dissector into build in collection.
Jaap Keuter [Sun, 22 Feb 2009 10:04:39 +0000 (10:04 -0000)]
Incorporate plugin dissector into build in collection.

svn path=/trunk/; revision=27500

15 years agoIncorporate plugin dissector into build in collection.
Jaap Keuter [Sun, 22 Feb 2009 09:41:05 +0000 (09:41 -0000)]
Incorporate plugin dissector into build in collection.

svn path=/trunk/; revision=27499

15 years agoIncorporate plugin dissector into build in collection.
Jaap Keuter [Sun, 22 Feb 2009 09:24:27 +0000 (09:24 -0000)]
Incorporate plugin dissector into build in collection.

svn path=/trunk/; revision=27498

15 years agoIncorporate plugin dissector into build in collection.
Jaap Keuter [Sun, 22 Feb 2009 09:09:27 +0000 (09:09 -0000)]
Incorporate plugin dissector into build in collection.

svn path=/trunk/; revision=27497

15 years agoIncorporate plugin dissector into build in collection.
Jaap Keuter [Sun, 22 Feb 2009 00:04:14 +0000 (00:04 -0000)]
Incorporate plugin dissector into build in collection.

svn path=/trunk/; revision=27496

15 years agoIncorporate plugin dissector into build in collection.
Jaap Keuter [Sat, 21 Feb 2009 22:22:16 +0000 (22:22 -0000)]
Incorporate plugin dissector into build in collection.

svn path=/trunk/; revision=27495

15 years agoAdd a cast to fix a VC6 compie warning
Bill Meier [Sat, 21 Feb 2009 21:44:03 +0000 (21:44 -0000)]
Add a cast to fix a VC6 compie warning

svn path=/trunk/; revision=27494

15 years agoFix length field passed to tap when last in frame. Also check for > BSR.
Martin Mathieson [Sat, 21 Feb 2009 21:22:41 +0000 (21:22 -0000)]
Fix length field passed to tap when last in frame.  Also check for > BSR.

svn path=/trunk/; revision=27493

15 years agoIncorporate plugin dissector into build in collection.
Jaap Keuter [Sat, 21 Feb 2009 20:22:40 +0000 (20:22 -0000)]
Incorporate plugin dissector into build in collection.

svn path=/trunk/; revision=27492

15 years agoUpdate the documentation to reflect the current state of plugin development.
Jaap Keuter [Sat, 21 Feb 2009 16:33:48 +0000 (16:33 -0000)]
Update the documentation to reflect the current state of plugin development.

svn path=/trunk/; revision=27491

15 years agoMark two unused variables
Stephen Fisher [Fri, 20 Feb 2009 17:53:39 +0000 (17:53 -0000)]
Mark two unused variables

svn path=/trunk/; revision=27490

15 years agoReplace the clists with gtk_list_store
Anders Broman [Fri, 20 Feb 2009 17:13:44 +0000 (17:13 -0000)]
Replace the clists with gtk_list_store
Should fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3246

svn path=/trunk/; revision=27489

15 years agoSet and use 'plane' more carefully.
Martin Mathieson [Fri, 20 Feb 2009 10:17:52 +0000 (10:17 -0000)]
Set and use 'plane' more carefully.

svn path=/trunk/; revision=27488

15 years agoFrom Vincent Helfre:
Martin Mathieson [Thu, 19 Feb 2009 22:25:36 +0000 (22:25 -0000)]
From Vincent Helfre:
#define some constants, and move constants into header files.
Hopfully this will make it easier for these dissectors to be reused.

svn path=/trunk/; revision=27487