aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-05-19More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that BadGerald Combs11-80/+75
2003-05-17Note that the output format list is displayed by the "-h" flag.Gerald Combs1-0/+2
2003-05-17Add the list of output file format specs to Tethereal's man page.Gerald Combs1-6/+31
2003-05-16Update the tcp sequence analysis to understand and decode properlyRonnie Sahlberg1-2/+16
2003-05-16Tap SMB packets before we call the dissecotrs so that even if thereRonnie Sahlberg1-3/+6
2003-05-16Updates to the TODO list.Guy Harris1-13/+30
2003-05-16Squelch some compiler complaints.Guy Harris2-4/+4
2003-05-16Fix a typo.Guy Harris1-2/+2
2003-05-16Not all platforms have "u_int32_t"; use "guint32" instead.Guy Harris1-2/+2
2003-05-15Change address for Tony Schene, at his request.Guy Harris2-2/+2
2003-05-15Implement a ring buffer switch duration:Laurent Deniel7-18/+236
2003-05-15From Richard Urwin:Guy Harris9-117/+301
2003-05-15From Can Erkin Acar: OpenBSD is now using tcpdump.org-assigned DLT_Guy Harris7-56/+321
2003-05-15From Laurent Rabret:Guy Harris3-15/+143
2003-05-15From Didier Gautheron: add the right decoding for AFP3.1 FPCatSearchExtGuy Harris1-34/+90
2003-05-15Fix the call that adds the local preference to the tree.Guy Harris1-2/+2
2003-05-15Move the value_string of platform ID values to "packet-dcerpc-nt.c", andGuy Harris4-18/+21
2003-05-15"tvb_get_nstringz0()" now expects, as an argument, a value 1 greaterGuy Harris1-6/+6
2003-05-15Move dissection of NETLOGON secure channel auth verifier intoTim Potter3-48/+76
2003-05-15More work on dissecting generic and standard mappings for NT access masks.Tim Potter1-16/+76
2003-05-15More work on dissecting generic and standard mappings for NT access masks.Tim Potter5-47/+151
2003-05-15Dissect authentication data for netlogon secure channel bind and bind acks.Tim Potter2-4/+135
2003-05-15Dissect authentication data for netlogon secure channel bind and bind acks.Tim Potter1-9/+51
2003-05-14Re-commit stuff that was lost...Richard Sharpe1-2/+58
2003-05-14A correct programming practice is to save errno and restore its valueLaurent Deniel1-1/+3
2003-05-11"tvb_get_nstringz0()" now expects its third argument to be the maximumGuy Harris1-6/+6
2003-05-11From Graeme Hewson: fix "eth_hdr" to put the destination and sourceGuy Harris1-2/+2
2003-05-10Have "dissect_ndr_cvstring()" set the length of the top-level item toGuy Harris1-2/+4
2003-05-10A quantity dissected as 6 unknown bytes in a logon reply actuallyGuy Harris1-2/+12
2003-05-10Expand some comments.Guy Harris1-8/+32
2003-05-10Use "tvb_ensure_bytes_exist()" to cause an exception to be thrownGuy Harris1-22/+31
2003-05-09Dissect a ntlmv2 response if found in a samlogon request.Tim Potter1-10/+42
2003-05-09Add a dissect_ndr_counted_byte_array_cb function which can take a callbackTim Potter2-7/+25
2003-05-09Move the ntlmv2 response dissection out of packet-ntlmssp.c and in toTim Potter4-237/+254
2003-05-08Based on a patch from Jean-Baptiste Marchand, mark stub data asGuy Harris1-43/+41
2003-05-08From Olivier Biot: fix WTP sub-PDU size presentation in the protocolGuy Harris1-5/+5
2003-05-08The authentication data field in "simple password" authentication is 64Guy Harris1-3/+3
2003-05-08From Olivier Biot:Guy Harris1-2/+194
2003-05-08From Stephen Shelley: the unit ID and function code fields in the ModbusGuy Harris1-3/+3
2003-05-08From Olivier Biot: if we have PYTHON defined, use the Python scriptGuy Harris1-3/+9
2003-05-07Whoops - had that test reversed.Tim Potter1-2/+2
2003-05-07Don't try and dissect a zero length NTLM response as a NTLMv2 response.Tim Potter1-2/+2
2003-05-07Parse a NTLMv2 response blob as documented inTim Potter1-14/+231
2003-05-07From Yaniv Kaul: show MBZ flags as either OK if 0 or incorrect if not 0.Guy Harris1-1/+16
2003-05-05Declare "host_name_lookup_process()" regardless of whether HAVE_GNU_ADNSGuy Harris1-11/+9
2003-05-05From Yaniv Kaul: handle DNSSEC DO/OK bit in OPT pseudo-RR.Guy Harris1-3/+9
2003-05-05From Mark C. Brown:Guy Harris5-26/+36
2003-05-05Provide stub versions of "host_name_lookup_init()",Guy Harris2-6/+23
2003-05-04Add support for asynchronous DNS updates using the GNU ADNS library.Gerald Combs10-19/+279
2003-05-04Updated the version 06 of the ID support to version 08. Therefore versionsMichael Tüxen1-54/+54