Commit Graph

15964 Commits

Author SHA1 Message Date
Guy Harris 9317da356b Get rid of redundant blurbs.
svn path=/trunk/; revision=38959
2011-09-10 16:33:51 +00:00
Ronnie Sahlberg 7ec441d440 DCE/RPC: FRSRPC: updates to the FRS dissector
From: Matthieu Patou <mat@matws.net>


svn path=/trunk/; revision=38958
2011-09-10 11:15:20 +00:00
Ronnie Sahlberg c8edaa4b36 DCE/RPC MGMT: Add dissection of INQ_PRINC_NAME procedure
From: Matthieu Patou <mat@matws.net>


svn path=/trunk/; revision=38957
2011-09-10 11:04:42 +00:00
Bill Meier 98cc920265 Fix compile error: remove forward declaration.
svn path=/trunk/; revision=38956
2011-09-09 21:23:27 +00:00
Bill Meier 20a5184e03 Revert SVN #38954; Correct fix to follow.
svn path=/trunk/; revision=38955
2011-09-09 21:20:17 +00:00
Bill Meier a2ff261c12 Fix compile error: remove forward declaration.
svn path=/trunk/; revision=38954
2011-09-09 21:15:05 +00:00
Bill Meier b3c369619b Don't do heuristic check for 'dstport being even' if checking for rtp over stun.
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6322

svn path=/trunk/; revision=38953
2011-09-09 20:37:49 +00:00
Bill Meier 4a91af2383 Cleanup & simplify some code;
Rework code so it should work better with captured_length < reported_length;
Remove unused #defines.

svn path=/trunk/; revision=38952
2011-09-09 20:19:05 +00:00
Stig Bjørlykke 2e49699bb6 From Sylvain Munaut via bug 6328:
Fix bug in CSN_CHOICE implentation preventing subtree processing

svn path=/trunk/; revision=38951
2011-09-09 17:29:20 +00:00
Anders Broman a3a899de80 /* Get the fields in the second octet */
octet2 = tvb_get_guint8( tvb, offset + 1 );
	payload_type = RTP_PAYLOAD_TYPE( octet2 );

	/* Check for a sensible payload type
	   (recognised static and preferred dynamic ranges) */
	if ((payload_type <= PT_H263) ||
		/* Alex Lindberg - Modified range to use RTP Type Names */
	    (payload_type >= PT_UNDF_96 && payload_type <= PT_UNDF_127)) {

evaluates to allways trye as far as I can tell.

svn path=/trunk/; revision=38950
2011-09-09 05:23:43 +00:00
Anders Broman b37aba3675 From Ken Cox:
The change causes dissect_stun_message() to pass control to subdissectors when 'tree' is NULL.
Part of the patch from
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6322

svn path=/trunk/; revision=38949
2011-09-09 05:16:39 +00:00
Bill Meier 3ed0fa717e Use tvb_new_subset_remaining() iso tvb_new_subset();
Minor whitespace cleanup.

svn path=/trunk/; revision=38947
2011-09-09 01:39:16 +00:00
Bill Meier 7e1977c4d5 From Stefan Metzmacher: Fix flags in packet-smb
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6320

svn path=/trunk/; revision=38940
2011-09-08 16:19:35 +00:00
Stig Bjørlykke 1a046d693b From Edwin Groothuis via bug 6207:
Added Filter Toolbar Save functionality.

From me:
Removed unused code.

svn path=/trunk/; revision=38937
2011-09-08 09:35:10 +00:00
Anders Broman 1fa674d3ad packet-mim.c:220: warning: 'dst_addr' may be used uninitialized in this function
svn path=/trunk/; revision=38935
2011-09-08 08:48:00 +00:00
Anders Broman c185043ff3 from Leonard Tracy:
Cisco FabricPath protocol dissector.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6017

svn path=/trunk/; revision=38934
2011-09-08 08:14:49 +00:00
Bill Meier e2f6d85655 Fix a 'set but not used' gcc warning; Mark param arg as _U_;
Whitespace cleanup: trailing blanks & "4 space tabs".

svn path=/trunk/; revision=38925
2011-09-07 19:35:55 +00:00
Anders Broman 60ad46f2fe From Lori Tribble:
Fix problem with the decoding of the exception schedule.  It was eating one
too many closing tags before exiting and causing the rest of the information to
fail to decode correctly.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6178

svn path=/trunk/; revision=38919
2011-09-07 14:42:08 +00:00
Anders Broman 1b675d6656 Add ftype-ipv6.c
svn path=/trunk/; revision=38918
2011-09-07 13:03:05 +00:00
Anders Broman 21beb9c066 From Jakub Zawadzki :
Add support for prefix in IPv6 address filter.
 
+ missed file
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5538

svn path=/trunk/; revision=38917
2011-09-07 11:19:25 +00:00
Anders Broman d785c79f88 From Jakub Zawadzki :
Add support for prefix in IPv6 address filter.
 
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5538

svn path=/trunk/; revision=38916
2011-09-07 11:03:47 +00:00
Anders Broman 966c4e2697 From Lori Tribble:
Fixes log-status and status-flags plus other BACnet decoding bugs

This patch fixes the log-status and status-flag decoding issues described in
this bug report.  This patch also fixes the following items:
1) date-list decoding
2) time-synchronization-recipients decoding
3) decoding of UTF-8 character strings (when using character set 0)
4) event-parameter decoding

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5120

