aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Call "proto_item_add_subtree()" to create a subtree for POST data, don'tGuy Harris2002-07-301-5/+9
* From Michael Tuexen: AF_INET6 support for DLT_NULL captures fromGuy Harris2002-07-303-3/+6
* #ifdef out some variables not used on Windows.Guy Harris2002-07-301-30/+32
* Code from Jan Berkel <jan.berkel@gmx.de> toUwe Girlich2002-07-291-13/+541
* From Didier Gautheron: add FPGetUserInfo.Guy Harris2002-07-291-1/+107
* From Joerg Mayer:Guy Harris2002-07-291-2/+5
* From Joerg Mayer:Guy Harris2002-07-2919-165/+133
* Committing Kerberos NetBIOS address type stuff from Jim McDonough.Richard Sharpe2002-07-291-1/+8
* Changed the SMB dissector to put ALL command PDUs in one SMB in the summaryRonnie Sahlberg2002-07-271-22/+30
* If conversations have already been created in lower layers, say TCP beforeRonnie Sahlberg2002-07-271-8/+8
* From Stefan Wenk: remove an unnecessary +1 from some offsetGuy Harris2002-07-251-4/+3
* For connection-oriented DCE RPC, show the stub data if we can't actuallyGuy Harris2002-07-251-2/+18
* Remove trailing space characters between a netbios name and the name type.Tim Potter2002-07-221-1/+14
* Update from Anand V. Narwani:Guy Harris2002-07-221-6/+54
* Fix up some comments.Guy Harris2002-07-211-10/+9
* Mention the "-h" flag.Guy Harris2002-07-211-1/+6
* "yyin" is from lex/flex, so it should be "extern", not "static" - weGuy Harris2002-07-211-15/+19
* Fix the problems WRT overwriting a capture file. From Joerg Mayer.Richard Sharpe2002-07-211-2/+10
* Offsets in packets should be "int", not "guint8", unless there is anGuy Harris2002-07-211-3/+3
* From Anand V. Narwani: fix to the Info column for Request frames.Guy Harris2002-07-201-3/+3
* From Prabhakar Krishnan: add item to SMB protocol tree for time betweenGuy Harris2002-07-204-6/+30
* Include sys/types.h to provide the type size_t, which is neededUwe Girlich2002-07-191-1/+6
* From Richard Urwin: fixes for README.plugins.Guy Harris2002-07-193-9/+16
* Change a "proto_tree_add_uint()" call to use "proto_tree_add_item()".Guy Harris2002-07-171-2/+3
* Add an extra argument to "tvb_find_line_end()", which specifies what itGuy Harris2002-07-1719-74/+158
* From Kan Sasaki:Guy Harris2002-07-171-64/+210
* From Joerg Mayer:Guy Harris2002-07-1766-345/+42
* Get rid of some "unused variable" and "unused static function" warnings,Guy Harris2002-07-173-30/+89
* From Joerg Mayer: add #includes of "snprintf.h" in modules that usedGuy Harris2002-07-164-3/+16
* Get rid of carriage returns.Guy Harris2002-07-161-43/+43
* Don't allocate structures to remember how to re-access a packet's data,Guy Harris2002-07-161-12/+27
* From Graeme Hewson:Guy Harris2002-07-1622-157/+285
* From Graeme Hewson:Guy Harris2002-07-161-6/+3
* Update the "NT sucks for PPP capture" note to include NT 5.1 (XP andGuy Harris2002-07-151-25/+24
* Added support for dissecting RSVP Bundle MessagesAshok Narayanan2002-07-151-203/+290
* From Joerg Mayer:Guy Harris2002-07-151-10/+9
* From Joerg Mayer:Guy Harris2002-07-152-22/+8
* From Joerg Mayer:Guy Harris2002-07-151-9/+9
* Fix a sample call to add an item to the subtree for a protocol to add itGuy Harris2002-07-151-7/+17
* The mysterious two bytes were just the FCS. Use the length field fromGuy Harris2002-07-151-2/+12
* Clean up the setting of "id_offset" and "sd_offset"; this fixes a bug inGuy Harris2002-07-151-68/+46
* SMTP and FTP response codes need more than 1 byte, as they can go up toGuy Harris2002-07-152-6/+6
* Redo the way random access is handled. Save, for each packet, theGuy Harris2002-07-151-120/+230
* This seems to fix the problem of trying to save over the top of an existingRichard Sharpe2002-07-151-9/+12
* Add Booleans for the Ack and Srefresh messages, and move the Boolean forGuy Harris2002-07-141-5/+13
* Add a Boolean field for the Bundle message type.Guy Harris2002-07-141-1/+5
* Clarify the octet-stuffed framing code, by adding comments and by usingGuy Harris2002-07-141-5/+48
* Make the reported length of the VJ-uncompressed tvbuff the reportedGuy Harris2002-07-141-2/+2
* From Anand V. Narwani: fix so that when a filter is applied to a DOCSISGuy Harris2002-07-141-6/+2
* Only put "smtp.req" into the tree for packets that contain requestGuy Harris2002-07-141-3/+5