Commit graph

26884 commits

Author SHA1 Message Date
Stig Bjørlykke
570722dab3 Remember the last used profile and restore this on startup.
svn path=/trunk/; revision=27560
2009-02-26 22:26:42 +00:00
Stig Bjørlykke
adfda29e38 Don't write the recent file when leaving a deleted profile.
svn path=/trunk/; revision=27559
2009-02-26 22:24:18 +00:00
Anders Broman
aa3b687793 gtk_menu_append is deprecated and should not be used in newly-written code. Use gtk_menu_shell_append().
svn path=/trunk/; revision=27558
2009-02-26 21:41:07 +00:00
Stig Bjørlykke
500b9039bd Use same coloring rule for icmp and icmpv6.
svn path=/trunk/; revision=27557
2009-02-26 21:30:33 +00:00
Anders Broman
04837ca7f2 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
2009-02-26 21:11:06 +00:00
Anders Broman
25e8795a06 gtk_list_store_insert_with_values() requires GTK+ 2.6 or later.
From Jakub Zawadzki further optimisations.

svn path=/trunk/; revision=27555
2009-02-26 20:55:19 +00:00
Anders Broman
0d0d6c6621 Another small performance boost.
svn path=/trunk/; revision=27554
2009-02-26 16:46:00 +00:00
Stig Bjørlykke
56384aaa10 Removed some spaces in BCH Bytes and PCH Bytes.
svn path=/trunk/; revision=27553
2009-02-26 14:49:13 +00:00
Martin Mathieson
18b4db2852 More layout improvements (thanks Stig).
svn path=/trunk/; revision=27552
2009-02-26 11:47:37 +00:00
Stephen Fisher
a0b1dcb2a1 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
2009-02-26 07:55:09 +00:00
Jaap Keuter
6895406b11 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
2009-02-26 05:42:55 +00:00
Jaap Keuter
b47e7619e6 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
2009-02-25 23:19:56 +00:00
Stig Bjørlykke
88b8066be3 Added make-tap-reg.py
svn path=/trunk/; revision=27548
2009-02-25 21:28:40 +00:00
Stig Bjørlykke
f8b4868230 Added a few service values.
svn path=/trunk/; revision=27547
2009-02-25 20:28:36 +00:00
Martin Mathieson
e39897e30d More updates to LTE MAC stats. Layout working better now.
svn path=/trunk/; revision=27546
2009-02-25 18:02:09 +00:00
Bill Meier
281c4d0f5d Prefs callback not req'd; hf[]: Use NULL (not "") for empty blurb.
svn path=/trunk/; revision=27545
2009-02-25 16:23:38 +00:00
Stig Bjørlykke
8e2068eb86 Added initial support for Canon BJNP.
svn path=/trunk/; revision=27544
2009-02-25 14:12:38 +00:00
Martin Mathieson
8728071ae9 Add a preference to control checking of reserved bits.
svn path=/trunk/; revision=27543
2009-02-25 11:33:47 +00:00
Guy Harris
260f06a9df Put in a comment discussing ways of better handling the FCS in various
protocols.

Clean up white space.

svn path=/trunk/; revision=27542
2009-02-25 11:25:12 +00:00
Guy Harris
0b013dbb5a Explain conversations and circuits.
svn path=/trunk/; revision=27541
2009-02-25 10:05:04 +00:00
Guy Harris
eeae7f9ff0 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
2009-02-25 09:26:27 +00:00
Jaap Keuter
c265b3003d 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
2009-02-25 06:33:56 +00:00
Guy Harris
a721172b47 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
2009-02-25 00:36:31 +00:00
Stig Bjørlykke
248ca24f4f Removed mark for unused pinfo, its in use.
svn path=/trunk/; revision=27537
2009-02-25 00:28:19 +00:00
Stig Bjørlykke
ee08eca67b Added support for NAT Port Mapping Protocol (NAT-PMP).
svn path=/trunk/; revision=27536
2009-02-25 00:22:47 +00:00
Jaap Keuter
4c277d1642 Get the Windows build going again.
svn path=/trunk/; revision=27535
2009-02-24 18:09:27 +00:00
Martin Mathieson
dec6a82c10 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
2009-02-24 17:57:25 +00:00
Jaap Keuter
d27c92e496 Add posibility to mark protocol as private. This prevents inadvertent Wiki access.
svn path=/trunk/; revision=27533
2009-02-24 17:24:03 +00:00
Anders Broman
0e38ede281 From Vincent Helfre:
Build the register routines for wtap plugins.

