Commit Graph

15932 Commits

Author SHA1 Message Date
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
Anders Broman ccf9a9cb52 Use ENC_BIG_ENDIAN
svn path=/trunk/; revision=38859
2011-09-02 05:52:10 +00:00
Anders Broman af65dc50ab From Eric Wustrow:
TLS Diffie-Hellman key exchange dissection support.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6277

svn path=/trunk/; revision=38858
2011-09-02 05:48:29 +00:00
Jeff Morriss 5262c3f4b0 Update my email address (the old one still works but I don't use it for Wireshark related stuff).
svn path=/trunk/; revision=38841
2011-09-01 14:30:16 +00:00
Anders Broman 10a3cb6e0f From Andrey Rouskol:
patch for Ericsson NAT logging netflow fields
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6297

svn path=/trunk/; revision=38839
2011-09-01 05:15:41 +00:00
Anders Broman f0ef9f4a1b From Lei Chen:
Upgrade 'Packet Cell Change Order', 'Packet Cell Change Notification' and
'Packet Measurement Order' to R10.

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

svn path=/trunk/; revision=38838
2011-09-01 05:06:42 +00:00
Guy Harris da2d6c8d77 If we're running from the build directory, check the WIRESHARK_SRC_DIR
environment variable, and, if it's set, use it rather than the build
directory as the data file directory.  This is to handle
out-of-source-tree builds.

svn path=/trunk/; revision=38832
2011-09-01 02:35:46 +00:00
Stig Bjørlykke 84b3c5da84 Make lookup functions for accessing crc32c_table and crc32_ccitt_table.
svn path=/trunk/; revision=38817
2011-08-31 11:47:27 +00:00
Stig Bjørlykke cd5cb315d5 And fix distclean and maintainer-clean.
svn path=/trunk/; revision=38813
2011-08-31 09:27:25 +00:00
Stig Bjørlykke e1e7ec4b33 Fixed clean rule after crc move.
svn path=/trunk/; revision=38811
2011-08-31 09:11:16 +00:00
Stig Bjørlykke 5359494b1f Second try to move crc routines to libwsutil.
This time keep the tvb routines in epan.

Now we can use common crc routines outside epan.

svn path=/trunk/; revision=38810
2011-08-31 09:00:54 +00:00
Anders Broman a0b2954bc7 From Lei Chen:
fix the wrong display of CSN_BIT under CSN_UNION.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6287

svn path=/trunk/; revision=38807
2011-08-30 18:34:19 +00:00
Gerald Combs b71a332fe8 crc directory restoration step 2 of 2: Make a copy of epan/crc@38799.
svn path=/trunk/; revision=38806
2011-08-30 16:39:38 +00:00
Gerald Combs 74974d25d0 crc directory restoration step 1 of 2: Delete the existing directory.
svn path=/trunk/; revision=38805
2011-08-30 16:37:32 +00:00
Stig Bjørlykke 71f903b956 Revert r38800, as the crc routines contains some tvb functions.
svn path=/trunk/; revision=38803
2011-08-30 14:17:40 +00:00
Jörg Mayer ebb63d8a7f Get rid of the last crc stuff
svn path=/trunk/; revision=38802
2011-08-30 14:04:37 +00:00
Stig Bjørlykke 4132d40e50 Move all crc routines to libwsutil.
This way we can use the crc routines in wiretap.

svn path=/trunk/; revision=38800
2011-08-30 13:46:42 +00:00
Guy Harris a6fcf8cd45 Endace ERF channelisation and "New BFS" extension header support, from
Andrew Kampjes.

svn path=/trunk/; revision=38788
2011-08-30 03:58:12 +00:00
Stephen Fisher df5fdf9e63 From Juliusz Chroboczek via bug #6273:
IANA has reallocated the Babel port; it is now 6696.  The attached patch makes
wireshark grok both the old and new ports.


svn path=/trunk/; revision=38783
2011-08-29 19:56:11 +00:00
Anders Broman 780acd9931 From Fredrik Kuivinen:
Fix a problem with dissection of HandoverRequest.

svn path=/trunk/; revision=38776
2011-08-29 14:47:20 +00:00
Stig Bjørlykke 7f4e941ab6 Add an expert info warning for integers encoded with too many octets.
svn path=/trunk/; revision=38771
2011-08-29 10:01:36 +00:00
Stig Bjørlykke cf33ab117d Dissect some op codes.
svn path=/trunk/; revision=38770
2011-08-29 07:35:53 +00:00
Stig Bjørlykke 3890c88de5 Improved heuristics.
Corrected check for absurdly large values in for-loops,
as remaining data may be 0.

svn path=/trunk/; revision=38769
2011-08-29 07:35:44 +00:00
Anders Broman 59d488010a From Martin Kaiser:
correct the filter names
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6239

svn path=/trunk/; revision=38767
2011-08-29 05:35:51 +00:00
Anders Broman d9928a9d38 From Martin Kaiser:
DVB-CI dissector: reassembly on the transport layer.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6221

svn path=/trunk/; revision=38766
2011-08-29 05:32:21 +00:00
Anders Broman 1c4d4319ee From Lei Chen:
Support E-UTRAN neighbor cells in Enhanced Measurement Report.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6275

svn path=/trunk/; revision=38765
2011-08-29 05:24:10 +00:00
Gerald Combs d07ef4630c [Automatic manuf, services and enterprise-numbers update for 2011-08-28]
svn path=/trunk/; revision=38757
2011-08-28 15:34:37 +00:00
Jörg Mayer fcd99cf8e7 Stengthen the heuristics a bit (aka don't misclassify some of
my capture data as rpcap). Someone with more knowledge of the
format might want to look at this (I added FIXMEs).

svn path=/trunk/; revision=38754
2011-08-27 11:06:50 +00:00
Jörg Mayer 44b0026d68 Unify my address entry
svn path=/trunk/; revision=38750
2011-08-27 09:23:12 +00:00
Jörg Mayer 7daf9b6c92 Remove some useless/wrong comments
svn path=/trunk/; revision=38748
2011-08-27 09:21:04 +00:00
Jörg Mayer 18735eaba5 Replace TRUE/FALSE with the new ENCAP stuff where appropriate
svn path=/trunk/; revision=38746
2011-08-26 17:02:33 +00:00
Anders Broman e0645e724c CSN_LEFT_ALIGNED_VAR_BMP didn't handle more than 8 bits.
(CSN Ack/Nack Description wrongly handled in gsm_rlcmac_dl dissector )
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6101

svn path=/trunk/; revision=38745
2011-08-26 15:25:14 +00:00
Anders Broman 5e31dc0f8c Make dissection of AVP: 3GPP-User-Location-Info(22) l=15 f=V-- vnd=TGPP val=303231 more robust.
svn path=/trunk/; revision=38739
2011-08-26 06:22:20 +00:00