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