aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-06-02Add GNU ADNS to the Windows build environment. A precompiled DLL can beGerald Combs7-13/+32
2003-06-02Dissect a netlogon credential as eight FT_BYTES rather than two guint32Tim Potter1-17/+8
2003-06-01Fix a small segmentation fault if we get an ASN.1 parse error, andRichard Sharpe2-8/+34
2003-05-30Update SAMR to change the last few calls to dissect a context handle toRonnie Sahlberg1-9/+9
2003-05-30Some minor updates to LSA.Ronnie Sahlberg1-10/+23
2003-05-30From tz: decode the base-64 string for HTTP Basic authorization.Guy Harris3-7/+46
2003-05-29From Steven Lass: if there is no whitespace after the colon in a header,Guy Harris3-7/+28
2003-05-29Add the MSRPC ATSVC interface.Guy Harris1-1/+2
2003-05-29Add packet-dcerpc-atsvc.h to the header list.Gerald Combs1-1/+2
2003-05-28COTP reassembly, from Laurent Meyer.Guy Harris3-22/+162
2003-05-28Add the MSRPC ATSVC interface. Code courtesy of Jean-Baptiste Marchand.Richard Sharpe3-1/+526
2003-05-28From Laurent Rabret: use "g_free()", not "free()", to free stuffGuy Harris4-10/+10
2003-05-28From Laurent Rabret: show checksum status in a sub-item for the checksumGuy Harris1-35/+42
2003-05-28From Hannes Gredler:Guy Harris1-3/+22
2003-05-28Update Anand Narwani's email address.Gerald Combs28-53/+53
2003-05-28Use freopen() instead of worrying about whether a particular FILE pointer isGerald Combs1-16/+3
2003-05-27From Graeme Hewson: fix the declaration of "open_routines[]".Guy Harris1-7/+2
2003-05-27Make "vms_check_file_type()" seek back to the beginning of the line thatGuy Harris1-1/+14
2003-05-27Put back the stuff for connection-oriented data to show fragment data asGuy Harris1-4/+17
2003-05-27Fix typoes.Guy Harris1-3/+3
2003-05-27Get rid of a debugging message.Guy Harris1-3/+1
2003-05-27Make the RTP tap analysis code use create_tempfile() instead of tmpnam().Gerald Combs1-6/+9
2003-05-26Add ADNS to the "Compiled with" list. Wrap at the SNMP library part sinceGerald Combs1-4/+10
2003-05-26Fix the definition of NUM_GRPDESC_TYPES, from Yaniv Kaul.Gerald Combs1-2/+2
2003-05-26Strings in SCSI replies are blank-padded or possibly null-padded;Guy Harris1-8/+12
2003-05-26Null-terminate ASCII string values in "dissect_ndr_cvstring()".Guy Harris1-1/+2
2003-05-26The last byte of "foo[N]" is "foo[N-1]", not "foo[N]".Guy Harris1-2/+2
2003-05-26Strings in PPTP are null-padded, not null-terminated.Guy Harris1-13/+23
2003-05-26Deal with cases where there's no token ID in a Kerberos blob.Guy Harris1-9/+14
2003-05-25The last byte of "foo[N]" is "foo[N-1]", not "foo[N]".Guy Harris3-8/+8
2003-05-25From Yaniv Kaul: add RFC3526 DH MODP groups.Gerald Combs1-5/+10
2003-05-25Add the reqFlags decode ...Richard Sharpe1-4/+23
2003-05-25Adding more infrastructure so I can decode SPNEGO/GSSAPI request flags.Richard Sharpe1-1/+26
2003-05-24Begin to break out the SPNEGO/GSSAPI request flags ...Richard Sharpe1-1/+47
2003-05-24Use a GString to store the formatted authentication information. (ThisGuy Harris1-21/+32
2003-05-24Convert the WKS bitnames variable to a GString, on the (way, way)Gerald Combs1-11/+12
2003-05-24Get rid of the CRs at the ends of lines (GCC was upset by at least someGuy Harris1-418/+418
2003-05-24Fix more string-related nits found by Timo Sirainen/Gerald Combs3-10/+13
2003-05-24Fix instances where the return value of snprintf() was being checked for -1,Gerald Combs4-46/+45
2003-05-24Timo Sirainen discovered that snprintf() returning -1 wasn't being handledGerald Combs1-10/+11
2003-05-24From Brad Hards, DISTCC protocol dissector.Ronnie Sahlberg4-2/+424
2003-05-24Note that we should probably do PPP Multilink reassembly.Guy Harris1-3/+8
2003-05-24Adding support for GSSAPI GSS_Wrap tokens and refactoring the routineRichard Sharpe1-39/+67
2003-05-23Add an API to get the dissector name from a dissector handle.Guy Harris2-3/+13
2003-05-23Commit the changes to allow us to dissect GSSAPI GetMIC tokens.Richard Sharpe1-1/+68
2003-05-23First changes to properly support RFC1964 so that GSSAPI GetMIC and otherRichard Sharpe2-9/+37
2003-05-23Move the base64_decode() function somewhere where other dissectors canTim Potter3-36/+39
2003-05-23I don't think there is any such thing as a pointer to a policy handle.Tim Potter1-186/+164
2003-05-23Fix typo in name of ett for krb5 auth verifier.Tim Potter1-35/+54
2003-05-23Quieten some unused variable warnings.Tim Potter1-5/+5