aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add in a notion of "circuits", which are for virtual circuit-orientedGuy Harris2002-10-223-3/+346
* Put in a note about the completion code not appearing to be present inGuy Harris2002-10-221-1/+7
* Add in a notion of "circuits", which are for virtual circuit-orientedGuy Harris2002-10-227-37/+63
* Add support for desegmentation of NDPS-over-TCP.Guy Harris2002-10-221-12/+59
* Get rid of extra blanks at ends of program names (they're not needed; inGuy Harris2002-10-221-479/+234
* Do a full dissection of NDPS packets regardless of whether we'reGuy Harris2002-10-221-98/+98
* From Ronnie Sahlberg: track and display the time between requests andGuy Harris2002-10-222-3/+44
* From Solomon Peachy: display "(correct)" or "(not verified)" for the WEPGuy Harris2002-10-211-5/+17
* From Greg Morris:Guy Harris2002-10-213-313/+3603
* From Ronnie Sahlberg:Guy Harris2002-10-211-3/+14
* From Ronnie Sahlberg:Guy Harris2002-10-211-35/+265
* Get rid of all places where "vstring" is set to point to a null stringGuy Harris2002-10-191-161/+17
* Suppress compiler warnings on platforms where "time_t" is a "long",Guy Harris2002-10-191-3/+4
* Label UUID's with the name of the field.Guy Harris2002-10-191-2/+3
* Only hand off the SPX payload to a subdissector if there's payload toGuy Harris2002-10-191-31/+33
* From Greg Morris: put a buffer into "nw_uni_t", and make "get_string()"Guy Harris2002-10-191-25/+10
* The Frame Relay DLCI is a virtual circuit identifer, not a source orGuy Harris2002-10-193-18/+6
* "addr->data", not "addr", points to the DLCI.Guy Harris2002-10-191-2/+2
* Put in code to handle AT_DLCI.Guy Harris2002-10-181-2/+7
* Add an AT_ARCNET address type for ARCNET addresses, and have the ARCNETGuy Harris2002-10-183-4/+26
* Get rid of (probably-)unnecessary #includes.Guy Harris2002-10-181-16/+1
* From Peter Fales: ARCNET support.Guy Harris2002-10-189-15/+247
* From Didier Gautheron: better AFP 3.x dissector.Guy Harris2002-10-174-100/+485
* Flag fragment overlaps when reassembling based on sequence number, and,Guy Harris2002-10-171-12/+20
* Put in a missing check for fragment overlaps, and add an assertion toGuy Harris2002-10-171-2/+7
* Put in a note telling people not to use "long" for 32-bit quantities.Guy Harris2002-10-171-4/+9
* Don't use "unsigned long" when you mean "unsigned 32-bit integer", asGuy Harris2002-10-171-59/+59
* Fixed a bug on 64 bit machines in the CRC32C algorithm. Thanks toMichael Tüxen2002-10-171-5/+5
* From Ronnie Sahlberg: use the frame number of a TCP segment, rather thanGuy Harris2002-10-171-6/+14
* From Ronnie Sahlberg: don't have the tap code do a dissection, leaveGuy Harris2002-10-174-48/+56
* The Boolean field for EndVerifyAck messages was missing, causing a crashGuy Harris2002-10-171-1/+5
* From Ulf Lamping: show total running time of capture in capture progressGuy Harris2002-10-162-5/+36
* Clean up white space.Guy Harris2002-10-161-32/+50
* Use #defines for multivalue types.Guy Harris2002-10-161-69/+84
* Make some counters 32-bit, as the upper limit on the loop in whichGuy Harris2002-10-161-86/+86
* Use #defines for vtype values, rather than numbers.Guy Harris2002-10-161-262/+272
* Make arrays of "nds_val" structures rather than declaring a bunch ofGuy Harris2002-10-161-2765/+2130
* Make the dfilter code support multiple header_field_info's withGilbert Ramirez2002-10-164-59/+101
* Add support for building randpkt under Windows.Gerald Combs2002-10-162-3/+21
* Make a routine to check for NTLMSSP authentication and to do the NTLMSSPGuy Harris2002-10-151-36/+40
* Fully initialize an ncp_req_hash_value after allocating it.Guy Harris2002-10-151-1/+4
* From Hannes Gredler: dissect the graceful restart capability in BGP OPENGuy Harris2002-10-152-9/+66
* We'll be building a protocol tree for all NDS Ping packets, so we canGuy Harris2002-10-151-39/+35
* Set the "req_nds_flags" field for an NDS Ping request regardless ofGuy Harris2002-10-151-100/+90
* From Jason House: include <winsock2.h> early in "wtap-int.h" on Win32Guy Harris2002-10-153-1/+9
* Squelch some compiler warnings.Guy Harris2002-10-151-4/+4
* When registering a protocol, make sure there are no other protocols withGuy Harris2002-10-156-289/+326
* Add a new port type, PT_IPX, for IPX socket numbers; set "pinfo->ptype",Guy Harris2002-10-154-301/+215
* Fix the file name in the initial comment.Guy Harris2002-10-151-3/+3
* Fix a typo in Gerald's e-mail address.Guy Harris2002-10-151-2/+2