aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-01-30Moved packet-t38.c to the ASN.1 section.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=35704
2011-01-30From Alexis La Goutte:Anders Broman1-26/+33
Cleanup 802.11 Dissector : Make checkhf Happy https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5636 Pach #1,#2;#3 svn path=/trunk/; revision=35703
2011-01-30[Automatic manuf, services and enterprise-numbers update for 2011-01-30]Gerald Combs2-16/+272
svn path=/trunk/; revision=35700
2011-01-30From Grzegorz Szczytowski:Anders Broman2-10/+30
Add Bearer Control Mode selection support in gtpv1 dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5634 Sligtly reworked by me: - prefix names with gtp - Use proto_tree_add_item() - remove ref to specific protocol version, as it's probably a mix. - Changed the update to the AUTHORS file. svn path=/trunk/; revision=35699
2011-01-29From Alexis La Goutte:Anders Broman1-149/+271
Cleanup 802.11 Dissector : Rework Prism Header https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5631 svn path=/trunk/; revision=35698
2011-01-29Improve r35695/35696 by repeating the whole function call in eachStephen Fisher1-4/+2
block of the #if / #else / #endif for clarity. svn path=/trunk/; revision=35697
2011-01-29Fix Windows compile error(s);Bill Meier1-4/+4
{Compiles OK on Windows but not tested). svn path=/trunk/; revision=35696
2011-01-29If we're compiling with GTK+ 2.14 or higher, use accessor functionStephen Fisher1-0/+4
gtk_color_selection_dialog_get_color_selection() instead of accessing the struct member directly. svn path=/trunk/; revision=35695
2011-01-28I believe 0 was meant instead of sizeof(0)....Bill Meier1-2/+1
svn path=/trunk/; revision=35694
2011-01-28Move protocol details from above the copyright notice to below.Stephen Fisher1-14/+17
svn path=/trunk/; revision=35693
2011-01-28Remove the remaining tvb_fake_unicode() calls in the dissector source. Stephen Fisher1-10/+5
svn path=/trunk/; revision=35692
2011-01-28Fix r35690: tvb_get_unicode_string() takes length in 8-bit bytes, notStephen Fisher2-2/+2
16-bit UTF-16 characters as tvb_fake_unicode() did. svn path=/trunk/; revision=35691
2011-01-28Change tvb_fake_unicode() to tvb_get_unicode_string() in the DCERPCStephen Fisher2-2/+2
DRSUAPI dissector. Updated the packet-dcerpc-drsuapi.c file manually because it used to be auto-generated, but appears to have had changes since then. svn path=/trunk/; revision=35690
2011-01-28Mention that the fake tvb unicode functions have been supercededStephen Fisher2-0/+4
svn path=/trunk/; revision=35689
2011-01-28Add an option to enable Code Analysis for C/C++ (MSVC's static analyzer).Gerald Combs1-0/+7
svn path=/trunk/; revision=35688
2011-01-28Use the correct processor architecture in our manifest. This lets usGerald Combs3-8/+17
create a usable wireshark.exe for x64 using Visual C++ 10. Change the name of VCREDIST_DLL to PROCESSOR_ARCHITECTURE to more accurately reflect what it's used for. Allow MSVC_VARIANT to be set from the system environment, mainly to keep me from accidentally clobbering it in the future. svn path=/trunk/; revision=35687
2011-01-28Fix bug #5627: DHCPv6 dissector formats DUID_LLT time incorrectly Stephen Fisher1-2/+2
Add 30 years of seconds, not 20 years, since the DHCP_LLT time is seconds since Jan 1 2000 and epoch is 30 years before that. svn path=/trunk/; revision=35686
2011-01-27Fix chekcAPIs.Gerald Combs1-1/+1
svn path=/trunk/; revision=35685
2011-01-27From Johannes Berg via bug 5625:Gerald Combs3-1/+123
The radiotap standard just adopted the new MCS field to display MCS information. The attached patch allows wireshark to parse that field. From me: Terminate value_strings. Move the IEEE80211_RADIOTAP_XCHANNEL definition to packet-radiotap-defs.h. svn path=/trunk/; revision=35684
2011-01-27Use g_error() (with a hopefully-useful error message) instead of g_assert() ↵Jeff Morriss1-5/+8
to report problems with preference registrations. svn path=/trunk/; revision=35683
2011-01-27Improve/rework the way we look for the original frame when there is a DL. ↵Martin Mathieson1-68/+39
retransmission. svn path=/trunk/; revision=35682
2011-01-27From Roberto Morro: RSVP dissector enhancementsBill Meier2-303/+995
- add new PROTECTION obj c-type 2 (RFC4872) - add new TLVs for IF_ID (RFC4920) - add Path Key subobj in ERO (RFC5520) - add new ASSOCIATION obj c-type 4 (oif2008.389) - add new LSP_ATTRIBUTES and LSP_REQUIRED_ATTRIBUTES objects (RFC5420) - improved ERROR object dissection and new error values added - ADMIN_STATUS transformed to filter and new flags added - minor fix to conversation (not applied to ACK, SREFRESH and HELLO messages) to resolv displaying of "Unknown session type" string in such messages Moreover, I've deleted some "enum" statements for error values that I thought they were useless since they were used only once throughout the RSVP dissector code. See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5518 From me: fix two typos. svn path=/trunk/; revision=35681
2011-01-27Don't treat the aligned and unaligned bit strings differentlyAnders Broman1-52/+30
always padd LSBs. Hopfully this does not break anything else... svn path=/trunk/; revision=35680
2011-01-27The attemt to pretify MSISDN and IMSI breaks the dissection.Anders Broman2-92/+11
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5593 svn path=/trunk/; revision=35679
2011-01-27From Masatake YAMATO: Updating value_string for dlm3.m.resultBill Meier1-0/+15
... some values are added to value_string table for dlm3.m.result. It reflects the latest dlm code in linux kernel. See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5623 svn path=/trunk/; revision=35678
2011-01-27Fix a typo and prettify some printouts.Anders Broman1-2/+23
svn path=/trunk/; revision=35677
2011-01-27Removed duplicate hf_gsm_a_bssmap_lsa_only registry.Stig Bjørlykke1-5/+0
svn path=/trunk/; revision=35676
2011-01-27Missing a Users Guide graphic.Jaap Keuter1-0/+1
svn path=/trunk/; revision=35675
2011-01-27From Stéphane Bryant: bug fixes and improvements in RELOAD dissector:Bill Meier1-371/+401
*Bug Fixes *NodeId length is now configurable *Added missing messages See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5620 From me: -Remove trailing blanks from a few lines; -Put "editor mode lines" at the end of the source file. svn path=/trunk/; revision=35674
2011-01-26Fix compilation errorsStephen Fisher2-4/+4
svn path=/trunk/; revision=35673
2011-01-26Add expert info related to gap ack blocks.Michael Tüxen1-2/+35
Based on a patch submitted by Thomas Dreibholz. See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5616 svn path=/trunk/; revision=35672
2011-01-26Sharpen the description of preference names.Jaap Keuter1-1/+3
svn path=/trunk/; revision=35671
2011-01-26Add MS-SMB2 to the list of URLs to reference for this protocol.Stephen Fisher1-2/+5
svn path=/trunk/; revision=35670
2011-01-26Improve display of names and descriptions of SMB2 share flags andStephen Fisher1-20/+34
share capabilities including adding two new flags with the help of the MS-SMB2 specification. svn path=/trunk/; revision=35669
2011-01-26Minor changs to NetBIOS Session Service code:Stephen Fisher1-10/+5
- Simplify a proto_tree_add_uint() call into proto_tree_add_item() - Mention RFC 1002 in comment above message type definitions - Expand field descriptions for length field svn path=/trunk/; revision=35668
2011-01-26Add references to Windows 7 where appropriate; Add temp file info for ↵Bill Meier2-5/+5
Windows 7/Vista. svn path=/trunk/; revision=35667
2011-01-26Dissect PS-HANDOVER-REQUEST.Anders Broman3-35/+190
svn path=/trunk/; revision=35666
2011-01-26Add 10.5.1.14 NAS container for PS HO.Anders Broman3-3/+59
svn path=/trunk/; revision=35665
2011-01-26Add tfs_allowed_not_allowed.Anders Broman2-0/+2
svn path=/trunk/; revision=35664
2011-01-26Minor changes to SMB2 Share Type value string: rename values and changeStephen Fisher1-10/+11
from 2 bytes to 1 byte (the next byte is reserved) according to MS-SMB2 specification. svn path=/trunk/; revision=35663
2011-01-26From Irene Ruengeler: Double check that the interface specified in theMichael Tüxen1-7/+14
preferences still exists. If not, don't use it. svn path=/trunk/; revision=35659
2011-01-26Corrected entry for packet-lisp-data.cStig Bjørlykke1-1/+1
svn path=/trunk/; revision=35658
2011-01-26packet-ocsp-template.c:47: warning: type defaults to 'int' in declaration of ↵Anders Broman2-2/+2
'proto_ocsp' svn path=/trunk/; revision=35657
2011-01-26From Kaspar Brand:Anders Broman2-1/+4
(Part II) SSL/TLS dissector: add support for "Certificate Status" messages (aka OCSP stapling) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5503 svn path=/trunk/; revision=35656
2011-01-26From Kaspar Brand:Anders Broman6-3/+101
SSL/TLS dissector: add support for "Certificate Status" messages (aka OCSP stapling) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5503 svn path=/trunk/; revision=35655
2011-01-26From Alexis La Goutte:Anders Broman1-432/+432
Cleanup 802.11 Dissector : Header Field begin by hf_... Patch 4 - 6 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5609 svn path=/trunk/; revision=35654
2011-01-26From Brian Ginsbach:Jaap Keuter4-0/+1271
Patch to add a new dissector for Realm Specific IP (RSIP) as defined by RFC 3102, RFC 3103, and RFC 3104. This is a very basic dissector. It could be extended to do addtional RSIP protocol violation testing. The dissector is written such that it should be easy to add later. svn path=/trunk/; revision=35653
2011-01-26(Trivial) Fix a typo.Bill Meier1-1/+1
svn path=/trunk/; revision=35652
2011-01-25Fix fo bug 5616:Jaap Keuter1-1/+2
Remove the filters on IPv6 Link Local and Multicast addresses, since these _can_ be resolved through the hosts file and manual entry. svn path=/trunk/; revision=35651
2011-01-25Fix gcc compilation.Gerald Combs1-2/+2
svn path=/trunk/; revision=35650