aboutsummaryrefslogtreecommitdiffstats
path: root/packet-eth.c
AgeCommit message (Expand)AuthorFilesLines
1999-11-30Add IPX to packet stats during capture.Gilbert Ramirez1-2/+2
1999-11-20The code for Ethernet II was using proto_tree_add_item_format() evenGilbert Ramirez1-8/+3
1999-11-19Be sure to use offset everywhere. The correct values for eth.src, eth.dst, andGilbert Ramirez1-9/+9
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-3/+11
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1-9/+6
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-5/+9
1999-09-15Handle short packets in the capture and dissect stages more intelligently.Gilbert Ramirez1-1/+11
1999-08-24In the summary display for Ethernet frames, make the protocol EthernetGuy Harris1-12/+14
1999-08-22DLT_NULL, from "libpcap", means different things on different platformsGuy Harris1-3/+1
1999-08-20Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1-17/+17
1999-08-18Declare the "packet_info" structure "pi" in "packet.h", rather than in aGuy Harris1-9/+20
1999-08-01Changed the display filter scanner from GLIB's GScanner to lex. The codeGilbert Ramirez1-11/+1
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-8/+8
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez1-10/+21
1999-07-08Documented the proto_register_field_array() function, and convertedGilbert Ramirez1-47/+14
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-23/+88
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-20/+18
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyGuy Harris1-11/+50
1998-11-17* Added column formatting functionality.Gerald Combs1-7/+15
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-2/+1
1998-10-10* OSPF alignment fixes (Gerald)Gerald Combs1-2/+6
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-34/+33
1998-09-25* Ethernet manufacturer support (Laurent)Gerald Combs1-11/+16
1998-09-16Added ID tags to the beginning of each source file.Gerald Combs1-0/+2
1998-09-16Initial revisionGerald Combs1-0/+125