Commit Graph

9376 Commits

Author SHA1 Message Date
Bill Meier 293ea61af2 Fix a gcc -Wshadow warning
svn path=/trunk/; revision=31684
2010-01-26 17:45:58 +00:00
Anders Broman 4ec5097068 Remove redundant code
(the local variable 'opcode' seems to be set but is never used.)

svn path=/trunk/; revision=31683
2010-01-26 16:52:19 +00:00
Bill Meier db64f656c4 Fix gcc -Wshadow warning
(and possibly cause more efficient code to be generated).

svn path=/trunk/; revision=31682
2010-01-26 15:54:12 +00:00
Martin Mathieson 61c6c08861 Undo previous change to avoid crashing.
The test for NULL was to see whether struct had ever been allocated,
not for detecting a failed allocation...

svn path=/trunk/; revision=31681
2010-01-26 14:55:26 +00:00
Anders Broman 672dcfb52f remove check_col
svn path=/trunk/; revision=31679
2010-01-26 12:25:52 +00:00
Anders Broman 2c41750861 Bug on bssmap SAI not decoded.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4415

svn path=/trunk/; revision=31678
2010-01-26 12:22:03 +00:00
Bill Meier 066ba23f0b Fix some gcc -Wshadow warnings
svn path=/trunk/; revision=31673
2010-01-26 01:00:15 +00:00
Anders Broman eb6bf9e56b From Mike Morrin:
Empty GPRS LLC S frames cause truncated data exception.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4417

svn path=/trunk/; revision=31667
2010-01-25 20:14:34 +00:00
Stig Bjørlykke fa8d45f2a3 From Didier Gautheron via bug 4420:
Call p_add_proto_data only once.

svn path=/trunk/; revision=31664
2010-01-25 18:24:14 +00:00
Stig Bjørlykke 9ea266105e From Didier Gautheron via bug 4420:
Use se_alloc rather than g_malloc for proto_data.
Call conversation_add_proto_data only once.

svn path=/trunk/; revision=31663
2010-01-25 18:22:56 +00:00
Martin Mathieson f1f528deeb From Pascal Quantin: fid some LTE MAC and PDCP typos
svn path=/trunk/; revision=31661
2010-01-25 16:45:46 +00:00
Stig Bjørlykke 637274ebbc Change back from tvb_child_uncompress() to tvb_uncompress() when
parent is NULL, because this will lead to a DISSECTOR_ASSERT in 
tvb_set_child_real_data_tvbuff().

This bug was introduced in revision 31499.

svn path=/trunk/; revision=31659
2010-01-25 13:58:07 +00:00
Stig Bjørlykke 9092486f58 Changed from using own defined GNUC_FORMAT_CHECK to G_GNUC_PRINTF
defined in GLib.  Removed epan/gnuc_format_check.h.

svn path=/trunk/; revision=31657
2010-01-25 13:20:53 +00:00
Stig Bjørlykke c198fc6546 From Didier Gautheron via bug 4419:
se_alloc and ep_alloc never return NULL and se_alloc0 already initialized
data with 0.

svn path=/trunk/; revision=31654
2010-01-25 11:47:39 +00:00
Ronnie Sahlberg cbd20099ef Add nice dissection of the names of the sign/seal algorithms
in the schannel verifier


svn path=/trunk/; revision=31652
2010-01-25 05:58:26 +00:00
Ronnie Sahlberg acc4d6bd0a Add proper dissection of NL_AUTH_MESSAGE for schannel as described in
MS-NRPC 2.2.1.3.1


svn path=/trunk/; revision=31651
2010-01-25 05:43:12 +00:00
Ronnie Sahlberg cb37c28c37 Export the dissect_mscldap_string() that is used to dissect
compressed dns strings.



svn path=/trunk/; revision=31650
2010-01-25 05:38:22 +00:00
Jaap Keuter a1a0bf1dbb From Hadar Shoham:
Add Packet Cable 2.0 bootp option 60 support:
sub-option 01 new type value 2 for packet cable 2.0
sub-option 1a new sun-option "Certificate Bootstrapping Support" length 01,
value 1 for support and 0 for not supported.

svn path=/trunk/; revision=31647
2010-01-24 22:06:29 +00:00
Stig Bjørlykke 3c0d51b707 Removed trailing TAB.
svn path=/trunk/; revision=31646
2010-01-24 21:18:50 +00:00
Stig Bjørlykke 702d4c367e From Alexis La Goutte via bug 4418:
Aruba Wireless Controller support a Remote Monitoring of Access Point
The code is based en HP ERM/Cisco ERSPAN dissectors

svn path=/trunk/; revision=31645
2010-01-24 20:52:50 +00:00
Gerasimos Dimitriadis 372ff060cc Rewrite IS-801 decoding of Provide GPS Satellite Health
Information; function ansi_801_tvb_get_bits no longer
needed

svn path=/trunk/; revision=31639
2010-01-23 23:11:49 +00:00
Gerasimos Dimitriadis 24f4322584 Whitespace edits; registration of the ansi_801 dissector
svn path=/trunk/; revision=31638
2010-01-23 21:42:01 +00:00
Gerasimos Dimitriadis effc28a97c Insert casts to float to make the buildbot happy
svn path=/trunk/; revision=31637
2010-01-23 21:34:27 +00:00
Gerasimos Dimitriadis 10ee7a707d Update IS-801 decoding Provide Location Response;
bit structure is shown and values are interpreted.

svn path=/trunk/; revision=31636
2010-01-23 20:30:54 +00:00
Jaap Keuter 9ab6dcc0b9 Fix for bug 3898:
Get the states string sorted out. Still room for improvements though...

