| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -8/+8 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -16/+8 |
* | Make some variables volatile because GCC on Digital UNIX complained | Guy Harris | 2002-01-30 | 1 | -7/+7 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -14/+13 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | From Martti Kuparinen: update the HMIPv6 support to match the latest | Guy Harris | 2002-01-15 | 1 | -8/+8 |
* | Put in a comment giving various Internet Draft names for ICMPv6 stuff we | Guy Harris | 2002-01-11 | 1 | -1/+15 |
* | Fix some more signed vs. unsigned issues. | Guy Harris | 2002-01-11 | 1 | -4/+4 |
* | Fix more unsigned items to be displayed with "%u" rather than "%d", as | Guy Harris | 2002-01-10 | 1 | -4/+4 |
* | The filetime is an unsigned quantity, so display it with %u, as per | Guy Harris | 2002-01-10 | 1 | -2/+2 |
* | HMIPv6 fix, from Martti Kuparinen. | Guy Harris | 2002-01-09 | 1 | -7/+7 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -9/+9 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -2/+5 |
* | Moved from using dissect_data to using call_dissector() | Ed Warnicke | 2001-11-25 | 1 | -6/+8 |
* | 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 |