aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-02-26Use same coloring rule for icmp and icmpv6.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=27557
2009-02-26gtk_label_set -> gtk_label_set_textAnders Broman9-34/+34
"gtk_label_set is deprecated and should not be used in newly-written code. Aliases gtk_label_set_text()." svn path=/trunk/; revision=27556
2009-02-26gtk_list_store_insert_with_values() requires GTK+ 2.6 or later.Anders Broman1-22/+8
From Jakub Zawadzki further optimisations. svn path=/trunk/; revision=27555
2009-02-26Another small performance boost.Anders Broman1-25/+17
svn path=/trunk/; revision=27554
2009-02-26Removed some spaces in BCH Bytes and PCH Bytes.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=27553
2009-02-26More layout improvements (thanks Stig).Martin Mathieson1-25/+27
svn path=/trunk/; revision=27552
2009-02-26Fix (private) bug #3278: When first opening the RTP stream analysis window,Stephen Fisher1-24/+22
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
2009-02-26From Didier Gautheron:Jaap Keuter1-1/+1
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
2009-02-25From Mark C. Brown:Jaap Keuter3-13/+17
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
2009-02-25Added make-tap-reg.pyStig Bjørlykke1-0/+1
svn path=/trunk/; revision=27548
2009-02-25Added a few service values.Stig Bjørlykke1-1/+10
svn path=/trunk/; revision=27547
2009-02-25More updates to LTE MAC stats. Layout working better now.Martin Mathieson3-145/+115
svn path=/trunk/; revision=27546
2009-02-25Prefs callback not req'd; hf[]: Use NULL (not "") for empty blurb.Bill Meier1-31/+22
svn path=/trunk/; revision=27545
2009-02-25Added initial support for Canon BJNP.Stig Bjørlykke2-0/+204
svn path=/trunk/; revision=27544
2009-02-25Add a preference to control checking of reserved bits.Martin Mathieson1-4/+13
svn path=/trunk/; revision=27543
2009-02-25Put in a comment discussing ways of better handling the FCS in variousGuy Harris1-2/+40
protocols. Clean up white space. svn path=/trunk/; revision=27542
2009-02-25Explain conversations and circuits.Guy Harris1-3/+16
svn path=/trunk/; revision=27541
2009-02-25Clean up the comments in the L2TP dissector about RFCs.Guy Harris2-113/+137
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
2009-02-25From Alex Turbov:Jaap Keuter1-3/+1
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
2009-02-25Port Mapping Protocol, not Plug-'n-Play.Guy Harris2-45/+47
Give the I-D number and a URL to the (now-expired) draft. svn path=/trunk/; revision=27538
2009-02-25Removed mark for unused pinfo, its in use.Stig Bjørlykke1-4/+2
svn path=/trunk/; revision=27537
2009-02-25Added support for NAT Port Mapping Protocol (NAT-PMP).Stig Bjørlykke2-0/+239
svn path=/trunk/; revision=27536
2009-02-24Get the Windows build going again.Jaap Keuter1-0/+2
svn path=/trunk/; revision=27535
2009-02-24Fix some of the UE issues in this window.Martin Mathieson1-70/+50
- 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
2009-02-24Add posibility to mark protocol as private. This prevents inadvertent Wiki ↵Jaap Keuter3-12/+95
access. svn path=/trunk/; revision=27533
2009-02-24From Vincent Helfre:Anders Broman1-5/+27
Build the register routines for wtap plugins. svn path=/trunk/; revision=27532
2009-02-24From Jerry Kotland:Jaap Keuter1-1/+1
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
2009-02-23The beginnings of a World of Warcraft (WoW) protocol dissector.Stephen Fisher2-0/+669
svn path=/trunk/; revision=27530
2009-02-23Fix for bug 3247:Jaap Keuter1-1/+1
Incorrect index adjustment causes failure to dissect multiple capabilities in optional parameters. svn path=/trunk/; revision=27529
2009-02-23From Kip McAtee (bug 3274):Stig Bjørlykke1-7/+10
Don't indicate incorrect Payload Length when having trailing FCS. svn path=/trunk/; revision=27528
2009-02-23From Steve Karg:Jaap Keuter1-40/+310
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
2009-02-23Have the minimum snapshot length be 1 byte, and have a snapshot lengthGuy Harris6-14/+23
of 0 mean 65535, similar to what tcpdump does. Fixes bug 2731. svn path=/trunk/; revision=27526
2009-02-23Use bold labels for headings.Stig Bjørlykke1-0/+5
svn path=/trunk/; revision=27525
2009-02-23Use separate variables for different 'scrolled_window' instancesMartin Mathieson1-9/+10
svn path=/trunk/; revision=27524
2009-02-23Ah, the line was not supposed to be there.Stig Bjørlykke1-2/+0
svn path=/trunk/; revision=27523
2009-02-23Make it compile.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=27522
2009-02-23Add an LTE MAC stats window.Martin Mathieson2-0/+818
I'm struggling with the layout - I'll ask the dev list for ideas... svn path=/trunk/; revision=27521
2009-02-23Show generated hidden protocol items as <[Element: value]>Stig Bjørlykke1-2/+8
svn path=/trunk/; revision=27520
2009-02-23Use gtk_radio_menu_item for enum preferences menu.Stig Bjørlykke1-4/+9
This fixes bug 3206. svn path=/trunk/; revision=27519
2009-02-22Free string fetched from gtk_editable_get_chars().Stig Bjørlykke1-7/+9
svn path=/trunk/; revision=27518
2009-02-22Fix a typo in a dummy function.Stig Bjørlykke2-3/+3
svn path=/trunk/; revision=27517
2009-02-22Free path fetched from gtk_tree_model_get_path with gtk_tree_path_free()Stig Bjørlykke1-0/+6
svn path=/trunk/; revision=27516
2009-02-22Free path fetched from gtk_tree_model_get_path with gtk_tree_path_free() Stig Bjørlykke1-7/+11
svn path=/trunk/; revision=27515
2009-02-22Use gtk_file_chooser_dialog_new().Anders Broman1-18/+13
svn path=/trunk/; revision=27514
2009-02-22Remove unused(?) code.Anders Broman1-1/+2
svn path=/trunk/; revision=27513
2009-02-22Use gtk_file_chooser_dialog_new().Anders Broman1-19/+13
svn path=/trunk/; revision=27512
2009-02-22[Automatic manuf update for 2009-02-22]Gerald Combs1-2/+33
svn path=/trunk/; revision=27510
2009-02-22Use gtk_file_chooser_dialog_new().Anders Broman1-35/+43
svn path=/trunk/; revision=27509
2009-02-22Update CheckApi with:Anders Broman2-6/+12
#'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
2009-02-22From Robert Groenenberg:Jaap Keuter1-1/+1
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