aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-11-21Add $Id$Bill Meier17-4/+38
svn path=/trunk/; revision=34995
2010-11-21[Automatic manuf, services and enterprise-numbers update for 2010-11-21]Gerald Combs2-10/+205
svn path=/trunk/; revision=34992
2010-11-21Fix for bug 5425:Jaap Keuter3-0/+4
Add support for dissecting SLL type 0x0C frames. svn path=/trunk/; revision=34991
2010-11-21Removed unused route_preference.Stig Bjørlykke1-1/+0
svn path=/trunk/; revision=34990
2010-11-21From Jakub Zawadzki via Alexander Koeppe.Anders Broman1-2/+5
Improvement of checking available length highlighting byteview data. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5383 svn path=/trunk/; revision=34989
2010-11-21From Alexis La Goutte:Anders Broman2-579/+629
ICMPv6 Enhancements : make ICMP option filterable. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5424 svn path=/trunk/; revision=34988
2010-11-20Fix for bug 5422:Jaap Keuter3-0/+13
Add support for dissecting SLL type 0x03 frames. svn path=/trunk/; revision=34987
2010-11-20Add missing update of user-guide.xml for revision 34983.Jaap Keuter1-0/+1
svn path=/trunk/; revision=34986
2010-11-20Remove svn:executable and svn:keywords properties.Bill Meier1-0/+0
svn path=/trunk/; revision=34985
2010-11-20Repair copy (summary and as filter) functionality in the packet-list context ↵Sake Blok1-24/+24
menu. It got broken in the bulk of work required to move to the UImanager. svn path=/trunk/; revision=34984
2010-11-20Add description of File|Import option.Jaap Keuter3-1/+193
svn path=/trunk/; revision=34983
2010-11-19Clean up blurbs a bit. Not much we can do about "Description" - what isGuy Harris3-17/+17
it a description *of*? svn path=/trunk/; revision=34978
2010-11-19Verify the number of rectangles, sub-rectangles, the number of bytes of cutJeff Morriss1-75/+103
text, etc. are "sane" before: 1) requesting enough bytes (from reassembly) to dissect them all 2) (and) attempting to add them all to the tree Request all the bytes we'll need to dissect all those rectangles/sub-rectangles before starting dissection rather than checking before dissecting each rectangle/sub-rectangle. Use tvb_get_ephemeral_string(). Use _U_ to mark unused arguments. Fix up some indentation. Get rid of one more DISSECTOR_ASSERT. svn path=/trunk/; revision=34977
2010-11-19From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5366 :Jeff Morriss2-51/+110
Several fixes that make Tight VNC negotiation properly parsed. It was not parsed correctly previously, for multiple reasons. svn path=/trunk/; revision=34976
2010-11-19Remove comments used when editing.Anders Broman1-11/+0
svn path=/trunk/; revision=34975
2010-11-19Mark a parameter as unused.Anders Broman1-1/+1
svn path=/trunk/; revision=34974
2010-11-19Add a missing piece of the commit:Anders Broman1-0/+1
From Taras Kotov: Add RADIUS dictionary for vendor Eltex. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5415 svn path=/trunk/; revision=34973
2010-11-19Pretify dissection of H.248 Annex C.11 SDP equivalents.Anders Broman1-17/+25
svn path=/trunk/; revision=34972
2010-11-19Remove a check_col();Bill Meier4-156/+153
Fix a typo; Minor whitespace cleanup. svn path=/trunk/; revision=34971
2010-11-19Use value_string_ext fcns to access certain value_string arrays.Bill Meier2-91/+94
svn path=/trunk/; revision=34970
2010-11-19Remove some unnecessary includes.Jeff Morriss1-5/+0
svn path=/trunk/; revision=34969
2010-11-19Add Stéphane Bryant (RELOAD dissector). Since this file accepts UTF-8, put ↵Jeff Morriss1-1/+5
the o-umlaut back in Toralf Förster's name. svn path=/trunk/; revision=34968
2010-11-19Reserve not-yet-supported channel type IDs.Martin Mathieson2-0/+10
svn path=/trunk/; revision=34967
2010-11-19From Stephane Bryant via ↵Jeff Morriss1-11/+170
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5412 : Update ReLOAD dissector to reflect draft-ietf-p2psip-base-12 svn path=/trunk/; revision=34966
2010-11-19From Shoichi Sakane via ↵Jeff Morriss1-6/+15
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5270 : Fix the dissection of the length of the option field. svn path=/trunk/; revision=34965
2010-11-19Make some updates to describe the newer features.Jaap Keuter1-4/+7
svn path=/trunk/; revision=34964
2010-11-18Fix compilation errors: Use FT_DOUBLE and proto_tree_add_double for gdoubles.Bill Meier1-36/+36
svn path=/trunk/; revision=34963
2010-11-18Fix compilation errors: Use FT_DOUBLE and proto_tree_add_double for gdoubles.Bill Meier1-6/+6
svn path=/trunk/; revision=34962
2010-11-18stats_tree_register() need be called only once (and not each time a port ↵Bill Meier1-10/+13
pref is changed); (Minor) use tvb_reported_length_remaining() rather than tvb_length_remaining() in a number of places; Add a comment to get_sametime_message_len() about the minimum length of the tvb when the fcn is called. svn path=/trunk/; revision=34961
2010-11-18From Jon Ellch via bug #5175: Add PPI-GPS protocol dissector patchStephen Fisher8-5/+2340
Minor changes by me as detailed in the bug's comment #8. svn path=/trunk/; revision=34956
2010-11-18Use value_string_ext fcns to access a number of value_string arrays;Bill Meier1-103/+110
Sort several value_arrays in ascending order by value; Localize a global variable to proto_reg_handoff(). svn path=/trunk/; revision=34955
2010-11-18Tighten up TLV processing a bit to prevent a potential loop.Bill Meier1-4/+9
svn path=/trunk/; revision=34954
2010-11-18Add a comment about the pipe read timeout on Windows.Gerald Combs1-0/+4
svn path=/trunk/; revision=34947
2010-11-18Tweak the display of the header.Anders Broman1-4/+12
svn path=/trunk/; revision=34946
2010-11-18[UImanager]Add missing GO to frame, and copy paste errors.Anders Broman1-1/+13
svn path=/trunk/; revision=34945
2010-11-18RADIUS: Acc-Status-Type value 3 identified as "Alive" instead of ↵Anders Broman2-6/+22
"Interim-Update" Updte the dictionaries to reflect IANA entries. http://www.iana.org/assignments/radius-types/radius-types.xml#radius-types-10 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5418 svn path=/trunk/; revision=34944
2010-11-18From Taras Kotov: Anders Broman3-0/+24
Add RADIUS dictionary for vendor Eltex. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5415 svn path=/trunk/; revision=34943
2010-11-17Set the pipe read timeout to 100 milliseconds instead of 100 microseconds.Gerald Combs1-3/+1
Should fix bug 5309. svn path=/trunk/; revision=34938
2010-11-17"Fill" value_strings.Anders Broman2-0/+469
svn path=/trunk/; revision=34935
2010-11-17Fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5411Anders Broman2-14/+15
Acct-Session-Id -> OctetString. Also fix assorted Enums. svn path=/trunk/; revision=34934
2010-11-17Use value-string_ext fcns to access value_string array;Bill Meier1-287/+299
Sort value_string_array in ascending order by value; Reformat display of tag info to be more readable; Rework TLV processing; Remove unneeded variable; Minor whitespace cleanup. svn path=/trunk/; revision=34933
2010-11-17value_string_ext fixes.Anders Broman1-14/+31
svn path=/trunk/; revision=34932
2010-11-17Remove unneeded stuff from the Copyright notice. Use ENC_BIG_ENDIAN and ENC_NA.Jeff Morriss1-35/+29
svn path=/trunk/; revision=34931
2010-11-17From Toralf Foerster via ↵Jeff Morriss4-0/+935
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5376 : A dissector for the SAMETIME protocol. From me: no need to include gmodule.h, use only ASCII in the author's name. svn path=/trunk/; revision=34930
2010-11-17- Update to 3GPP TS 25.413 V9.4.0 (2010-09).Anders Broman9-11/+115
- Fill the value_strings. svn path=/trunk/; revision=34929
2010-11-17- Update to 3GPP TS 25.413 V9.4.0 (2010-09).Anders Broman8-93/+926
- Fill the value_strings. svn path=/trunk/; revision=34928
2010-11-17User value_string_ext fcns to access several value_string arrays;Bill Meier2-355/+459
Minor reformatting and whitespace cleanup. svn path=/trunk/; revision=34927
2010-11-17Allow <interval> to be successfully sscanf'd no matter the locale for theChris Maynard1-2/+5
decimal symbol. Fixes bug 2880. svn path=/trunk/; revision=34926
2010-11-17- Update to 3GPP TS 25.413 V9.4.0 (2010-09).Anders Broman8-17/+132
- Fill the value_strings. svn path=/trunk/; revision=34925
2010-11-17- Use SABP:s SCTP ppid.Anders Broman3-22/+35
- Use value_string_ext. svn path=/trunk/; revision=34924