Commit Graph

7167 Commits

Author SHA1 Message Date
Anders Broman 49d676e3a0 packet-gsm_bsslap.c:247: warning: unused parameter 'len'
svn path=/trunk/; revision=26726
2008-11-07 06:28:18 +00:00
Anders Broman 98ae860115 From Johnny Mitrevski:
Added RRLP functionality to the BSSLAP dissector that would be useful.

svn path=/trunk/; revision=26725
2008-11-07 06:04:04 +00:00
Guy Harris 80d1b0a793 Clean up indentation (just use two spaces in the big case statement for
extension headers, just as is used elsewhere).

Add some blank lines to make that case statement a bit easier to read.

Fix typo.

svn path=/trunk/; revision=26724
2008-11-07 01:54:08 +00:00
Sake Blok 6d9595e25e Oops, barked at the wrong tree ;-)
svn path=/trunk/; revision=26723
2008-11-07 01:10:15 +00:00
Sake Blok eb0e84f834 Skip to next extension header when there is an unknown header extension
svn path=/trunk/; revision=26722
2008-11-07 00:45:22 +00:00
Stig Bjørlykke f27daf51db Remove a unused variable.
svn path=/trunk/; revision=26721
2008-11-06 23:05:18 +00:00
Bill Meier 18f81c6991 Re-generated packet-ansi_map.c (See svn #26718)
svn path=/trunk/; revision=26719
2008-11-06 22:08:46 +00:00
Anders Broman 8cbff5d309 Mark unused parameters as unused.
svn path=/trunk/; revision=26717
2008-11-06 21:54:20 +00:00
Anders Broman e95a3f43c8 From Pascal Quantin:
Add 3GPP Special Conformance Testing Procedures to GSM statistics

svn path=/trunk/; revision=26716
2008-11-06 21:49:21 +00:00
Anders Broman ac85993e58 Invalid code in range_delete_callback.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3041

svn path=/trunk/; revision=26715
2008-11-06 21:41:49 +00:00
Anders Broman a53e0d1b5f "Dissect Profile and Level" and "Object Parameter" for ISO/IEC 14496-2 Capability.
svn path=/trunk/; revision=26714
2008-11-06 21:36:24 +00:00
Stig Bjørlykke 0e4ea8980b Simplified "info added" check.
svn path=/trunk/; revision=26713
2008-11-06 21:34:31 +00:00
Anders Broman 9ba4cb60ac Update to the latest spec. V8.0.1 (2008-09)
svn path=/trunk/; revision=26712
2008-11-06 19:42:59 +00:00
Stig Bjørlykke e35859e118 Added TCP segment reassembly.
Only add one RPCAP entry to the Protocol and Info column.
Fixed some tree entry lengths.
Added packet frame number to the top tree entry.

svn path=/trunk/; revision=26708
2008-11-06 15:31:25 +00:00
Stig Bjørlykke b3a15bccb4 Indicate T.125 payload in the info column.
svn path=/trunk/; revision=26707
2008-11-06 15:22:32 +00:00
Stig Bjørlykke 702c4fd372 Add a missing space in a tooltip.
svn path=/trunk/; revision=26706
2008-11-06 15:21:03 +00:00
Anders Broman 72738bc081 From Pascal Quantin:
3GPP 25.331: Dissect UE Radio Access Capability Info message embedded in InterRAT Handover Info message.

svn path=/trunk/; revision=26705
2008-11-05 22:34:22 +00:00
Bill Meier 7baa58887d Regenerated .c files for asn1 changes commited in SVN #26703
svn path=/trunk/; revision=26704
2008-11-05 21:46:23 +00:00
Bill Meier 249e0fa95a Fix a trivial typo
svn path=/trunk/; revision=26702
2008-11-05 21:34:26 +00:00
Stig Bjørlykke b59b89dc5e Made rpcap heuristic.
svn path=/trunk/; revision=26701
2008-11-05 16:08:34 +00:00
Jaap Keuter b4278f490c From Evan Black:
SeND:
rfc 3971:
1) Certification Path Solicitation was not being dissected.
2) CGA Parameter was not dissected.

rfc 4581:
Adding support.

svn path=/trunk/; revision=26699
2008-11-05 10:59:20 +00:00
Bill Meier 09e139a234 asn2wrs generated files changed as a result of recent asn1 template changes
svn path=/trunk/; revision=26698
2008-11-04 22:28:52 +00:00
Stig Bjørlykke 4e9a58bd3c Removed some unused variables and fixed some true_false_string's.
svn path=/trunk/; revision=26691
2008-11-04 20:27:22 +00:00
Guy Harris c7d0c67e3d Mark the reduced frame number field as generated.
svn path=/trunk/; revision=26690
2008-11-04 20:20:33 +00:00
Anders Broman 2888252e85 Update towards 48.008 8.4.0
svn path=/trunk/; revision=26689
2008-11-04 20:11:06 +00:00
Anders Broman 07dadee5dd From Pascal Quantin:
The attached patch adds the following enhancements:
- remove duplicated code for Reduced Frame Number computation, and solve
guint64 issue in the same time (see bug 3028 for details)
- BA Range IE decoding
- BA List Pref IE decoding
- UTRAN Frequency List IE decoding
- Cell Selection Indicator after Release of all TCH and SDCCH IE decoding
- UTRAN Classmark Change message decoding (with a call to RRC dissector to
decode the INTER RAT HANDOVER INFO message)
- add Inter System To UTRAN Handover Command message decoding

