aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-06-02Dissect a netlogon credential as eight FT_BYTES rather than two guint32Tim Potter1-17/+8
quantities. svn path=/trunk/; revision=7768
2003-06-01Fix a small segmentation fault if we get an ASN.1 parse error, andRichard Sharpe2-8/+34
start to work on kerberos flags etc. Also prettied up the case where the responseToken was an empty string. svn path=/trunk/; revision=7767
2003-05-30Update SAMR to change the last few calls to dissect a context handle toRonnie Sahlberg1-9/+9
use dissect_nt_policy_hnd() instead. svn path=/trunk/; revision=7766
2003-05-30Some minor updates to LSA.Ronnie Sahlberg1-10/+23
* Add a few missing dissections of return codes in reply packets * fix a problem in LsaQuerySecret where two of the parameters are actually unique pointer to unique pointer to object and not just one level of pointers. * update the dissection of LSA_SECRET to look more correct in some captures. Anyone that knows the content of the LSA_SECRET object is welcome to mail a description to me. svn path=/trunk/; revision=7765
2003-05-30From tz: decode the base-64 string for HTTP Basic authorization.Guy Harris3-7/+46
svn path=/trunk/; revision=7764
2003-05-29From Steven Lass: if there is no whitespace after the colon in a header,Guy Harris3-7/+28
don't try to eat the non-existent whitespace. svn path=/trunk/; revision=7763
2003-05-29Add the MSRPC ATSVC interface.Guy Harris1-1/+2
svn path=/trunk/; revision=7762
2003-05-29Add packet-dcerpc-atsvc.h to the header list.Gerald Combs1-1/+2
svn path=/trunk/; revision=7761
2003-05-28COTP reassembly, from Laurent Meyer.Guy Harris3-22/+162
svn path=/trunk/; revision=7760
2003-05-28Add the MSRPC ATSVC interface. Code courtesy of Jean-Baptiste Marchand.Richard Sharpe3-1/+526
svn path=/trunk/; revision=7759
2003-05-28From Laurent Rabret: use "g_free()", not "free()", to free stuffGuy Harris4-10/+10
allocated with "g_malloc()" and related GLib routines. svn path=/trunk/; revision=7758
2003-05-28From Laurent Rabret: show checksum status in a sub-item for the checksumGuy Harris1-35/+42
field, and add a "bad checksum" filterable field. svn path=/trunk/; revision=7757
2003-05-28From Hannes Gredler:Guy Harris1-3/+22
- fix a typo - correctly hook-in capability notification subcodes in the *bgpnotify_minor[] array - add support for draft-ietf-idr-cease-subcode-02 svn path=/trunk/; revision=7756
2003-05-28Update Anand Narwani's email address.Gerald Combs28-53/+53
svn path=/trunk/; revision=7755
2003-05-28Use freopen() instead of worrying about whether a particular FILE pointer isGerald Combs1-16/+3
NULL. svn path=/trunk/; revision=7754
2003-05-27From Graeme Hewson: fix the declaration of "open_routines[]".Guy Harris1-7/+2
svn path=/trunk/; revision=7753
2003-05-27Make "vms_check_file_type()" seek back to the beginning of the line thatGuy Harris1-1/+14
matched if it succeeds, so that it gets re-read when we read the capture file - it's a line containing a time stamp for a packet, so we need to re-read it to get that time stamp. svn path=/trunk/; revision=7752
2003-05-27Put back the stuff for connection-oriented data to show fragment data asGuy Harris1-4/+17
"Fragment data (N bytes)" if we aren't dissecting it. svn path=/trunk/; revision=7751
2003-05-27Fix typoes.Guy Harris1-3/+3
svn path=/trunk/; revision=7750
2003-05-27Get rid of a debugging message.Guy Harris1-3/+1
svn path=/trunk/; revision=7749
2003-05-27Make the RTP tap analysis code use create_tempfile() instead of tmpnam().Gerald Combs1-6/+9
svn path=/trunk/; revision=7748
2003-05-26Add ADNS to the "Compiled with" list. Wrap at the SNMP library part sinceGerald Combs1-4/+10
the line was getting long. svn path=/trunk/; revision=7747
2003-05-26Fix the definition of NUM_GRPDESC_TYPES, from Yaniv Kaul.Gerald Combs1-2/+2
svn path=/trunk/; revision=7746
2003-05-26Strings in SCSI replies are blank-padded or possibly null-padded;Guy Harris1-8/+12
they're not null-terminated. svn path=/trunk/; revision=7745
2003-05-26Null-terminate ASCII string values in "dissect_ndr_cvstring()".Guy Harris1-1/+2
svn path=/trunk/; revision=7744
2003-05-26The last byte of "foo[N]" is "foo[N-1]", not "foo[N]".Guy Harris1-2/+2
svn path=/trunk/; revision=7743
2003-05-26Strings in PPTP are null-padded, not null-terminated.Guy Harris1-13/+23
svn path=/trunk/; revision=7742
2003-05-26Deal with cases where there's no token ID in a Kerberos blob.Guy Harris1-9/+14
svn path=/trunk/; revision=7741
2003-05-25The last byte of "foo[N]" is "foo[N-1]", not "foo[N]".Guy Harris3-8/+8
svn path=/trunk/; revision=7740
2003-05-25From Yaniv Kaul: add RFC3526 DH MODP groups.Gerald Combs1-5/+10
Fix a typo. svn path=/trunk/; revision=7739
2003-05-25Add the reqFlags decode ...Richard Sharpe1-4/+23
svn path=/trunk/; revision=7738
2003-05-25Adding more infrastructure so I can decode SPNEGO/GSSAPI request flags.Richard Sharpe1-1/+26
svn path=/trunk/; revision=7737
2003-05-24Begin to break out the SPNEGO/GSSAPI request flags ...Richard Sharpe1-1/+47
svn path=/trunk/; revision=7736
2003-05-24Use a GString to store the formatted authentication information. (ThisGuy Harris1-21/+32
also fixes a bug where we were putting a null terminator past the end of an on-the-stack string buffer.) svn path=/trunk/; revision=7735
2003-05-24Convert the WKS bitnames variable to a GString, on the (way, way)Gerald Combs1-11/+12
off chance that someone has amazingly long service names defined on their system. Discovered by Timo Sirainen. svn path=/trunk/; revision=7734
2003-05-24Get rid of the CRs at the ends of lines (GCC was upset by at least someGuy Harris1-418/+418
of them). svn path=/trunk/; revision=7733
2003-05-24Fix more string-related nits found by Timo Sirainen/Gerald Combs3-10/+13
svn path=/trunk/; revision=7732
2003-05-24Fix instances where the return value of snprintf() was being checked for -1,Gerald Combs4-46/+45
but not for <buf_size> or greater. Discovered by Timo Sirainen. svn path=/trunk/; revision=7731
2003-05-24Timo Sirainen discovered that snprintf() returning -1 wasn't being handledGerald Combs1-10/+11
properly. Use a GString instead. svn path=/trunk/; revision=7730
2003-05-24From Brad Hards, DISTCC protocol dissector.Ronnie Sahlberg4-2/+424
Added TCP desegmentation to the dissector. svn path=/trunk/; revision=7729
2003-05-24Note that we should probably do PPP Multilink reassembly.Guy Harris1-3/+8
svn path=/trunk/; revision=7728
2003-05-24Adding support for GSSAPI GSS_Wrap tokens and refactoring the routineRichard Sharpe1-39/+67
that was already there. svn path=/trunk/; revision=7727
2003-05-23Add an API to get the dissector name from a dissector handle.Guy Harris2-3/+13
svn path=/trunk/; revision=7726
2003-05-23Commit the changes to allow us to dissect GSSAPI GetMIC tokens.Richard Sharpe1-1/+68
However, it is now clear in the dissection tree for NFSv4 with RPCSEC_GSS security in use that the naming is just wrong :-( svn path=/trunk/; revision=7725
2003-05-23First changes to properly support RFC1964 so that GSSAPI GetMIC and otherRichard Sharpe2-9/+37
tokens can be handled. Really, dissect-spnego-krb5 or whatever, should be renamed to something like dissect-gssapi-tokens or dissect-gssapi-rfc1964 ... svn path=/trunk/; revision=7724
2003-05-23Move the base64_decode() function somewhere where other dissectors canTim Potter3-36/+39
use it. svn path=/trunk/; revision=7723
2003-05-23I don't think there is any such thing as a pointer to a policy handle.Tim Potter1-186/+164
Just dissect them in place. svn path=/trunk/; revision=7722
2003-05-23Fix typo in name of ett for krb5 auth verifier.Tim Potter1-35/+54
svn path=/trunk/; revision=7721
2003-05-23Quieten some unused variable warnings.Tim Potter1-5/+5
svn path=/trunk/; revision=7720
2003-05-23Initialise sid_str in case dissect_nt_sid() can't return a stringTim Potter1-2/+2
representation for the sid. svn path=/trunk/; revision=7719