| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of the "data_src" member of the "frame_data" structure; put it | Guy Harris | 2002-06-04 | 1 | -2/+2 |
* | Only say "IPv6" once in the Info column for "no next header" packets. | Guy Harris | 2002-05-02 | 1 | -6/+7 |
* | Handle the "no next header" next header value specially - put into the | Guy Harris | 2002-05-02 | 1 | -24/+44 |
* | In the protocol tree entries for lists of fragments/segments, make the | Guy Harris | 2002-03-27 | 1 | -24/+24 |
* | Label the data source for various forms of reassembled data with the | Guy Harris | 2002-02-27 | 1 | -2/+2 |
* | Don't give tvbuffs names; instead, give data sources names, where a | Guy Harris | 2002-02-18 | 1 | -3/+3 |
* | With the tvbuffication of all dissectors, the "packet_info" structure no | Guy Harris | 2002-02-17 | 1 | -2/+2 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | If reassembly is enabled, don't try to do any reassembly work at all on | Guy Harris | 2002-01-20 | 1 | -15/+9 |
* | Use the "fragmented" field of the "packet_info" structure in | Guy Harris | 2002-01-17 | 1 | -1/+5 |
* | As per a comment from Ronnie Sahlberg, display TCP sequence numbers in | Guy Harris | 2002-01-10 | 1 | -3/+3 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -15/+15 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -12/+16 |
* | An NLPID of 1 means T.70 when used as an X.263/ISO 9577 initial protocol | Guy Harris | 2001-12-02 | 1 | -2/+8 |
* | Moved from using dissect_data() to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -3/+6 |
* | If we have to worry about subdissectors changing the "packet_info" | Guy Harris | 2001-11-21 | 1 | -9/+1 |
* | Get rid of the "len" and "captured_len" members of the "packet_info" | Guy Harris | 2001-11-20 | 1 | -5/+4 |
* | Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info" | Guy Harris | 2001-11-15 | 1 | -2/+1 |
* | Fix the rest of the signed/unsigned comparison warnings. | Gilbert Ramirez | 2001-10-26 | 1 | -2/+2 |
* | "packet-ipv6.c" doesn't need anything from "packet-tcp.h" or | Guy Harris | 2001-09-30 | 1 | -3/+1 |
* | HMIPv6 support, from Martti Kuparinen. | Guy Harris | 2001-09-04 | 1 | -2/+2 |
* | Create a routine to do the tvbuff-length-adjusting and | Guy Harris | 2001-06-29 | 1 | -5/+3 |
* | indentation consistencies. | Jun-ichiro itojun Hagino | 2001-06-26 | 1 | -404/+408 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -36/+36 |
* | Add support for reassemmbling IPv6 fragments, and add an option to | Guy Harris | 2001-06-08 | 1 | -29/+262 |
* | In the IPv6 dissector, don't bother with the "CHECK_DISPLAY_AS_DATA()", | Guy Harris | 2001-05-27 | 1 | -13/+10 |
* | Now that the IPv6 dissector has been tvbuffified, we can register it; do | Guy Harris | 2001-04-23 | 1 | -8/+10 |
* | Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixes | Guy Harris | 2001-04-23 | 1 | -109/+134 |
* | FT_UINTn and FT_INTn fields must always have a base selected for them; | Guy Harris | 2001-04-19 | 1 | -4/+4 |
* | Move the declaration of "etype_vals[]" from "epan/packet.h" to | Guy Harris | 2001-04-17 | 1 | -4/+4 |
* | Move the declaration of "ipprotostr()" out of "epan/packet.h" into a new | Guy Harris | 2001-04-17 | 1 | -1/+2 |
* | Mobile IPv6 updates from Borosa Tomislav <tomislav.borosa@SIEMENS.HR>. | Gerald Combs | 2001-01-23 | 1 | -140/+510 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -7/+13 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | Set the "fragmented" field of the "packet_info" structure based on | Guy Harris | 2000-12-14 | 1 | -1/+5 |
* | Mobile IPv6 support, from Martti Kuparinen. | Guy Harris | 2000-12-14 | 1 | -1/+29 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -3/+3 |
* | Give the "null" link-layer header dissector a dissector table, and put | Guy Harris | 2000-11-17 | 1 | -1/+4 |
* | Get rid of the definitions of LITTLE_ENDIAN and BIG_ENDIAN in | Guy Harris | 2000-11-11 | 1 | -5/+6 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | - add ipv6.addr for the source and destination addresses (like ipv4) | Laurent Deniel | 2000-08-11 | 1 | -1/+15 |
* | Fix display of IPv6 frag header display in proto tree, from | Gilbert Ramirez | 2000-08-08 | 1 | -1/+36 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -8/+8 |
* | Change dissect_ah() so that dissect_ip() doesn't have to make a | Gilbert Ramirez | 2000-06-05 | 1 | -2/+2 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -7/+7 |
* | Display the fragment offset in decimal (as the IPv4 dissector does) | Guy Harris | 2000-05-24 | 1 | -2/+2 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -25/+25 |
* | Have the IPv6 dissector use the same dissector table as the IPv4 | Guy Harris | 2000-04-20 | 1 | -64/+29 |
* | Register an "ip.proto" dissector table for IPv4, and have dissectors for | Guy Harris | 2000-04-16 | 1 | -1/+2 |
* | Register a "ppp.protocol" dissector table for PPP, and have dissectors | Guy Harris | 2000-04-16 | 1 | -1/+3 |