aboutsummaryrefslogtreecommitdiffstats
path: root/packet-eth.c
Commit message (Expand)AuthorAgeFilesLines
* From Alfred Koebler: support for interpreting Ethernet captures asGuy Harris2002-08-081-1/+20
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-6/+2
* From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris2002-04-241-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-7/+7
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-9/+8
* Get rid of "tvb_compat()"; it's no longer needed (the one remaining callGuy Harris2001-11-201-5/+1
* Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris2001-11-201-25/+3
* Make the capture routines take an additional argument giving the amountGuy Harris2001-11-201-7/+7
* Update Gerald's e-mail address.Guy Harris2001-06-291-3/+2
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-7/+7
* Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris2001-04-171-3/+1
* An Ethernet type of 0x6558 is "Transparent Ethernet Bridging" which,Guy Harris2001-04-031-1/+7
* Show "IEEE 802.3" as "IEEE 802.3 Ethernet" so as not to confuseGilbert Ramirez2001-03-221-3/+3
* Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez2001-03-131-2/+2
* Pull a lot of common code for handling 802.3 frames (i.e., frames with aGuy Harris2001-02-081-80/+23
* Start removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls, and code to setGuy Harris2001-01-211-4/+1
* Always call the Ethernet and Token Ring dissectors through a dissectorGuy Harris2001-01-211-2/+2
* Make sure "fh_tree" is always set in "dissect_eth()" before passing itGuy Harris2001-01-181-2/+2
* Pull the handling of trailers in Ethernet (as opposed to 802.3) framesGuy Harris2001-01-181-92/+69
* Register the IPX dissector, make it static, and call it through aGuy Harris2001-01-091-3/+5
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-3/+4
* Have the TR MAC and LLC dissectors register themselves, make themGuy Harris2001-01-031-5/+7
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* Tvbuffify the CDP, CGMP, ISL, and VTP dissectors.Guy Harris2000-12-281-3/+13
* Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez2000-11-291-1/+7
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-3/+3
* Have the Etherenet and PPP dissectors register themselves, and haveGuy Harris2000-11-191-1/+3
* Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris2000-11-181-30/+45
* If either of the "tvb_new_subset()" calls throws an exception, it meansGuy Harris2000-11-131-1/+19
* "It's pronounced 'volatile pointer to tvbuff_t' but it's spelledGuy Harris2000-11-131-12/+7
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-7/+7
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-11/+11
* Make "packet-clip.c", "packet-raw.c", "packet-ppp.c", "packet-tr.c",Guy Harris2000-05-191-1/+2
* Add protection against 0-length FT_BYTES being added to proto_tree.Gilbert Ramirez2000-05-191-2/+2
* Add "eth.trailer" and show ethernet trailer if it exists.Gilbert Ramirez2000-05-171-10/+31
* Convert Ethernet and Lucent/Ascend dissectors to use tvbuff.Gilbert Ramirez2000-05-161-46/+55
* Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'Gilbert Ramirez2000-05-161-5/+5
* Convert token-ring dissector to use tvbuffs.Gilbert Ramirez2000-05-151-37/+50
* If ethernet header has 'length', create tvbuff of only that lengthGilbert Ramirez2000-05-121-2/+12
* Convert LLC dissector to use tvbuffs.Gilbert Ramirez2000-05-111-2/+4
* Add tvbuff class.Gilbert Ramirez2000-05-111-12/+12
* Add routines to:Guy Harris2000-05-051-1/+4
* Added Jeff Foster's patch to add an eth.addr field.Gilbert Ramirez2000-03-201-2/+15
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-5/+5
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+4
* Add support for Cisco ISL.Guy Harris2000-01-241-1/+21
* When computing the total frame length of an 802.3 frame, add to theGuy Harris2000-01-241-8/+11
* In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris2000-01-231-28/+39