aboutsummaryrefslogtreecommitdiffstats
path: root/ethertype.c
AgeCommit message (Collapse)AuthorFilesLines
1999-12-05vlan updates for etype<maxlen and capture countersNathan Neulinger1-1/+4
svn path=/trunk/; revision=1219
1999-12-05As per Nathan Leulinger's suggestion, have a stub SNMP dissector ifGuy Harris1-3/+1
there are no SNMP libraries to use in a real dissector; this means that other dissectors don't have to care if there are SNMP libraries, they can just call "dissect_snmp()" - and this also simplifies "Makefile.am" and "configure.in" a bit, as they just treat "packet-snmp.c" and "packet-snmp.h" the same way they treat other dissector source files. svn path=/trunk/; revision=1214
1999-11-30Add IPX to packet stats during capture.Gilbert Ramirez1-1/+4
svn path=/trunk/; revision=1173
1999-11-26Support for RFC 1089, SNMP over Ethernet. (I just had toGilbert Ramirez1-1/+6
add a call to dissect_snmp() for ethertype 0x814c). svn path=/trunk/; revision=1111
1999-10-20Nathan Neulinger's 802.1q VLAN patch.Guy Harris1-1/+5
svn path=/trunk/; revision=897
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-19/+12
mechanism that is built into ethereal. Wiretap is now used to read all file formats. Libpcap is used only for capturing. svn path=/trunk/; revision=342
1999-06-22Added Aaron Hillegass' summary dialogue. We're ignoring the problem withGilbert Ramirez1-1/+5
NetMon statistic packets for now. We might fix that problem with wiretap, either filtering out those packets, and/or providing the summary information through a new wiretap API. svn path=/trunk/; revision=326
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1-1/+9
svn path=/trunk/; revision=303
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-8/+4
reference the protocol tree with struct proto_tree and struct proto_item objects. That way, the packet decoding source code file can be used with non-gtk packet decoders, like a curses-based ethereal, e.g. I also re-arranged some of the information in packet.h to more appropriate places (like other packet-*.[ch] files). svn path=/trunk/; revision=223
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyGuy Harris1-2/+16
update the packet counts and percentages in the dialog box popped up during a capture, even for non-Ethernet captures. svn path=/trunk/; revision=184
1998-12-19Added "Cisco Discovery Protocol" Hookshannes1-1/+10
Added Ethernet Loopback Protocol Type to ethertype.c svn path=/trunk/; revision=129
1998-11-17* Added column formatting functionality.Gerald Combs1-2/+2
* 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
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-3/+1
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
1998-11-03 Add a routine to convert Ethernet packet types to strings.Guy Harris1-38/+23
Use that routine in "ethertype()". Have "dissect_arp()" handle hardware addresses that aren't 6-byte Ethernet addresses and protocol addresses that aren't 4-byte IPv4 addresses - currently, it just prints the first 16 hex digits, but it could be made to handle other types specially just as it handles 6-byte Ethernet and 4-byte IPv4 addresses. Have it decode a more complete set of hardware address types. svn path=/trunk/; revision=78
1998-10-16Get rid of unused "etype_str[]" array in "ethertype()".Guy Harris1-3/+1
svn path=/trunk/; revision=64
1998-10-16* Copied in the correct GNU license (I'm such a goober)Gerald Combs1-3/+3
* Hacks to the filter interface (Gerald) * About box (Laurent) * AppleTalk support (Simon) * Mods to the match_strval routine (Gerald) svn path=/trunk/; revision=61
1998-10-10* OSPF alignment fixes (Gerald)Gerald Combs1-1/+5
* FDDI support (Laurent, Guy) svn path=/trunk/; revision=36
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-5/+5
generalizes the column printing code, adds a "frame" tree item to the tree view, and fixes a bunch of miscellaneous coding bugs. svn path=/trunk/; revision=31
1998-09-17* Added Don Lafontaine's support for Banyan Vines.Gerald Combs1-1/+8
svn path=/trunk/; revision=9
1998-09-16Added ID tags to the beginning of each source file.Gerald Combs1-0/+2
svn path=/trunk/; revision=7
1998-09-16Initial revisionGerald Combs1-0/+107
svn path=/trunk/; revision=2