| Commit message (Expand) | Author | Age | Files | Lines |
* | Put a leading "0x" in front of the hex value for ARCNET addresses when | Guy Harris | 2002-10-23 | 1 | -2/+2 |
* | The Frame Relay DLCI is a virtual circuit identifer, not a source or | Guy Harris | 2002-10-19 | 1 | -10/+1 |
* | "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 | 1 | -1/+17 |
* | Add a new port type, PT_IPX, for IPX socket numbers; set "pinfo->ptype", | Guy Harris | 2002-10-15 | 1 | -1/+12 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -15/+15 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -5/+1 |
* | From Didier Gautheron: | Guy Harris | 2002-06-29 | 1 | -3/+3 |
* | There are no "ipx.src" or "ipx.dst" filterable fields. | Guy Harris | 2002-06-28 | 1 | -6/+1 |
* | From Didier Gautheron: move port number from AppleTalk addresses to | Guy Harris | 2002-06-28 | 1 | -1/+16 |
* | There's no need to dynamically allocate the string buffer in | Guy Harris | 2002-01-31 | 1 | -7/+4 |
* | Don't include "inet_v6defs.h" in "column-utils.c"; nothing from it is | Guy Harris | 2002-01-31 | 1 | -11/+9 |
* | Support for capturing on, and reading captures from, OpenBSD firewall | Guy Harris | 2002-01-29 | 1 | -1/+41 |
* | From Jirka Novak: | Guy Harris | 2002-01-11 | 1 | -19/+75 |
* | The packet length is an unsigned quantity; print it with "%u". | Guy Harris | 2001-12-10 | 1 | -2/+3 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -154/+139 |
* | Remove the global packet_info called "pi". Dissectors now only | Gilbert Ramirez | 2001-11-21 | 1 | -18/+18 |
* | Get rid of no-longer-necessary includes of <sys/time.h>. | Guy Harris | 2001-09-14 | 1 | -5/+1 |
* | Make the resolution for time values be nanoseconds rather than | Guy Harris | 2001-09-14 | 1 | -3/+3 |
* | Fixes, from Scott Renfro, for some calls to "localtime()" that didn't | Guy Harris | 2001-07-15 | 1 | -15/+23 |
* | Don't use "u_int" for IPv4 addresses in "column-utils.c", as that'll | Guy Harris | 2001-04-02 | 1 | -2/+2 |
* | Include <sys/time.h> as well as <time.h> in "column-utils.c" and | Guy Harris | 2001-04-02 | 1 | -4/+8 |
* | Moved the the remaining column related routines out of packet.{c,h} | Ed Warnicke | 2001-04-01 | 1 | -0/+575 |