aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-08If the lack of a peer conversation is a bug, use one of theguy1-9/+7
2011-01-08Add "tcp.window_size_value" and "tcp.window_size_scalefactor" conformsake2-55/+84
2011-01-07Append text to INFO column. Closes out bug 4472.cmaynard1-0/+2
2011-01-07Don't try to display a string in BASE_DEC. Also delete duplicate registratio...morriss1-13/+8
2011-01-07declare_wslua.h is built, so we need to also search in the wslua build direct...morriss1-3/+3
2011-01-07** (process:23326): WARNING **: Field 'Reserved bit(s)' does not have anetxrab1-2/+2
2011-01-07Fix buildbot.etxrab1-9/+21
2011-01-07Fix the fuzz failure in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...morriss1-12/+14
2011-01-07Add dissection of more IE:setxrab3-74/+1146
2011-01-07If we get an unknown reply status, don't print a g_warning message -guy1-2/+6
2011-01-07From Alexis La Goutte:etxrab2-142/+228
2011-01-06Tell the user about the Q&A site.jake2-0/+12
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 togerald10-10/+153
2011-01-06Prohibit strtoull(): Windows doesn't have it. (Putting this in just saves wa...morriss1-1/+3
2011-01-06Let's discourage the use of g_warning in dissectors. Either use one ofguy1-0/+1
2011-01-06Don't use g_warning() - either you have a dissector bug, and should useguy1-3/+14
2011-01-06More misc. CLDAP improvements for Active Directory including updatingsfisher2-68/+92
2011-01-06Fix the fuzz failure in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...morriss1-105/+103
2011-01-06Add URL to Lua website. Whitespace cleanup.jake1-11/+12
2011-01-06More minor cleanup/fixes for MS Active Directory's use of CLDAP.sfisher2-46/+32
2011-01-06Minor corrections to NtVer dissection for NETLOGON_NT_VERSION Options Bitssfisher2-138/+144
2011-01-06GEOIP_COUNTRY_EDITION_V6 isn't guaranteed to be defined.gerald1-0/+2
2011-01-06When showing a DNS query response containing a SRV record, display itemssfisher1-1/+38
2011-01-06(After discussion on -dev) revert 35393: the old code is faster (and it is sa...morriss1-24/+30
2011-01-06strtoull() doesn't exist on Windows, use g_ascii_strtoull() instead.morriss1-1/+1
2011-01-06Use tvb_memeql() instead of memcmp()+tvb_get_ptr().morriss1-8/+6
2011-01-06Actually use proto_tree_add_item().morriss1-1/+1
2011-01-06There's no need to pass the result of tvb_get_ptr() as the 'value' in proto_t...morriss1-7/+9
2011-01-06There's no need to pass the result of tvb_get_ptr() as the 'value' in proto_t...morriss1-13/+3
2011-01-06Rather than creating strtoul{l} functions that can deal with possibly non-NULLmorriss1-55/+18
2011-01-06Use tvb_get_ephemeral_stringz() instead of tvb_get_strsize() plus (sometimes ...morriss1-30/+24
2011-01-05Rearrange the Intenals and Help menu somewhat.jake1-19/+18
2011-01-05Reset the global pdu_type *before* returning.morriss2-31/+59
2011-01-05Remove an unreached return.morriss1-5/+2
2011-01-05Remove a duplicate return.morriss1-4/+2
2011-01-05Remove a break that makes other following statements unreached.morriss1-1/+0
2011-01-05Remove unreached statement.morriss2-5/+3
2011-01-05Replace 2 switch()es with duplicated values (but missing most of the case sta...morriss1-109/+36
2011-01-05Update manuf, which the auto-update script has been missing for the pastgerald1-13/+107
2011-01-05Use some tvb_ accessor functions instead of a standard function plus tvb_get_...morriss1-8/+4
2011-01-05Handling a too-long length should be handled better.guy1-0/+3
2011-01-05Fix (legitimate) warning.guy1-0/+1
2011-01-05Use proto_tree_add_item() to add some FT_BYTES to the tree instead of calling...morriss1-10/+4
2011-01-05From Steve Huston: add support for AMQP 0-10.guy2-680/+6277
2011-01-05Don't pass the result of tvb_get_ptr() into a %s format string: the string maymorriss1-1/+1
2011-01-05Enhance IE dissection.etxrab1-10/+30
2011-01-05Don't pass the result of tvb_get_ptr() into a %s format string: the string maymorriss5-15/+15
2011-01-05Don't pass the result of tvb_get_ptr() into a %s format string: the string maymorriss1-2/+2
2011-01-05Don't pass the result of tvb_get_ptr() into a %s format string: the string maymorriss1-1/+1
2011-01-05Remove a stray debug printf().martinm1-3/+3