aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-05-19From Olivier Biot: fix incorrect tvbuff definition in the WTP PDUguy1-2/+2
2003-05-19Fix a -z io,users,ip calculations bug.sahlberg1-2/+2
2003-05-19More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that Badgerald11-80/+75
2003-05-17Note that the output format list is displayed by the "-h" flag.gerald1-0/+2
2003-05-17Add the list of output file format specs to Tethereal's man page.gerald1-6/+31
2003-05-16Update the tcp sequence analysis to understand and decode properlysahlberg1-2/+16
2003-05-16Tap SMB packets before we call the dissecotrs so that even if theresahlberg1-3/+6
2003-05-16Updates to the TODO list.guy1-13/+30
2003-05-16Squelch some compiler complaints.guy2-4/+4
2003-05-16Fix a typo.guy1-2/+2
2003-05-16Not all platforms have "u_int32_t"; use "guint32" instead.guy1-2/+2
2003-05-15Change address for Tony Schene, at his request.guy2-2/+2
2003-05-15Implement a ring buffer switch duration:deniel7-18/+236
2003-05-15From Richard Urwin:guy9-117/+301
2003-05-15From Can Erkin Acar: OpenBSD is now using tcpdump.org-assigned DLT_guy7-56/+321
2003-05-15From Laurent Rabret:guy3-15/+143
2003-05-15From Didier Gautheron: add the right decoding for AFP3.1 FPCatSearchExtguy1-34/+90
2003-05-15Fix the call that adds the local preference to the tree.guy1-2/+2
2003-05-15Move the value_string of platform ID values to "packet-dcerpc-nt.c", andguy4-18/+21
2003-05-15"tvb_get_nstringz0()" now expects, as an argument, a value 1 greaterguy1-6/+6
2003-05-15Move dissection of NETLOGON secure channel auth verifier intotpot3-48/+76
2003-05-15More work on dissecting generic and standard mappings for NT access masks.tpot1-16/+76
2003-05-15More work on dissecting generic and standard mappings for NT access masks.tpot5-47/+151
2003-05-15Dissect authentication data for netlogon secure channel bind and bind acks.tpot2-4/+135
2003-05-15Dissect authentication data for netlogon secure channel bind and bind acks.tpot1-9/+51
2003-05-14Re-commit stuff that was lost...sharpe1-2/+58
2003-05-14A correct programming practice is to save errno and restore its valuedeniel1-1/+3
2003-05-11"tvb_get_nstringz0()" now expects its third argument to be the maximumguy1-6/+6
2003-05-11From Graeme Hewson: fix "eth_hdr" to put the destination and sourceguy1-2/+2
2003-05-10Have "dissect_ndr_cvstring()" set the length of the top-level item toguy1-2/+4
2003-05-10A quantity dissected as 6 unknown bytes in a logon reply actuallyguy1-2/+12
2003-05-10Expand some comments.guy1-8/+32
2003-05-10Use "tvb_ensure_bytes_exist()" to cause an exception to be thrownguy1-22/+31
2003-05-09Dissect a ntlmv2 response if found in a samlogon request.tpot1-10/+42
2003-05-09Add a dissect_ndr_counted_byte_array_cb function which can take a callbacktpot2-7/+25
2003-05-09Move the ntlmv2 response dissection out of packet-ntlmssp.c and in totpot4-237/+254
2003-05-08Based on a patch from Jean-Baptiste Marchand, mark stub data asguy1-43/+41
2003-05-08From Olivier Biot: fix WTP sub-PDU size presentation in the protocolguy1-5/+5
2003-05-08The authentication data field in "simple password" authentication is 64guy1-3/+3
2003-05-08From Olivier Biot:guy1-2/+194
2003-05-08From Stephen Shelley: the unit ID and function code fields in the Modbusguy1-3/+3
2003-05-08From Olivier Biot: if we have PYTHON defined, use the Python scriptguy1-3/+9
2003-05-07Whoops - had that test reversed.tpot1-2/+2
2003-05-07Don't try and dissect a zero length NTLM response as a NTLMv2 response.tpot1-2/+2
2003-05-07Parse a NTLMv2 response blob as documented intpot1-14/+231
2003-05-07From Yaniv Kaul: show MBZ flags as either OK if 0 or incorrect if not 0.guy1-1/+16
2003-05-05Declare "host_name_lookup_process()" regardless of whether HAVE_GNU_ADNSguy1-11/+9
2003-05-05From Yaniv Kaul: handle DNSSEC DO/OK bit in OPT pseudo-RR.guy1-3/+9
2003-05-05From Mark C. Brown:guy5-26/+36
2003-05-05Provide stub versions of "host_name_lookup_init()",guy2-6/+23