aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris24-103/+109
2002-04-29Move the code to build the balanced tree of fields into "proto_init()",Guy Harris5-127/+90
2002-04-29Added LSAAddAccountRights and LSARemoveAccountRightsRonnie Sahlberg1-7/+72
2002-04-29Added LSAEnumerateAccountRightsRonnie Sahlberg1-5/+49
2002-04-29From Ronnie Sahlberg: the LSA_REFERENCED_DOMAIN_LIST pointer in aGuy Harris1-3/+3
2002-04-29Use "proto_tree_add_item()" to add the URI string to the protocol tree,Guy Harris1-10/+5
2002-04-28Show unknown AFP command codes in decimal in the summary line, as weGuy Harris1-2/+2
2002-04-28Note in a comment that the display filter code has its own mechanism forGuy Harris1-2/+5
2002-04-28Use "format_text()" when setting the display representation of stringGuy Harris1-2/+4
2002-04-28Pass even zero-length DSI and ASP "command" messages to the AFPGuy Harris1-8/+5
2002-04-28Mark requests as such in the Info column.Guy Harris1-3/+3
2002-04-28Put the error code/data offset field into the protocol tree as a dataGuy Harris1-9/+13
2002-04-28Set the nanoseconds value of time stamps to 0, rather than usingGuy Harris1-1/+2
2002-04-28Pass even zero-length DSI and ASP "command" messages to the AFPGuy Harris2-43/+40
2002-04-28Give AFP messages the same names they're given in Apple's documentation.Guy Harris1-55/+55
2002-04-28Clean up field names and descriptions.Guy Harris1-357/+455
2002-04-28Make the AODV dissector a new-style dissector, so it can just reject aGuy Harris1-18/+18
2002-04-28Decode replies to FPWrite.Guy Harris1-10/+27
2002-04-28Updates from Didier Gautheron:Guy Harris4-148/+1458
2002-04-28Added LsaDeleteObject and LSAEnumerateAccountsWithUserRightRonnie Sahlberg1-7/+59
2002-04-28Added LSAOpenSecret, LSASetSecret and LSAQuerySecretRonnie Sahlberg1-10/+155
2002-04-28Added LSAQueryInfoTrustedDomain and LSASetInfoTrustedDomain and support funct...Ronnie Sahlberg1-8/+434
2002-04-28LSAOpenAccount added according to lsarpc.idlRonnie Sahlberg1-4/+35
2002-04-28LSACreateSecret added according to lsarpc.idlRonnie Sahlberg1-5/+36
2002-04-28Put in a note about the "primary domain" in the Negotiate ProtocolGuy Harris1-1/+7
2002-04-28Update Kari Tiirikainen's e-mail address.Guy Harris2-2/+2
2002-04-28Changes to display some OCTET STRING values appropriately, and to removeGuy Harris1-169/+214
2002-04-28Make the LDP dissectors new-style dissectors, so they can reject packetsGuy Harris1-91/+191
2002-04-28Add routines to create anonymous handles for new-style dissectors (onesGuy Harris2-2/+18
2002-04-27Fix the test in "dissect_smb_datetime()" for "no date/time specified"Guy Harris1-7/+84
2002-04-27Added LsaLookupNames according to lsarpc.idl hopefully it is correctRonnie Sahlberg1-4/+144
2002-04-26Use "proto_tree_add_item()" to add strings to the protocol tree; thisGuy Harris1-21/+17
2002-04-26It's the AppleTalk Session Protocol, not the AppleTalk Stream Protocol.Guy Harris1-49/+72
2002-04-26From Joerg Mayer:Guy Harris1-1/+4
2002-04-25ATP, ASP, and AFP support, from Didier Gautheron.Guy Harris7-6/+2432
2002-04-25AODV dissection support, from Erik Nordstr�m.Guy Harris5-2/+418
2002-04-25Cast the sum of "ngsniffer->rand.nextout" and "delta" to "size_t" beforeGuy Harris1-2/+2
2002-04-25Put in incomplete definitions of "struct mbuf" and "struct rtentry" toGuy Harris1-1/+6
2002-04-25Include <string.h> to declare "strlen()".Guy Harris1-2/+2
2002-04-25"fragment_add_seq_work()" returns a Boolean value, not a pointer, soGuy Harris1-2/+2
2002-04-25Use "%.10g", rather than "%f", for floating-point numbers. That willGuy Harris4-31/+31
2002-04-24From Marco Molteni: fix to say "BSD", not "Linux", when talking about,Guy Harris1-2/+2
2002-04-24Document the tvbuff accessors for IEEE floating-point numbers.Guy Harris1-3/+15
2002-04-24Use "gfloat" and "gdouble", rather than "float" and "double", as theGuy Harris2-20/+18
2002-04-24Use the IEEE floating-point tvbuff accessors to get IEEE floating-pointGuy Harris1-86/+9
2002-04-24Use Ashok's IEEE-float-to-long code as the basis forGuy Harris3-115/+171
2002-04-24Use "tvb_get_ntohieee_float()" to fetch floating-point numbers.Guy Harris1-10/+4
2002-04-24Use "tvb_get_ntohieee_float()" to fetch floating-point numbers.Guy Harris2-22/+20
2002-04-24Use "tvb_get_ntohieee_float()" to fetch floating-point numbers.Guy Harris1-35/+34
2002-04-24Show the "negotiable/non-negotiable" flags as such.Guy Harris1-8/+13