As usual it compiles fine on Windows but I could not check on Linux.

svn path=/trunk/; revision=26688
2008-11-04 20:03:19 +00:00
Jaap Keuter b8d2338f94 From Ernst Oudhof:
XDMCP dissector has no support for IPv6 addresses in the connection field. 
Attached patch adds this.

svn path=/trunk/; revision=26686
2008-11-04 17:50:13 +00:00
Stig Bjørlykke 30991af2f1 From Didier Gautheron (bug 3032):
Use se_alloc0 rather then se_alloc for tcp_acked allocation.

svn path=/trunk/; revision=26685
2008-11-04 08:31:23 +00:00
Guy Harris fa67e2cf41 Show the "FN mod 62432" field; this is how you show a 64-bit integer.
Clean up indentation.

svn path=/trunk/; revision=26684
2008-11-03 21:44:22 +00:00
Anders Broman c0dd6c4ca9 From Pascal Quantin:
Various enhancements to 3GPP 44.018 Radio Resource dissection.

svn path=/trunk/; revision=26682
2008-11-03 21:16:18 +00:00
Anders Broman ac5dba4586 From stéphane bryant:
update stun2 to support turn 10 specification.

svn path=/trunk/; revision=26680
2008-11-03 19:04:01 +00:00
Bill Meier 49465bc00c Process port prefs only in prefs callback and not in registered init fcn
svn path=/trunk/; revision=26679
2008-11-03 15:15:56 +00:00
Tomas Kukosa 35ae656ccc new "sip.hdr" subdissector table for SIP Extension headers
svn path=/trunk/; revision=26677
2008-11-03 13:53:42 +00:00
Stephen Fisher 0feefaf9a0 Fix minor typo in comment field
svn path=/trunk/; revision=26671
2008-11-02 00:48:41 +00:00
Anders Broman e375c3990a Regenerate all asn2wrs generated dissectors
svn path=/trunk/; revision=26670
2008-11-01 22:30:14 +00:00
Anders Broman 1cab8c9743 From Pascal Quantin:
please find attach the patch to fix the bug for the "'xdd_indic0' may be used uninitialized in this function" warning. Initializinf it to 0 will not be sufficient as it will fail to decode properly the TDD Cell Information Field. 
Builds on Windows hopfully woun't break the build bot.

svn path=/trunk/; revision=26668
2008-11-01 21:48:02 +00:00
Jaap Keuter e652ccc7ee Fix the broken build.
svn path=/trunk/; revision=26666
2008-11-01 10:17:29 +00:00
Anders Broman ba21bba78e Add Measurement result IE dissection, fix channel list.
svn path=/trunk/; revision=26665
2008-11-01 09:23:31 +00:00
Jaap Keuter 8ddc5acb3c From Alexander Dupuy:
When dissecting an IPFIX PDU containing start and end times for both directions
of a biflow, no distinction is made between forward and reverse directions. 
This can lead to bizarre (or worse, subtly incorrect) output for the flow
durations computed from start and end times.
This patch fixes the specific problem of duration display in wireshark for
IPFIX biflow PDUs.  It does not address the general issue of tracking different
types of start/end timestamps separately - it is unlikely that the general case
will occur in practice, although it is certainly possible.

svn path=/trunk/; revision=26663
2008-10-31 23:00:57 +00:00
Jaap Keuter 426e6c1700 From David Aggeler:
Added Tag matching based on masks for remaining tags in the standard. 
Now all tags (except private tags) should be supported.

svn path=/trunk/; revision=26662
2008-10-31 22:59:14 +00:00
Stig Bjørlykke 76ba68775b Do not call a variable value_string as we have a struct with this name.
svn path=/trunk/; revision=26658
2008-10-31 18:42:53 +00:00
Stig Bjørlykke 623861f855 Fix the last "format not a string literal and no format arguments" warnings.
svn path=/trunk/; revision=26653
2008-10-31 17:42:51 +00:00
Stig Bjørlykke 94e9e2b1ec Fix some "format not a string literal and no format arguments" warnings.
svn path=/trunk/; revision=26652
2008-10-31 17:27:51 +00:00
Bill Meier 41c04a5599 Fix some indentation ....
svn path=/trunk/; revision=26651
2008-10-31 16:38:02 +00:00
Bill Meier 98256ca547 Revert SVN #26644: The fix is not needed ....
(The funcions writing to COL_INFO are only
called after checking if the column is present).

svn path=/trunk/; revision=26650
2008-10-31 16:06:23 +00:00
Stig Bjørlykke 58e2d7a0d6 Fix some "format not a string literal and no format arguments" warnings.
svn path=/trunk/; revision=26649
2008-10-31 15:47:47 +00:00
Stig Bjørlykke e6a22e689e Fix some "format not a string literal and no format arguments" warnings.
svn path=/trunk/; revision=26648
2008-10-31 15:34:00 +00:00
Stig Bjørlykke bd08ae7ee6 Fix some "format not a string literal and no format arguments" warnings.
svn path=/trunk/; revision=26647
2008-10-31 15:11:57 +00:00
Stig Bjørlykke d0e33bc3c5 Fix some "format not a string literal and no format arguments" warnings.
svn path=/trunk/; revision=26646
2008-10-31 14:07:23 +00:00
Bill Meier 186a69dd83 Fix several cases of writing to COL_PROTOCOL w/o checking first
svn path=/trunk/; revision=26645
2008-10-31 14:06:20 +00:00