aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-02-07Catch ReportedBoundsError when dissecting even non-encrypted stub data,Guy Harris1-5/+15
2003-02-07Fix a typo in the multiple-include protection in "packet-dcerpc-nt.h".Guy Harris6-190/+209
2003-02-07Decorate several layers of the tree with the account name inGuy Harris1-3/+3
2003-02-07Decorate the top-level items for the account name inGuy Harris1-3/+3
2003-02-07Decorate the top-level tree items for "LSA_TRANSLATED_NAME" and anGuy Harris1-3/+3
2003-02-07Fix callers to dissect_nt_sec_desc() to use new function interface.Tim Potter2-72/+68
2003-02-07Move dissect_nt_access_mask() from packet-dcerpc-nt.c to packet-smb.cTim Potter4-374/+402
2003-02-07Add the RFC 3203 FORCERENEW message type, as suggested by Suresh K.Gerald Combs1-1/+3
2003-02-06From Olivier Biot: WBXML/WMLC support.Guy Harris6-8/+459
2003-02-05The "Subdirectory" bit in search attributes means "subdirectories only",Guy Harris1-41/+17
2003-02-05- protect against multiple inclusionLaurent Deniel1-4/+5
2003-02-05Various XXXDirectoryID values always appear to be big-endian (includingGuy Harris1-39/+79
2003-02-05An object of type 0x5555 is apparently a "Site Lock".Guy Harris1-2/+2
2003-02-05Sometimes the trace stuff doesn't appear in connect messages.Guy Harris1-17/+24
2003-02-05Cleaned up print job filterable fields.Tim Potter1-213/+370
2003-02-05FileSize appears to be big-endian in DOSFileEntryStruct and FileInstanceGuy Harris1-9/+37
2003-02-05Get rid of unused ett_ variables (for fields that don't have subfields).Guy Harris2-61/+59
2003-02-05Deleted RPC request/response proto items from the spoolss dissector asTim Potter1-449/+1
2003-02-05Make the dcerpc.request_in and dcerpc.response_in fields FT_FRAMENUM's.Tim Potter1-3/+3
2003-02-05Fixed bug in dissect_printerdata_data()Tim Potter1-7/+9
2003-02-04 Add a list for heuristic dissectors for COTP/ISO 8473Laurent Deniel1-5/+18
2003-02-04From Teemu Rinta-aho: draft 20 MIPv6 support (now in a file of its own).Guy Harris11-414/+1014
2003-02-04Remove out of date comment.Tim Potter1-9/+5
2003-02-03Convert to new DCERPC string handling functions. There are still someTim Potter7-307/+258
2003-02-03Replace the confusing collection of Windows DCERPC string handlingTim Potter2-219/+188
2003-02-02Decorate one level up with the string inGuy Harris1-2/+9
2003-01-31From Pasi Kovanen: display flow label IE in GTP v0 in hex.Guy Harris3-3/+8
2003-01-31Update a comment.Guy Harris1-4/+10
2003-01-31Fix up the construct of AS strings (the opening curly bracket wasn'tGuy Harris1-10/+7
2003-01-31Decorate a PRIV_NAME_ARRAY with the privilege names in the array.Guy Harris1-2/+2
2003-01-31Decorate a DELTA_DOMAIN structure's top-level item with the domain name.Guy Harris1-2/+2
2003-01-31Put in a missing assignment of the value ofGuy Harris1-2/+2
2003-01-31Fix up a couple of references to "tvb" that should refer to "tr_tvb".Guy Harris1-3/+6
2003-01-31Fix up some field lengths.Guy Harris1-5/+13
2003-01-31If "dissect_ndr_nt_STRING()" is being used to dissect a byte stringGuy Harris1-2/+8
2003-01-31Top-level share entries are now decorated with the share name; put aGuy Harris1-3/+3
2003-01-31bit-plane is a bitmask; display it in hex.Guy Harris1-2/+2
2003-01-31The handle returned by the OpenDomain RPC now has the SID in the handleTim Potter1-22/+119
2003-01-31Modify dissect_nt_sid() function to return a string version of the SID.Tim Potter3-14/+26
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris20-154/+137
2003-01-31Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture filesGuy Harris8-62/+120
2003-01-30Fixed memory leak in dissect_unistr2().Tim Potter1-14/+12
2003-01-30Don't append string to upper-level proto_items if item == NULL.Tim Potter1-2/+2
2003-01-30The MemberType field in various bindery operations is 2 bytes, not 1Guy Harris1-8/+8
2003-01-30Add support for writing Frame Relay files in NetXRay format 2.x.Guy Harris3-27/+79
2003-01-30Remove unprotected use of GCC __attribute__ in an unused #defineLaurent Deniel1-7/+1
2003-01-30Put in URLs for copies of the now-expired I-D for MSN Messenger, and aGuy Harris1-1/+22
2003-01-30From Chris Waters: MSN Messenger support.Guy Harris4-2/+133
2003-01-30AC_ARG_ENABLE takes 4 argument: The 3rd specifies what to do in case aJörg Mayer3-18/+18
2003-01-30Generalize "cb_str_postprocess()" to allow the string to be appended toGuy Harris11-486/+500