aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atalk.c
Commit message (Collapse)AuthorAgeFilesLines
...
* I removed the bit-fields that depended upon gcc's ability to use any typeGilbert Ramirez1999-02-081-5/+11
| | | | | | | of variable as a bit field container. ANSI specs only allow unsigned ints to host bit fields; IBM's C compiler is very ANSI-strict. svn path=/trunk/; revision=183
* * Added column formatting functionality.Gerald Combs1998-11-171-7/+8
| | | | | | | | * Added check_col(), add_col_str() and add_col_fmt() to replace references to ft->win_info. * Added column prefs handling code. svn path=/trunk/; revision=97
* A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1998-11-121-1/+0
| | | | | | | | | | because it is still in its infancy, but it can be compiled in optionally. The library exists in its own subdirectory ethereal/wiretap. This patch also edits all the packet-*.c files to remove the #include <pcap.h> line which is unnecessary in these files. In the ethereal code, file.c is the most heavily modified with #ifdef WITH_WIRETAP lines for the optional library. svn path=/trunk/; revision=82
* Add a "val_to_str()" routine that calls "match_strval()" and, ifGuy Harris1998-10-201-13/+2
| | | | | | | | | | | | it returns NULL, formats the value with the format passed in as an argument, and returns a pointer to that static buffer. Change several "match_strval()" calls to use "val_to_str()". In "dissect_ospf()", use "match_strval()" to look up the packet type, and use "Unknown" if it doesn't find a match. svn path=/trunk/; revision=66
* * Copied in the correct GNU license (I'm such a goober)Gerald Combs1998-10-161-0/+122
* Hacks to the filter interface (Gerald) * About box (Laurent) * AppleTalk support (Simon) * Mods to the match_strval routine (Gerald) svn path=/trunk/; revision=61