svn path=/trunk/; revision=27532
2009-02-24 07:04:41 +00:00
Jaap Keuter
860a6d7f95 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
2009-02-24 06:37:45 +00:00
Stephen Fisher
ae82bccc32 The beginnings of a World of Warcraft (WoW) protocol dissector.
svn path=/trunk/; revision=27530
2009-02-23 23:50:03 +00:00
Jaap Keuter
5d9a041d91 Fix for bug 3247:
Incorrect index adjustment causes failure to dissect multiple capabilities in optional parameters.

svn path=/trunk/; revision=27529
2009-02-23 22:07:19 +00:00
Stig Bjørlykke
60fd0aaf0b From Kip McAtee (bug 3274):
Don't indicate incorrect Payload Length when having trailing FCS.

svn path=/trunk/; revision=27528
2009-02-23 20:44:11 +00:00
Jaap Keuter
3eddf57266 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
2009-02-23 20:01:00 +00:00
Guy Harris
1514fcff5f 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
2009-02-23 19:00:30 +00:00
Stig Bjørlykke
b934653277 Use bold labels for headings.
svn path=/trunk/; revision=27525
2009-02-23 17:28:31 +00:00
Martin Mathieson
27f81cc8fc Use separate variables for different 'scrolled_window' instances
svn path=/trunk/; revision=27524
2009-02-23 16:15:49 +00:00
Stig Bjørlykke
f3d3ecc9de Ah, the line was not supposed to be there.
svn path=/trunk/; revision=27523
2009-02-23 16:04:29 +00:00
Stig Bjørlykke
7c2e1623b3 Make it compile.
svn path=/trunk/; revision=27522
2009-02-23 15:39:05 +00:00
Martin Mathieson
c29f515169 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
2009-02-23 15:33:59 +00:00
Stig Bjørlykke
ad99387305 Show generated hidden protocol items as <[Element: value]>
svn path=/trunk/; revision=27520
2009-02-23 15:30:15 +00:00
Stig Bjørlykke
137933aa5b Use gtk_radio_menu_item for enum preferences menu.
This fixes bug 3206.

svn path=/trunk/; revision=27519
2009-02-23 14:24:44 +00:00
Stig Bjørlykke
3bf06a7c7a Free string fetched from gtk_editable_get_chars().
svn path=/trunk/; revision=27518
2009-02-22 22:11:38 +00:00
Stig Bjørlykke
c65d15f1e0 Fix a typo in a dummy function.
svn path=/trunk/; revision=27517
2009-02-22 21:44:54 +00:00
Stig Bjørlykke
0a791948b4 Free path fetched from gtk_tree_model_get_path with gtk_tree_path_free()
svn path=/trunk/; revision=27516
2009-02-22 21:28:13 +00:00
Stig Bjørlykke
93f56712bd Free path fetched from gtk_tree_model_get_path with gtk_tree_path_free()
svn path=/trunk/; revision=27515
2009-02-22 21:22:30 +00:00
Anders Broman
7c66938e7f Use gtk_file_chooser_dialog_new().
svn path=/trunk/; revision=27514
2009-02-22 20:10:17 +00:00
Anders Broman
2a7af394e2 Remove unused(?) code.
svn path=/trunk/; revision=27513
2009-02-22 19:32:15 +00:00
Anders Broman
968c6e06bc Use gtk_file_chooser_dialog_new().
svn path=/trunk/; revision=27512
2009-02-22 19:02:02 +00:00
Gerald Combs
be19473dab [Automatic manuf update for 2009-02-22]
svn path=/trunk/; revision=27510
2009-02-22 16:03:23 +00:00