svn path=/trunk/; revision=38914
2011-09-07 10:35:44 +00:00
Anders Broman 0d89708ab2 Add notes and links on SSDP
svn path=/trunk/; revision=38913
2011-09-07 09:02:09 +00:00
Anders Broman 0beb8db2a3 Add ethertype #8903
svn path=/trunk/; revision=38912
2011-09-07 08:26:36 +00:00
Anders Broman c1e282bf9f From Lei Chen:
Implement 'IAR Rest Octets', 'IAX Rest Octets' and
'Multislot Allocation'

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6314

svn path=/trunk/; revision=38911
2011-09-07 07:49:20 +00:00
Anders Broman b27a250a0d From Václav Horčák:
When context id is reused by another termination, initial packet containing $
(=choose one) is not added to context but belongs to context 0xfffffffe(context
id value used in wireshark for choose one). This affects context listing in
MEGACO packet contents and Telephony->Voip Calls listings for MEGACO.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6311

svn path=/trunk/; revision=38910
2011-09-07 05:02:43 +00:00
Anders Broman 762bae3672 From Lei Chen:
upgrade PCCF/PMR/PEMR in packet-gsm_rlcmac.c
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6313

svn path=/trunk/; revision=38909
2011-09-07 04:54:19 +00:00
Anders Broman bde7c0f545 From Martin Kaiser:
DVB-CI / CI+ CAM upgrade resource
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6309

svn path=/trunk/; revision=38908
2011-09-07 04:46:43 +00:00
Anders Broman b38faa9a99 From Martin Kaiser:
DVB-CI / CI+ Host language and country resource.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6308

svn path=/trunk/; revision=38907
2011-09-07 04:35:41 +00:00
Anders Broman 625e4ab9f6 From Martin Kaiser:
DVB-CI / CI+ appinfo v3 apdus.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6307

svn path=/trunk/; revision=38906
2011-09-07 04:29:34 +00:00
Anders Broman fa889d6d78 From Liam Sharp:
(Standard)H.239 – subMessageIdentifier value strings missing from H245 dissector.
Modified to be filterable.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6312

