aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-11-23From Stig BjørlykkeAnders Broman4-58/+103
2005-11-23From Stig BjørlykkeAnders Broman2-0/+475
2005-11-23From Stig BjørlykkeAnders Broman2-0/+9
2005-11-23Add cdtAnders Broman7-0/+340
2005-11-23Fix a couple of mangled UTF-8 names.Guy Harris1-6/+3
2005-11-22Add dissection of Transparent Inter Process Communication (TIPC). Anders Broman2-0/+552
2005-11-22Trivial warning fixesJörg Mayer25-40/+43
2005-11-22Remove unnecessary code to add NULLs to strings obtained with ASN1_STRING_VAL...Richard Sharpe1-7/+0
2005-11-22Remove a comment that says we don't support extensibleMatch, because we now d...Richard Sharpe1-2/+0
2005-11-22A first pass at providing a dissector for extensibleMatch filters.Richard Sharpe1-9/+183
2005-11-21from MetzeRonnie Sahlberg1-252/+254
2005-11-21Add ethertype for TIPCAnders Broman1-51/+52
2005-11-21Add ethertype for TIPCAnders Broman1-0/+4
2005-11-20When registering a context ID and OID, set the OID to NULL if we don'tGuy Harris2-2/+4
2005-11-20if the packet is mangled the oid string might be NULL.Ronnie Sahlberg4-2/+18
2005-11-19Use VendorID from sminmpec.Anders Broman1-26/+42
2005-11-19Use the correct Application Id:s fix a typo.Anders Broman3-4/+8
2005-11-19fix for bug 570, the domain name is present in sessionsetupandx replies eve...Ronnie Sahlberg1-1/+1
2005-11-19fix bug 588 and friendsRonnie Sahlberg1-26/+50
2005-11-19the 4 bytes in MxAc are access maxk not file attributesRonnie Sahlberg1-1/+1
2005-11-19prettificationRonnie Sahlberg1-7/+7
2005-11-19decode the extra blob at the end of Create callsRonnie Sahlberg1-20/+144
2005-11-18update to SMB2_FILE_ALL_INFO dissectionRonnie Sahlberg1-140/+234
2005-11-18Don't crash if a null OID pointer is passed toGuy Harris1-2/+6
2005-11-18dissect some more infolevelsRonnie Sahlberg3-62/+62
2005-11-18Add support for the "-B" flag to Tethereal on Windows.Guy Harris2-2/+43
2005-11-18Make the message length in the sync pipe message header 3 bytes ofGuy Harris1-18/+29
2005-11-17The fopen() is used only if you build this as a stand-alone SHA-1 testGuy Harris1-1/+1
2005-11-17add dissection of more infolevels for smb2Ronnie Sahlberg3-14/+74
2005-11-17add dissection of fs_[objectid|full_size]_infoRonnie Sahlberg3-46/+122
2005-11-17 add dissection of fs quota infoRonnie Sahlberg3-1/+31
2005-11-17add full dissection of fs_[volume|size|device|atrtibute]_infoRonnie Sahlberg3-117/+186
2005-11-17add dissection of the security descriptor maskRonnie Sahlberg3-3/+48
2005-11-17The SHA-1 routines now take const pointers; don't cast away constness.Guy Harris3-12/+8
2005-11-17Constify arguments.Guy Harris2-5/+5
2005-11-17Get rid of some char * vs. const char * warnings, and declare a functionGuy Harris4-6/+6
2005-11-17Get rid of an unused variable.Guy Harris1-1/+0
2005-11-17With GCC 2.x and later, mark cmdarg_err() and cmdarg_err_cont() as beingGuy Harris1-0/+10
2005-11-17decode the create flagsRonnie Sahlberg1-10/+51
2005-11-17add more updates from the wikiRonnie Sahlberg1-33/+65
2005-11-17start updating the dissector from wiki updates doneRonnie Sahlberg1-130/+334
2005-11-17Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn'tGuy Harris8-129/+219
2005-11-17Squelch some const vs. non-const warnings.Guy Harris4-4/+4
2005-11-17Include <epan/emem.h> to declare ep_alloc().Guy Harris2-0/+2
2005-11-17"dissect_ber_object_identifier_str" expects a "const char **" as itsGuy Harris2-4/+4
2005-11-17g_strlcat() and g_ascii_isprint() don't exist in GTK+ at all - theyGuy Harris1-5/+5
2005-11-17Don't list "-B" on UN*X - it's not available there.Guy Harris1-18/+53
2005-11-16add the rest of Graeme Lunts patchRonnie Sahlberg11-0/+13525
2005-11-16add a g_ascii_isprint() macro so that this symbol can be used for gtk1 platfo...Ronnie Sahlberg1-0/+8
2005-11-16from Graeme LuntRonnie Sahlberg23-0/+4178