aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-01-07declare_wslua.h is built, so we need to also search in the wslua build ↵morriss1-3/+3
directory for it. (This fixes out-of-source-tree builds with Lua.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35421 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-07** (process:23326): WARNING **: Field 'Reserved bit(s)' does not have anetxrab1-2/+2
abbreviation ** ERROR **: Field 'IPv4 Address' (gtpv2.ipv4_addr) is an FT_IPv4 but is being displayed as BASE_DEC instead of BASE_NONE git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35420 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-07Fix buildbot.etxrab1-9/+21
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35419 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-07Fix the fuzz failure in ↵morriss1-12/+14
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5554 : Don't assume that g_strsplit() found and returned 3 strings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35418 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-07Add dissection of more IE:setxrab3-74/+1146
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35417 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-07If we get an unknown reply status, don't print a g_warning message -guy1-2/+6
just put the reply body, if any, into the protocol tree as a blob. The protocol tree will note that it's an unknown status. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35414 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-07From Alexis La Goutte:etxrab2-142/+228
- Update RFC Draft (draft-vida-mld-v2-08.txt) to Final RFC (RFC 3810) - Make MLD field filterable https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5552 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35413 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06Tell the user about the Q&A site.jake2-0/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35412 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 togerald10-10/+153
UTF-8 where we don't already do so. In Wireshark use g_utf16_to_utf8 instead of utf_16to8. This should fix bug 5520. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35411 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06Prohibit strtoull(): Windows doesn't have it. (Putting this in just saves ↵morriss1-1/+3
waiting for the buildbot to complain.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35410 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06Let's discourage the use of g_warning in dissectors. Either use one ofguy1-0/+1
the dissector-bug macros, or try your best to dissect a packet that's "wrong". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35409 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06Don't use g_warning() - either you have a dissector bug, and should useguy1-3/+14
one of the macros to report that, or you have a problem with the packet, in which case you should note that in the protocol tree, or you have something you don't understand, in which case you should dissect whatever of it you do understand and put something appropriate, if possible, into the protocol tree for the rest. (And, if the length isn't right, there's not much you can do about it - you have to trust the length, and manage to fail somewhere else.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35408 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06More misc. CLDAP improvements for Active Directory including updatingsfisher2-68/+92
field names and adding descriptions, changing the Domain GUID in the "LDAP ping" response to a FT_GUID instead of FT_BYTES, etc. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35407 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06Fix the fuzz failure in ↵morriss1-105/+103
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5550 : In dissect_amqp_0_10_array() if the 'type' is unknown, don't loop (for potentially a very long time) adding the same element over and over again (since the type is unknown, we don't know how much to increase the offset so an exception is never thrown). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35406 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06Add URL to Lua website. Whitespace cleanup.jake1-11/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35405 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06More minor cleanup/fixes for MS Active Directory's use of CLDAP.sfisher2-46/+32
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35404 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06Minor corrections to NtVer dissection for NETLOGON_NT_VERSION Options Bitssfisher2-138/+144
in MSCLDAP packets per Microsoft's MS-ADTS specification, section 7.3.1.1, revision 26 (11/19/2010). Also re-format code a bit. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35403 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06GEOIP_COUNTRY_EDITION_V6 isn't guaranteed to be defined.gerald1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35402 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06When showing a DNS query response containing a SRV record, display itemssfisher1-1/+38
in the tree of the service record broken out. For example, "_ldap._tcp.domain.com" shows: Service: ldap Protocol: tcp Name: domain.com git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35401 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06(After discussion on -dev) revert 35393: the old code is faster (and it is ↵morriss1-24/+30
safe). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35400 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06strtoull() doesn't exist on Windows, use g_ascii_strtoull() instead.morriss1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35399 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06Use tvb_memeql() instead of memcmp()+tvb_get_ptr().morriss1-8/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35398 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06Actually use proto_tree_add_item().morriss1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35397 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06There's no need to pass the result of tvb_get_ptr() as the 'value' in ↵morriss1-7/+9
proto_tree_add_string: just use proto_tree_add_item(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35396 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06There's no need to pass the result of tvb_get_ptr() as the 'value' in ↵morriss1-13/+3
proto_tree_add_string: just use proto_tree_add_item(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35395 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06Rather than creating strtoul{l} functions that can deal with possibly non-NULLmorriss1-55/+18
terminated strings (retrieved with tvb_get_ptr()), just use tvb_get_ephemeral_string() and the standard strtoul{l} functions. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35394 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06Use tvb_get_ephemeral_stringz() instead of tvb_get_strsize() plus (sometimes ↵morriss1-30/+24
multiple) calls to tvb_get_ptr(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35393 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Rearrange the Intenals and Help menu somewhat.jake1-19/+18
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35392 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Reset the global pdu_type *before* returning.morriss2-31/+59
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35391 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Remove an unreached return.morriss1-5/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35390 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Remove a duplicate return.morriss1-4/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35389 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Remove a break that makes other following statements unreached.morriss1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35388 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Remove unreached statement.morriss2-5/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35387 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Replace 2 switch()es with duplicated values (but missing most of the case ↵morriss1-109/+36
statements--leading the Sun compiler to complain about most of the statements not being reached) with a value_string and a couple of val_to_str() calls. Also some minor reformatting of the function in question. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35386 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Update manuf, which the auto-update script has been missing for the pastgerald1-13/+107
few weeks. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35385 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Use some tvb_ accessor functions instead of a standard function plus ↵morriss1-8/+4
tvb_get_ptr(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35384 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Handling a too-long length should be handled better.guy1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35383 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Fix (legitimate) warning.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35382 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Use proto_tree_add_item() to add some FT_BYTES to the tree instead of ↵morriss1-10/+4
calling proto_tree_add_bytes() with the result of tvb_get_ptr() passed as the 'value'. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35381 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05From Steve Huston: add support for AMQP 0-10.guy2-680/+6277
From me: add 0_9 to names for #defines and routines for 0-9, add expert info for the "you ran past the end of the field table" error. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35380 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Don't pass the result of tvb_get_ptr() into a %s format string: the string maymorriss1-1/+1
not be NULL terminated. Use tvb_get_ephemeral_string() instead. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35379 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Enhance IE dissection.etxrab1-10/+30
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35378 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Don't pass the result of tvb_get_ptr() into a %s format string: the string maymorriss5-15/+15
not be NULL terminated. Use tvb_get_ephemeral_string() instead. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35377 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Don't pass the result of tvb_get_ptr() into a %s format string: the string maymorriss1-2/+2
not be NULL terminated. Use tvb_get_ephemeral_string() instead. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35376 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Don't pass the result of tvb_get_ptr() into a %s format string: the string maymorriss1-1/+1
not be NULL terminated. Use tvb_get_ephemeral_string() instead. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35375 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Remove a stray debug printf().martinm1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35374 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Support FP_R8 over ATM, plus a couple of other tidying-ups.martinm1-8/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35373 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Clean up the white space.jake1-230/+210
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35372 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Update the AUTHORS fileetxrab1-0/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35371 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05From Francesco Fondelli:etxrab2-24/+224
RSVP: support for Vendor Private objects, RFC 3936 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5468 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35370 f5534014-38df-0310-8fa8-9805f1628bb7