svn path=/trunk/; revision=38897
2011-09-06 15:05:26 +00:00
Martin Mathieson 71cb9d69d2 Use correct hf item, and add reassembled length into subtree summary.
svn path=/trunk/; revision=38896
2011-09-06 13:18:26 +00:00
Martin Mathieson 0cd1b811af First stab at RLC re-assembly.
svn path=/trunk/; revision=38895
2011-09-06 12:01:28 +00:00
Stig Bjørlykke 027bfdf5f3 Check for valid tcpd, as it may be NULL.
svn path=/trunk/; revision=38894
2011-09-06 09:18:09 +00:00
Stig Bjørlykke ad6be9beb8 Whitespace cleanup.
svn path=/trunk/; revision=38893
2011-09-06 09:09:36 +00:00
Stig Bjørlykke d6daef25bb Rename Jabber -> XMPP
svn path=/trunk/; revision=38892
2011-09-06 07:25:37 +00:00
Anders Broman 231165c16c Rename Jabber -> XMPP
..and the makefile...
Ref http://xmpp.org/

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5992

svn path=/trunk/; revision=38891
2011-09-06 05:56:17 +00:00
Anders Broman e738b556d7 Rename Jabber -> XMPP
Ref http://xmpp.org/

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5992

svn path=/trunk/; revision=38890
2011-09-06 05:47:57 +00:00
Gerald Combs 34035d0f86 [Automatic manuf, services and enterprise-numbers update for 2011-09-05]
svn path=/trunk/; revision=38887
2011-09-05 20:22:47 +00:00
Anders Broman 377bfd19a0 List heuristic tables in Internals->Disscetor tables menu.
svn path=/trunk/; revision=38881
2011-09-05 13:04:23 +00:00
Alexis La Goutte 8947dcb655 Update insert flags
KeepGoing -> ContinueOnError

svn path=/trunk/; revision=38880
2011-09-04 20:01:48 +00:00
Alexis La Goutte efe7b91dec Reorder 802.11 Tag ID
svn path=/trunk/; revision=38879
2011-09-04 19:55:56 +00:00
Alexis La Goutte 810cc7696b From Daniel Smith via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6264
Wireshark improperly parsing 802.11 Beacon Country Information tag

From me:
Fix this issue (miss the optionnal Pad field for Country Tag)

svn path=/trunk/; revision=38878
2011-09-04 19:16:20 +00:00
Bill Meier d94e18e4b3 Use NULL in pace of a few "blurbs" which are redundant; Enhance a few blurbs.
svn path=/trunk/; revision=38868
2011-09-02 19:04:39 +00:00
Guy Harris be0468fec3 Get rid of trailing space in blurbs.
svn path=/trunk/; revision=38867
2011-09-02 18:33:02 +00:00
Bill Meier b3f9a6b789 Add a link to protocol specification.
svn path=/trunk/; revision=38866
2011-09-02 18:29:50 +00:00
Bill Meier 376592a04a Increase MAX_BITMAP_SIZE from 200 to 256.
See: Bug 6276: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6276

Verified in the Spec:

The Real-time Publish-Subscribe Wire Protocol
DDS Interoperability Wire Protocol
Specification
Version 2.1


svn path=/trunk/; revision=38865
2011-09-02 18:00:10 +00:00
Stig Bjørlykke 50be3577ab Support negative nsecs when viewing seconds with hours and minutes.
svn path=/trunk/; revision=38862
2011-09-02 11:46:33 +00:00
Guy Harris afeee11220 Quick hack to squelch compiler warnings. This code seriously
misunderstands what tcp_dissect_pdus() is all about, and, absent a spec
for the HDFS wire protocol:

	http://mail-archives.apache.org/mod_mbox/hadoop-hdfs-issues/201005.mbox/%3C1593830.7251272825300344.JavaMail.jira@thor%3E

there's not much I can do to handle it correctly.

svn path=/trunk/; revision=38861
2011-09-02 06:27:56 +00:00
Anders Broman 5683711191 From Allison:
HDFS dissector enhancement
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6293

svn path=/trunk/; revision=38860
2011-09-02 05:56:34 +00:00