| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved from using dissect_data() to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -3/+5 |
* | If we have to worry about subdissectors changing the "packet_info" | Guy Harris | 2001-11-21 | 1 | -16/+1 |
* | Get rid of the "len" and "captured_len" members of the "packet_info" | Guy Harris | 2001-11-20 | 1 | -5/+5 |
* | Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info" | Guy Harris | 2001-11-15 | 1 | -2/+1 |
* | Rename the "private" member of the "packet_info" structure to | Guy Harris | 2001-11-03 | 1 | -3/+3 |
* | Fix to desegmentation crash, from Ronnie Sahlberg. | Guy Harris | 2001-10-30 | 1 | -7/+14 |
* | Have a flag in the "packet_info" structure, which indicates whether the | Guy Harris | 2001-10-01 | 1 | -109/+133 |
* | The length of an NBSS message can be bigger than 64K, so make the | Guy Harris | 2001-09-30 | 1 | -13/+28 |
* | Fix indentation. | Guy Harris | 2001-09-28 | 1 | -11/+11 |
* | Use the right #define for the length of the CC.NEW TCP option. | Guy Harris | 2001-09-27 | 1 | -2/+2 |
* | TCP desegmentation support, and changes to the ONC RPC and NBSS | Guy Harris | 2001-09-13 | 1 | -35/+472 |
* | Get rid of a no-longer-used #define. | Guy Harris | 2001-09-03 | 1 | -5/+1 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -21/+21 |
* | Check for a bogus TCP header length, and don't try to do dissection if | Guy Harris | 2001-06-14 | 1 | -3/+24 |
* | There's no need to include "globals.h" - don't include it. | Guy Harris | 2001-06-08 | 1 | -3/+1 |
* | Move the declarations of IP protocol numbers to "ipproto.h" from | Guy Harris | 2001-04-23 | 1 | -2/+3 |
* | Use "proto_tree_add_boolean_hidden()", not | Guy Harris | 2001-03-28 | 1 | -2/+2 |
* | Add hidden fields for bad checksums to various IP-family protocols. | Guy Harris | 2001-02-28 | 1 | -1/+8 |
* | Get rid of support for old-style plugins (support for old-style plugins | Guy Harris | 2001-01-28 | 1 | -26/+2 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -5/+1 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+2 |
* | Add tables of "conversation" dissectors, which are associated with | Guy Harris | 2001-01-09 | 1 | -1/+3 |
* | Add a new "prefs_register_protocol()" routine, which is like | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | understand TCP MD5 signature. Greg Hankins <gregh@twoguys.org> | Jun-ichiro itojun Hagino | 2000-12-30 | 1 | -1/+11 |
* | Add code to check the checksums of TCP segments and UDP datagrams; | Guy Harris | 2000-12-13 | 1 | -7/+61 |
* | Add a "col_clear()" routine, to clear a column; it appears (and it | Guy Harris | 2000-12-04 | 1 | -40/+29 |
* | next_pd and next_offset are used only if HAVE_PLUGINS is #defined. | Gilbert Ramirez | 2000-11-20 | 1 | -1/+3 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSI | Guy Harris | 2000-11-18 | 1 | -92/+116 |
* | Allow a plugin to specify several underlying protocols (i.e. tcp and udp). | Olivier Abad | 2000-11-05 | 1 | -2/+3 |
* | When checking whether we should build the list of flag names to put in | Guy Harris | 2000-10-22 | 1 | -2/+2 |
* | In "dissect_tcp()", compute the payload length of a TCP segment and use | Guy Harris | 2000-09-21 | 1 | -5/+9 |
* | If I ever again have to compute the sequence number of the first byte | Guy Harris | 2000-09-21 | 1 | -1/+12 |
* | Show CWR and ECN flags in TCP. Ulrich Kiermayr <kie@thp.univie.ac.at> | Gilbert Ramirez | 2000-09-14 | 1 | -3/+17 |
* | Move format_text(), get_token_len(), and fine_line_end(), into strutil.c | Gilbert Ramirez | 2000-09-11 | 1 | -1/+2 |
* | 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 | -11/+5 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -15/+11 |
* | In TCP segments with RST and data, display the data as text, labeling it | Guy Harris | 2000-07-30 | 1 | -3/+24 |
* | Direct call to dissect_rpc() removed. This can be made much clearer with | Uwe Girlich | 2000-07-14 | 1 | -8/+2 |
* | Add an option to show/hide the TCP summary information in the protocol | Gilbert Ramirez | 2000-07-13 | 1 | -3/+20 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -14/+14 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -29/+29 |
* | Add routines to: | Guy Harris | 2000-05-05 | 1 | -18/+6 |
* | Have the IPv6 dissector use the same dissector table as the IPv4 | Guy Harris | 2000-04-20 | 1 | -2/+2 |
* | Make "decode_tcp_ports()" and "decode_udp_ports()" more closely resemble | Guy Harris | 2000-04-17 | 1 | -39/+38 |
* | Register an "ip.proto" dissector table for IPv4, and have dissectors for | Guy Harris | 2000-04-16 | 1 | -1/+8 |
* | Change dfilter_apply() to 4-argument function. 4th argument is not yet used, | Gilbert Ramirez | 2000-04-14 | 1 | -2/+2 |
* | Change the sub-dissector handoff registration routines so that the | Gilbert Ramirez | 2000-04-13 | 1 | -2/+2 |