aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-01-30[Automatic manuf, services and enterprise-numbers update for 2011-01-30]gerald2-16/+272
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35700 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-30From Grzegorz Szczytowski:etxrab2-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35699 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-29From Alexis La Goutte:etxrab1-149/+271
Cleanup 802.11 Dissector : Rework Prism Header https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5631 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35698 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-29Improve r35695/35696 by repeating the whole function call in eachsfisher1-4/+2
block of the #if / #else / #endif for clarity. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35697 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-29Fix Windows compile error(s);wmeier1-4/+4
{Compiles OK on Windows but not tested). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35696 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-29If we're compiling with GTK+ 2.14 or higher, use accessor functionsfisher1-0/+4
gtk_color_selection_dialog_get_color_selection() instead of accessing the struct member directly. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35695 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-28I believe 0 was meant instead of sizeof(0)....wmeier1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35694 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-28Move protocol details from above the copyright notice to below.sfisher1-14/+17
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35693 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-28Remove the remaining tvb_fake_unicode() calls in the dissector source. sfisher1-10/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35692 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-28Fix r35690: tvb_get_unicode_string() takes length in 8-bit bytes, notsfisher2-2/+2
16-bit UTF-16 characters as tvb_fake_unicode() did. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35691 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-28Change tvb_fake_unicode() to tvb_get_unicode_string() in the DCERPCsfisher2-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35690 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-28Mention that the fake tvb unicode functions have been supercededsfisher2-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35689 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-28Add an option to enable Code Analysis for C/C++ (MSVC's static analyzer).gerald1-0/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35688 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-28Use the correct processor architecture in our manifest. This lets usgerald3-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35687 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-28Fix bug #5627: DHCPv6 dissector formats DUID_LLT time incorrectly sfisher1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35686 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-27Fix chekcAPIs.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35685 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-27From Johannes Berg via bug 5625:gerald3-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35684 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-27Use g_error() (with a hopefully-useful error message) instead of g_assert() ↵morriss1-5/+8
to report problems with preference registrations. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35683 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-27Improve/rework the way we look for the original frame when there is a DL. ↵martinm1-68/+39
retransmission. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35682 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-27From Roberto Morro: RSVP dissector enhancementswmeier2-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35681 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-27Don't treat the aligned and unaligned bit strings differentlyetxrab1-52/+30
always padd LSBs. Hopfully this does not break anything else... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35680 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-27The attemt to pretify MSISDN and IMSI breaks the dissection.etxrab2-92/+11
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5593 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35679 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-27From Masatake YAMATO: Updating value_string for dlm3.m.resultwmeier1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35678 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-27Fix a typo and prettify some printouts.etxrab1-2/+23
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35677 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-27Removed duplicate hf_gsm_a_bssmap_lsa_only registry.stig1-5/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35676 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-27Missing a Users Guide graphic.jake1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35675 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-27From Stéphane Bryant: bug fixes and improvements in RELOAD dissector:wmeier1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35674 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-26Fix compilation errorssfisher2-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35673 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-26Add expert info related to gap ack blocks.tuexen1-2/+35
Based on a patch submitted by Thomas Dreibholz. See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5616 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35672 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-26Sharpen the description of preference names.jake1-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35671 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-26Add MS-SMB2 to the list of URLs to reference for this protocol.sfisher1-2/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35670 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-26Improve display of names and descriptions of SMB2 share flags andsfisher1-20/+34
share capabilities including adding two new flags with the help of the MS-SMB2 specification. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35669 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-26Minor changs to NetBIOS Session Service code:sfisher1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35668 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-26Add references to Windows 7 where appropriate; Add temp file info for ↵wmeier2-5/+5
Windows 7/Vista. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35667 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-26Dissect PS-HANDOVER-REQUEST.etxrab3-35/+190
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35666 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-26Add 10.5.1.14 NAS container for PS HO.etxrab3-3/+59
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35665 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-26Add tfs_allowed_not_allowed.etxrab2-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35664 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-26Minor changes to SMB2 Share Type value string: rename values and changesfisher1-10/+11
from 2 bytes to 1 byte (the next byte is reserved) according to MS-SMB2 specification. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35663 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-26From Irene Ruengeler: Double check that the interface specified in thetuexen1-7/+14
preferences still exists. If not, don't use it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35659 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-26Corrected entry for packet-lisp-data.cstig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35658 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-26packet-ocsp-template.c:47: warning: type defaults to 'int' in declaration of ↵etxrab2-2/+2
'proto_ocsp' git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35657 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-26From Kaspar Brand:etxrab2-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35656 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-26From Kaspar Brand:etxrab6-3/+101
SSL/TLS dissector: add support for "Certificate Status" messages (aka OCSP stapling) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5503 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35655 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-26From Alexis La Goutte:etxrab1-432/+432
Cleanup 802.11 Dissector : Header Field begin by hf_... Patch 4 - 6 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5609 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35654 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-26From Brian Ginsbach:jake4-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35653 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-26(Trivial) Fix a typo.wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35652 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-25Fix fo bug 5616:jake1-1/+2
Remove the filters on IPv6 Link Local and Multicast addresses, since these _can_ be resolved through the hosts file and manual entry. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35651 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-25Fix gcc compilation.gerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35650 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-25Switch more messages over to the "gsm dissector style".etxrab1-240/+3481
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35649 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-25packet-windows-common.c:1492: warning: 'wkwn_sid2_len' may be used ↵etxrab1-1/+1
uninitialized in this function git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35648 f5534014-38df-0310-8fa8-9805f1628bb7