svn path=/trunk/; revision=31635
2010-01-23 18:21:04 +00:00
Jaap Keuter 3d84667a34 Fix for bug 4410:
Adding two more SSA types.

svn path=/trunk/; revision=31631
2010-01-23 11:58:53 +00:00
Sake Blok cc1afbef75 Make compiler happy when kerberos is not enabled...
svn path=/trunk/; revision=31629
2010-01-22 23:26:53 +00:00
Sake Blok 6a87ff2569 Fix a spelling error : entrypted -> encrypted
(found by Adam Langley in bug 4349)



svn path=/trunk/; revision=31628
2010-01-22 23:09:19 +00:00
Gerald Combs 55a8440162 In our case, not being able to read the Kerberos configuration file
isn't a big deal.

svn path=/trunk/; revision=31626
2010-01-22 22:36:03 +00:00
Ronnie Sahlberg 10ee49cdb1 From Matthieu Patou <mat+Informatique.Samba@matws.net>
Enhancements to NETLOGON and ability to decrypt SCHANNEL



svn path=/trunk/; revision=31625
2010-01-22 22:34:24 +00:00
Bill Meier ed61ca16b9 #include stdio & etc not req'd (and remove // lines committed by mistake ...)
svn path=/trunk/; revision=31624
2010-01-22 18:13:09 +00:00
Bill Meier 73eb16d678 Fix some gcc -Wshadow warnings
svn path=/trunk/; revision=31623
2010-01-22 17:41:47 +00:00
Bill Meier a9bcff7af3 Fix a gcc -Wshadow warning.
svn path=/trunk/; revision=31620
2010-01-22 16:34:54 +00:00
Bill Meier 1a4283ccf8 Fixes for gcc -Wshadow warnings; Fix indentation and do other minor cleanup in a few cases.
svn path=/trunk/; revision=31617
2010-01-22 13:56:19 +00:00
Jaap Keuter 093885ecf9 From Alexandre Forget:
Fix the ORO suboption offset error.

svn path=/trunk/; revision=31609
2010-01-21 21:46:46 +00:00
Stig Bjørlykke 40f5a3e4bb Update the Netscape Certificate Type extension bit-string.
svn path=/trunk/; revision=31599
2010-01-21 11:06:26 +00:00
Jaap Keuter 4fff8a7922 Add Skein MAC authentication tag types.
svn path=/trunk/; revision=31598
2010-01-21 07:56:21 +00:00
Anders Broman eb136e00d8 From Alex Lindberg:
resolves all h248V1 differences and provides dissection of V1
instances of Packets, Events, Signals, and Properties.

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

svn path=/trunk/; revision=31597
2010-01-21 06:39:25 +00:00
Guy Harris 90765a3c3e To check which SIP method we saw, just #define values for the index in
the sip_methods[] table and check the index's value, don't do a string
comparison.

svn path=/trunk/; revision=31595
2010-01-20 21:05:24 +00:00
Anders Broman 46ba2a93c8 From Karl Heinz Wolf:
Marking in dialog SIP requests.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3588

svn path=/trunk/; revision=31594
2010-01-20 20:34:45 +00:00
Stig Bjørlykke 8aa7359eb3 Use correct return value type from dissect_ppdu().
Fixed a typo.

svn path=/trunk/; revision=31590
2010-01-20 12:51:04 +00:00
Stig Bjørlykke 9b2f05da33 Don't try decode an empty octetstring as BER.
svn path=/trunk/; revision=31589
2010-01-20 12:47:26 +00:00
Martin Mathieson 417b1839f1 Add initial version of LTE RLC stats dialog.
svn path=/trunk/; revision=31588
2010-01-20 12:37:26 +00:00
Anders Broman 6b4848afd5 From Gonzalo Casas:
The asn1 definition of AlternateAccessSelection of the MMS dissector was wrong. 
It didn't allow object access with nested AlternatedAccess.
I changed the definition as in ISO 9506-2 (2003).
I also added MMSString which was not present.

I also added the definition for UtcTime as in the annex G of IEC61850-8-1 

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

svn path=/trunk/; revision=31584
2010-01-20 06:31:11 +00:00
Ronnie Sahlberg 9a9f7acffe From Julien Kerihuel, add support for
unaligned unmarshalling of dissectors generated by PIDL.

This will allow us to use PIDL and additional IDLs from the samba 
project since they use "noalign" for certain protocols.


This may also allow us to use PIDL to describe, and machinegenerate 
dissectors for normal, non-DCERPC, protocols.


This patch for PIDL is still under review, but the PIDL patch is l;ikely 
to be committed soonish.




svn path=/trunk/; revision=31583
2010-01-20 06:02:42 +00:00
Bill Meier 37547c1791 Fix a few gcc _Wshadow warnings ....
svn path=/trunk/; revision=31580
2010-01-19 23:51:27 +00:00
Guy Harris b0949d4db9 OK, I guess those URLs were for a protocol in the process of becoming
PIM v2; this appears to be the spec for v1 (Postscript, compressed in
the old "compress" format).

svn path=/trunk/; revision=31574
2010-01-19 19:55:43 +00:00
Anders Broman fa10f2e3b6 Update to V9.1.0 (2009-12)
svn path=/trunk/; revision=31573
2010-01-19 19:52:16 +00:00
Bill Meier e0064797fb Use more unique names for certain enum constants.
(enum constant names are part of the global name space).
(Fixes at least one gcc -Wshadow warning).

svn path=/trunk/; revision=31572
2010-01-19 19:37:03 +00:00
Gerald Combs 2efa26e0e1 Fix a double-free bug which was causing a crash. Our decryption buffer
length doesn't change, so allocate it just once. Add an expert item for
a successful decryption.

svn path=/trunk/; revision=31571
2010-01-19 19:28:30 +00:00