aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2001-11-21Get rid of some unused variables.Guy Harris12-76/+27
2001-11-21Get rid of some unused variables.Guy Harris3-5/+5
2001-11-21Get rid of some unused variables.Guy Harris4-14/+4
2001-11-21Fix an earlier typo of mine.Guy Harris1-2/+2
2001-11-20Get rid of "tvb_compat()"; it's no longer needed (the one remaining callGuy Harris3-24/+4
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris11-119/+34
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris37-189/+199
2001-11-20"END_OF_FRAME" and "IS_DATA_IN_FRAME()" are no longer used; get rid ofGuy Harris1-13/+5
2001-11-20Have a routine to add all the hex dump tabs to the hex dump notebook,Guy Harris4-35/+36
2001-11-20If bytes in a hex dump view are selected, the field in the correspondingGuy Harris3-11/+28
2001-11-20Allow the tvbuff pointer to various "proto_tree_add" routines to be nullGuy Harris5-18/+40
2001-11-20From Ronnie Sahlberg: handle transaction continuations the way we handleGuy Harris1-27/+69
2001-11-20Dissect the rest of the named pipe protocol. Export from "packet-smb.c"Guy Harris3-42/+197
2001-11-20Save the function code and FID for pipe requests, and use it for theGuy Harris3-25/+77
2001-11-19From Frank Singleton:Guy Harris1-3/+4
2001-11-19From Frank Singleton:Guy Harris1-18/+164
2001-11-19When reading the preferences file, if the "module.preference" stringGilbert Ramirez1-18/+35
2001-11-19If we know the pipe function code, put the function into the InfoGuy Harris1-1/+6
2001-11-19Dissect the setup words in pipe transactions that have them; thatGuy Harris3-192/+339
2001-11-19Make the register routines for the mailslot, pipe, browser, andGuy Harris7-34/+12
2001-11-19Pass, as the first tvbuff argument to "dissect_mailslot_smb()" andGuy Harris6-164/+277
2001-11-18From Tim Potter: use the FID, for DCE RPC-over-SMB, as part of theGuy Harris5-6/+60
2001-11-18From Tim Potter:Guy Harris2-8/+71
2001-11-18Pass in the "smb_info" structure a pointer to the "smb_saved_info_t"Guy Harris4-123/+203
2001-11-18Added hooks to allow the registration of heuristic subdissectors ofEd Warnicke1-1/+19
2001-11-18Have only the request and response frame numbers, and a "void *", in anGuy Harris4-239/+391
2001-11-16Add some bits in the Write AndX write mode as per "Microsoft NetworksGuy Harris1-3/+29
2001-11-16Never put an entry into the hash table for an NT Cancel request, even ifGuy Harris1-7/+10
2001-11-16Don't save a full "smb_info" structure in the hash tables for requestsGuy Harris1-94/+133
2001-11-16Cleanup of request/response matching, from Ronnie Sahlberg.Guy Harris3-907/+454
2001-11-16Responses to queries for stream information can return more than oneGuy Harris1-24/+69
2001-11-16Use "hf_smb_t2_stream_size", not "hf_smb_t2_stream_name_length", whenGuy Harris1-2/+2
2001-11-15Add "packet-qllc.c".Guy Harris1-1/+2
2001-11-15Update Gerald's e-mail address.Guy Harris1-3/+2
2001-11-15Add support for SNA-over-X.25. Add QLLC dissector. I still need toGilbert Ramirez4-32/+263
2001-11-15Add some packet-*.h files to noinst_HEADERS.Gilbert Ramirez1-1/+10
2001-11-15Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris11-35/+13
2001-11-15Tvbuffification of Transaction requests, from Ronnie Sahlberg.Guy Harris6-1501/+438
2001-11-14Make the RADIUS dissector handle bogus AVPs (AVPs with a length lessGuy Harris1-5/+12
2001-11-14Back the previous hack out - the padding is often zero, but it's notGuy Harris1-68/+3
2001-11-14Throw in a hack to try to detect FDDI captures from Digital UNIX'sGuy Harris1-3/+68
2001-11-14Update two values for XAUTH (XAUTH-NEXT-PIN, XAUTH-ANSWER), inGilbert Ramirez1-1/+3
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez89-175/+170
2001-11-13Squelch an MSVC++ complaint.Guy Harris1-1/+2
2001-11-13The hash table merely associates data structures with conversations,Guy Harris1-65/+9
2001-11-12Include the sync I/O alert and nonalert bits.Guy Harris1-1/+23
2001-11-12From Tim Potter: added code to call request and reply subdissectors in DCEGuy Harris2-6/+14
2001-11-12Support for DCE RPC atop SMB, and support for several Microsoft DCE RPCGuy Harris22-5/+1294
2001-11-12Transaction2 tvbuffified, and support added for many Transaction2 SMBs,Guy Harris2-1302/+4279
2001-11-11Dissect the NT create option bits. (Well, some of them, anyway.)Guy Harris1-35/+149