Commit Graph

12282 Commits

Author SHA1 Message Date
Gerasimos Dimitriadis c08fa6f3cf Move underscore escaping/unscaping function to strutil.c;
Update decoding of IS-801 Request GPS Acquisition Assistance

svn path=/trunk/; revision=31685
2010-01-26 18:21:17 +00:00
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
Stig Bjørlykke 1c1eb9021a Handle escape/unescape underscore when read/write the preferences
column.format entries.  Also fix a small memory leakage.

svn path=/trunk/; revision=31670
2010-01-25 21:45:17 +00:00
Gerasimos Dimitriadis e50527b8e1 Handle underscore escaping/unescaping for old packet list; Simplify
and make more robust the unescaping function.

svn path=/trunk/; revision=31668
2010-01-25 20:30:09 +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
Gerasimos Dimitriadis 6fd1cec787 From Jakub Zawadzki:
Remove prepare_bits_string from proto.c; Use
equivalent function decode_bits_in_field in to_str.c

svn path=/trunk/; revision=31665
2010-01-25 18:26:47 +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
Gerasimos Dimitriadis 065546cdcb Change the prefix of the underscore escaping/unescaping
functions from g_ to ws_; Insert function names in
libwireshark.def

svn path=/trunk/; revision=31662
2010-01-25 18:14:01 +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 d94979dbd1 Removed gnuc_format_check.h
Added g_gnuc_malloc.h

svn path=/trunk/; revision=31660
2010-01-25 16:21: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 bb5ef1c521 parent is not unused in tvb_child_uncompress().
svn path=/trunk/; revision=31658
2010-01-25 13:54:05 +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 2b5f360066 From Didier Gautheron via bug 4419:
Use G_GNUC_MALLOC in emem.h declarations.

From me:
Check for valid G_GNUC_MALLOC from g_gnuc_malloc.h.

svn path=/trunk/; revision=31656
2010-01-25 12:50:42 +00:00
Stig Bjørlykke 7d777ab69d Add a header file to check for G_GNUC_MALLOC.
svn path=/trunk/; revision=31655
2010-01-25 12:49:27 +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
Stig Bjørlykke 17a01968d9 Ensure we don't write outside the pref_str in put_string_list().
This bug was introduced in revision 31487, when putting each
column.format entry on separate lines.

svn path=/trunk/; revision=31653
2010-01-25 10:22:00 +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
Gerasimos Dimitriadis 11e340038f Handle underscore escaping/unescaping of the column titles
under the new packet list

svn path=/trunk/; revision=31649
2010-01-24 22:25:40 +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
Gerald Combs bfa1b465ed [Automatic manuf and enterprise-numbers update for 2010-01-24]
svn path=/trunk/; revision=31641
2010-01-24 16:03:43 +00:00
Gerasimos Dimitriadis acd35de1f4 Minor simplification in length calculation of proto_tree_add_bits
and _format_value

svn path=/trunk/; revision=31640
2010-01-24 12:08:14 +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
Gerasimos Dimitriadis 383f6a65dc Add _format_value variants of the proto_tree_add_bits function
for different header field types; now possible to add bits item
for FT_FLOAT and FT_INT types.

svn path=/trunk/; revision=31633
2010-01-23 16:17:17 +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