aboutsummaryrefslogtreecommitdiffstats
path: root/packet-eth.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-13If either of the "tvb_new_subset()" calls throws an exception, it meansguy1-1/+19
2000-11-13"It's pronounced 'volatile pointer to tvbuff_t' but it's spelledguy1-12/+7
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-7/+7
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-11/+11
2000-05-19Make "packet-clip.c", "packet-raw.c", "packet-ppp.c", "packet-tr.c",guy1-1/+2
2000-05-19Add protection against 0-length FT_BYTES being added to proto_tree.gram1-2/+2
2000-05-17Add "eth.trailer" and show ethernet trailer if it exists.gram1-10/+31
2000-05-16Convert Ethernet and Lucent/Ascend dissectors to use tvbuff.gram1-46/+55
2000-05-16Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'gram1-5/+5
2000-05-15Convert token-ring dissector to use tvbuffs.gram1-37/+50
2000-05-12If ethernet header has 'length', create tvbuff of only that lengthgram1-2/+12
2000-05-11Convert LLC dissector to use tvbuffs.gram1-2/+4
2000-05-11Add tvbuff class.gram1-12/+12
2000-05-05Add routines to:guy1-1/+4
2000-03-20Added Jeff Foster's patch to add an eth.addr field.gram1-2/+15
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-5/+5
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-1/+4
2000-01-24Add support for Cisco ISL.guy1-1/+21
2000-01-24When computing the total frame length of an 802.3 frame, add to theguy1-8/+11
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofguy1-28/+39
1999-11-30Add IPX to packet stats during capture.gram1-2/+2
1999-11-20The code for Ethernet II was using proto_tree_add_item_format() evengram1-8/+3
1999-11-19Be sure to use offset everywhere. The correct values for eth.src, eth.dst, andgram1-9/+9
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-3/+11
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"guy1-9/+6
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containgram1-5/+9
1999-09-15Handle short packets in the capture and dissect stages more intelligently.gram1-1/+11
1999-08-24In the summary display for Ethernet frames, make the protocol Ethernetguy1-12/+14
1999-08-22DLT_NULL, from "libpcap", means different things on different platformsguy1-3/+1
1999-08-20Add support for reading Full Frontal ATM from an ATM Sniffer captureguy1-17/+17
1999-08-18Declare the "packet_info" structure "pi" in "packet.h", rather than in aguy1-9/+20
1999-08-01Changed the display filter scanner from GLIB's GScanner to lex. The codegram1-11/+1
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,gram1-8/+8
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sgram1-10/+21
1999-07-08Documented the proto_register_field_array() function, and convertedgram1-47/+14
1999-07-07Created a new protocol tree implementation and a new display filtergram1-23/+88
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowgram1-20/+18
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyguy1-11/+50
1998-11-17* Added column formatting functionality.gerald1-7/+15
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultgram1-2/+1
1998-10-10* OSPF alignment fixes (Gerald)gerald1-2/+6
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,gerald1-34/+33
1998-09-25* Ethernet manufacturer support (Laurent)gerald1-11/+16
1998-09-16Added ID tags to the beginning of each source file.gerald1-0/+2
1998-09-16Initial revisiongerald1-0/+125