| Commit message (Expand) | Author | Age | Files | Lines |
* | Have a flag in the "packet_info" structure, which indicates whether the | Guy Harris | 2001-10-01 | 1 | -2/+16 |
* | When dissecting an ICMP datagram that contains part of an IP datagram, | Guy Harris | 2001-09-27 | 1 | -3/+12 |
* | If "snprintf()" can't print all the data because there's not enough | Guy Harris | 2001-09-25 | 1 | -2/+2 |
* | Typo fix, from Martti Kuparinen. | Guy Harris | 2001-09-05 | 1 | -2/+2 |
* | HMIPv6 support, from Martti Kuparinen. | Guy Harris | 2001-09-04 | 1 | -2/+60 |
* | Tvbuffify the DNS, NBNS, NBDS, and NBSS dissectors. | Guy Harris | 2001-07-02 | 1 | -14/+7 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -5/+5 |
* | Not all platforms have u_int32_t (for example, Windows+MSVC doesn't), so | Guy Harris | 2001-06-02 | 1 | -2/+2 |
* | Create the tree for an ICMPv6 optionn before putting something in it. | Guy Harris | 2001-06-02 | 1 | -5/+5 |
* | draft-draves-ipngwg-router-selection-01 support. | Jun-ichiro itojun Hagino | 2001-06-01 | 1 | -28/+97 |
* | In the ICMPv6 and OSI CLNP dissectors, when calling the IPv6 or CLNP | Guy Harris | 2001-05-27 | 1 | -56/+62 |
* | More signed-vs-unsigned changes from Joerg Mayer. | Guy Harris | 2001-04-27 | 1 | -10/+12 |
* | Move the declarations of IP protocol numbers to "ipproto.h" from | Guy Harris | 2001-04-23 | 1 | -2/+2 |
* | Now that the IPv6 dissector has been tvbuffified, we can register it; do | Guy Harris | 2001-04-23 | 1 | -7/+43 |
* | Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixes | Guy Harris | 2001-04-23 | 1 | -282/+314 |
* | Replace proto_tree_add_item_hidden with proto_tree_add_boolean_hidden to | Olivier Abad | 2001-03-28 | 1 | -2/+2 |
* | Add hidden fields for bad checksums to various IP-family protocols. | Guy Harris | 2001-02-28 | 1 | -2/+10 |
* | Mobile IPv6 updates from Borosa Tomislav <tomislav.borosa@SIEMENS.HR>. | Gerald Combs | 2001-01-23 | 1 | -4/+43 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -3/+1 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+2 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | Check the checksum on ICMPv6 packets, if possible. | Guy Harris | 2000-12-14 | 1 | -5/+45 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Get rid of the definitions of LITTLE_ENDIAN and BIG_ENDIAN in | Guy Harris | 2000-11-11 | 1 | -13/+13 |
* | Fix a "proto_tree_add_text()" call. | Guy Harris | 2000-11-09 | 1 | -2/+2 |
* | support match-prefix and use-prefix decoding for router renumbering protocol | Jun-ichiro itojun Hagino | 2000-11-09 | 1 | -37/+165 |
* | correct IPv6 router renumbering dissector. | Jun-ichiro itojun Hagino | 2000-11-09 | 1 | -5/+6 |
* | Don't loop infinitely on options with zero length. | Gilbert Ramirez | 2000-10-12 | 1 | -6/+13 |
* | correct nodeinfo (node addresses). it returns address (16byte) + ttl (4byte), | Jun-ichiro itojun Hagino | 2000-08-29 | 1 | -5/+6 |
* | Change u_int32_t to guint32 | Gilbert Ramirez | 2000-08-22 | 1 | -4/+4 |
* | more support for icmp6 node information query. | Jun-ichiro itojun Hagino | 2000-08-22 | 1 | -8/+167 |
* | avoid pointer typecast, which leads to unaligned access. | Jun-ichiro itojun Hagino | 2000-08-18 | 1 | -6/+5 |
* | add dissector for draft-ietf-ipngwg-icmp-name-lookups-06.txt | Jun-ichiro itojun Hagino | 2000-08-18 | 1 | -48/+303 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -7/+3 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -9/+9 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -3/+3 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -48/+48 |
* | Have the IPv6 dissector use the same dissector table as the IPv4 | Guy Harris | 2000-04-20 | 1 | -2/+10 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -3/+3 |
* | Fix a bunch of dissectors to use "pi.captured_len" rather than | Guy Harris | 2000-01-24 | 1 | -2/+2 |
* | Get rid of the include of "util.h" that some dissectors do - it's not | Guy Harris | 2000-01-16 | 1 | -2/+1 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -7/+17 |
* | Replace proto_tree_add_item_format by proto_tree_add_item. | Laurent Deniel | 1999-10-16 | 1 | -4/+3 |
* | New proto_tree header_field_info stuff. Header_field_infos now contain | Gilbert Ramirez | 1999-10-12 | 1 | -4/+7 |
* | Add display filters. | Laurent Deniel | 1999-10-10 | 1 | -11/+22 |
* | Made the protocol (but not the fields) use the new proto_tree routine, | Gilbert Ramirez | 1999-07-29 | 1 | -3/+16 |
* | Added a fix from Shoichi Sakane that corrects some missing "break"s. | Gerald Combs | 1999-07-28 | 1 | -1/+3 |
* | Added a fix from Takashi Tanaka to correct a byte order problem when printing | Gerald Combs | 1999-07-28 | 1 | -2/+2 |
* | Added support for compiling on win32 with Visual C and 'nmake'. It compiles, | Gilbert Ramirez | 1999-07-13 | 1 | -1/+5 |