aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added a preference to allow for setting the COPS tcp port.Ed Warnicke2002-02-221-5/+40
* Initial quota support, from Ronnie Sahlberg.Guy Harris2002-02-222-3/+122
* Use the right format (one with a numerical format item rather than aGuy Harris2002-02-211-2/+3
* The number of bytes of tagged parameters should be computed by seeingGuy Harris2002-02-211-9/+9
* Export dissect_nt_sec_desc() so it can be used by other dissectors.Tim Potter2002-02-212-4/+8
* Add first attempt at creating a tool to take a [t]ethereal core fileGilbert Ramirez2002-02-212-1/+417
* Be more paranoid, and check to make sure the length of the string or OIDGuy Harris2002-02-211-1/+17
* Throw in some sanity checking to make sure a bogus length in an ASN.1Guy Harris2002-02-201-1/+29
* From Ronnie Sahlberg: add the actual SMB command to the structure thatGuy Harris2002-02-202-15/+45
* Sun's "yp.x" appears to lie when it claims that the argument to a FIRSTGuy Harris2002-02-201-6/+25
* Export "conversation_set_dissector()" in the plugin API table.Guy Harris2002-02-205-18/+35
* Fixed small bug in translation of IXCD in OSPF GMPLS LSA.Ashok Narayanan2002-02-191-3/+3
* From Andrew Hood: translate enterprise OIDs in SNMP traps to strings ifGuy Harris2002-02-192-1/+14
* Update a comment.Guy Harris2002-02-191-3/+3
* Fix the declaration of "rec_dissector_t" to include a return value type.Guy Harris2002-02-191-2/+2
* Fix up the declaration of "addr_tvb_new_real_data" to matchGuy Harris2002-02-191-2/+2
* For TCP segments that are reassembled into larger packets, show the dataGuy Harris2002-02-191-4/+19
* Add support for reassembling RPC-over-TCP fragments, and do that in bothGuy Harris2002-02-189-289/+822
* Have "alloc_field_info()" take a pointer to the field length as anGuy Harris2002-02-181-33/+56
* Don't give tvbuffs names; instead, give data sources names, where aGuy Harris2002-02-1826-420/+423
* With the tvbuffication of all dissectors, the "packet_info" structure noGuy Harris2002-02-178-23/+20
* Add support for SNA-over-Ethernet (Ethernet type 80d5).Guy Harris2002-02-175-4/+128
* From Joerg Mayer: remove trailing blanks from hex dump inGuy Harris2002-02-152-2/+3
* AiroPeek puts variable-length, not padded fixed-length, 802.11 headersGuy Harris2002-02-151-6/+6
* Put in a missing "break;" statement. (Testing the untested AiroPeekGuy Harris2002-02-151-1/+2
* Undo the change of "UcpHandleByte(hf_ucp_parm_NT);" toGuy Harris2002-02-151-2/+2
* Comment-out FT_UCS2_LE, and remove the already commented-out FT_TEXT_ONLY.Gilbert Ramirez2002-02-151-4/+2
* Add ncp2222 as a type of packet than randpkt can produce.Gilbert Ramirez2002-02-141-6/+29
* Register hf_ucp_parm_NT as an FT_UINT8 instead of FT_STRING,Gilbert Ramirez2002-02-141-3/+3
* FIRST_PROTO_PREFS_PAGE needs to be incremented by 2 in order forGilbert Ramirez2002-02-141-2/+2
* From Ronnie Sahlberg: add decoding of the (known) individual bits ofGuy Harris2002-02-141-22/+141
* From Tim Potter:Guy Harris2002-02-141-11/+55
* From Laurent Rabret: print the correct length in the ExtendedGuy Harris2002-02-142-5/+5
* "tvb_ieee_to_long()" returns a "long", not a "long long", so you can'tGuy Harris2002-02-141-5/+5
* GMPLS extensions for OSPF Opaque LSAsAshok Narayanan2002-02-142-6/+61
* From Ronnie Sahlberg:Guy Harris2002-02-131-102/+210
* From Ronnie Sahlberg: display the opnum also for reply packets.Guy Harris2002-02-131-1/+2
* From Ronnie Sahlberg: display FILETIME values of 0x8000000000000000 asGuy Harris2002-02-131-2/+10
* Have the private data for the SCSI dissection routines be a pointer to aGuy Harris2002-02-134-94/+258
* Dissect "execute CDB" requests and replies.Guy Harris2002-02-121-20/+197
* Move all the stuff in "packet-scsi.h" that's solely for the use ofGuy Harris2002-02-122-925/+928
* Have a Q.931-over-TPKT TCP heuristic dissector.Guy Harris2002-02-121-277/+274
* Display the fragment length, and fragment ordinal number, in decimal.Guy Harris2002-02-121-3/+3
* From Ronnie Sahlberg:Guy Harris2002-02-123-203/+344
* dissect_frame() can throw a ReportedBoundsError; catch it inGilbert Ramirez2002-02-111-4/+9
* From Ronnie Sahlberg:Guy Harris2002-02-113-28/+36
* From Todd Sabin:Guy Harris2002-02-102-14/+37
* Put ARP hardware addresses that are MAC addresses into the protocol treeGuy Harris2002-02-101-34/+100
* Put ARP hardware addresses that are MAC addresses into the protocol treeGuy Harris2002-02-101-49/+100
* From Ronnie Sahlberg: display the mailslot header items only if we haveGuy Harris2002-02-101-9/+10