| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | From Shinsuke Suzuki: | Guy Harris | 2004-04-22 | 1 | -2/+63 |
* | Use "tvb_get_string()" instead of allocating a (len+1)-sized buffer, | Guy Harris | 2004-02-25 | 1 | -4/+7 |
* | From Shusaku Ueda: | Guy Harris | 2004-01-29 | 1 | -7/+27 |
* | Fix warnings found by -Wstrict-prototypes | Jörg Mayer | 2004-01-18 | 1 | -6/+2 |
* | From David Fort: support for decoding MLD v2 report messages. | Guy Harris | 2003-12-19 | 1 | -1/+78 |
* | From Laurent Rabret: use "g_free()", not "free()", to free stuff | Guy Harris | 2003-05-28 | 1 | -2/+2 |
* | From Yaniv Kaul: check a reserved field against 0 (the RFC specifies it | Guy Harris | 2003-04-28 | 1 | -1/+10 |
* | Replace some unchecked malloc calls by g_malloc. | Laurent Deniel | 2003-04-27 | 1 | -2/+2 |
* | From Teemu Rinta-aho: draft 20 MIPv6 support (now in a file of its own). | Guy Harris | 2003-02-04 | 1 | -1/+68 |
* | Move into "call_dissector_work()" the stuff to handle dissecting, in | Guy Harris | 2003-01-20 | 1 | -58/+14 |
* | Don't cast away constness, and fix variable and structure member | Guy Harris | 2002-12-02 | 1 | -2/+2 |
* | 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 |