| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved from using dissect_data() to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -5/+7 |
* | If we have to worry about subdissectors changing the "packet_info" | Guy Harris | 2001-11-21 | 1 | -15/+1 |
* | Get rid of the "len" and "captured_len" members of the "packet_info" | Guy Harris | 2001-11-20 | 1 | -5/+4 |
* | Make the capture routines take an additional argument giving the amount | Guy Harris | 2001-11-20 | 1 | -3/+3 |
* | Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info" | Guy Harris | 2001-11-15 | 1 | -2/+1 |
* | Support for Mobile IP's use of ICMP Router Advertisements, from David | Guy Harris | 2001-10-31 | 1 | -11/+269 |
* | 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 | -5/+57 |
* | Get rid of some unused variables. | Guy Harris | 2001-07-20 | 1 | -2/+1 |
* | Create a routine to do the tvbuff-length-adjusting and | Guy Harris | 2001-06-29 | 1 | -26/+4 |
* | More signed vs. unsigned cleanups, and initialization cleanups, from | Guy Harris | 2001-06-19 | 1 | -3/+4 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -37/+37 |
* | Don't display the data portion of an ER NPDU - we dissect it as a CLNP | Guy Harris | 2001-06-08 | 1 | -2/+2 |
* | Move the fragment reassembly code into "reassemble.c" and | Guy Harris | 2001-06-08 | 1 | -323/+22 |
* | There is no string value assigned to the "ip.fragment.error", | Guy Harris | 2001-06-05 | 1 | -8/+8 |
* | Add tree summary information similar to what's in packet-tcp.c. | Gerald Combs | 2001-05-23 | 1 | -3/+17 |
* | Rewritten IGMP dissector, from Ronnie Sahlberg. | Guy Harris | 2001-05-20 | 1 | -131/+1 |
* | IP fragment reassembly, from Ronnie Sahlberg. | Guy Harris | 2001-04-18 | 1 | -34/+545 |
* | Move the declaration of "ipprotostr()" out of "epan/packet.h" into a new | Guy Harris | 2001-04-17 | 1 | -1/+2 |
* | Use "proto_tree_add_boolean_hidden()", not | Guy Harris | 2001-03-28 | 1 | -3/+3 |
* | If the IP header length is < 20, don't try to dissect the header (other | Guy Harris | 2001-03-28 | 1 | -4/+17 |
* | Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSD | Guy Harris | 2001-03-15 | 1 | -2/+2 |
* | IP_PROTO_IPV4 and IP_PROTO_IPIP are both 4; there's no need to register | Guy Harris | 2001-03-05 | 1 | -2/+1 |
* | Add hidden fields for bad checksums to various IP-family protocols. | Guy Harris | 2001-02-28 | 1 | -6/+6 |
* | Initialize hf_ip_checksum_bad to -1 like all other fields. | Gilbert Ramirez | 2001-02-21 | 1 | -2/+2 |
* | Change from James E. Flemer to add hidden Boolean fields that are set if | Guy Harris | 2001-02-21 | 1 | -1/+14 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -15/+3 |
* | Make GRE use a dissector table for its protocol types, and register | Guy Harris | 2001-01-13 | 1 | -4/+6 |
* | Make the stuff to handle SNAP frames (OUI, PID, payload) a routine of | Guy Harris | 2001-01-10 | 1 | -2/+6 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -11/+11 |
* | Ensure that all value_string arrays end in {0, NULL}. Dissectors got away | Gilbert Ramirez | 2001-01-03 | 1 | -2/+4 |
* | 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 | -5/+6 |
* | If we get an exception when dissecting a packet, append "[Short Frame]" | Guy Harris | 2000-12-29 | 1 | -7/+14 |
* | Fix a typo in a comment. | Guy Harris | 2000-12-14 | 1 | -2/+2 |
* | PPP patches from Burke Lau to: | Guy Harris | 2000-12-14 | 1 | -1/+2 |
* | Added support for Router-Alert IP option (RFC2113) | Ashok Narayanan | 2000-12-13 | 1 | -2/+25 |
* | Don't check the checksum of ICMP datagrams that are fragmented | Guy Harris | 2000-12-13 | 1 | -5/+4 |
* | Add code to check the checksums of TCP segments and UDP datagrams; | Guy Harris | 2000-12-13 | 1 | -45/+17 |
* | When printing an address mask in hex, zero-pad it, don't blank-pad it. | Guy Harris | 2000-12-08 | 1 | -2/+2 |
* | Add a "col_clear()" routine, to clear a column; it appears (and it | Guy Harris | 2000-12-04 | 1 | -9/+9 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -5/+5 |
* | Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSI | Guy Harris | 2000-11-18 | 1 | -228/+229 |
* | Give the "null" link-layer header dissector a dissector table, and put | Guy Harris | 2000-11-17 | 1 | -1/+3 |
* | Check ICMP checksum. XXX - won't work if the ICMP packet is inside a | Guy Harris | 2000-10-21 | 1 | -4/+26 |
* | Apply the patch for ECN in the IP header from | Richard Sharpe | 2000-09-16 | 1 | -9/+19 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+7 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -9/+4 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -22/+15 |
* | Make the ICMP top-of-protocol-tree item cover the entire rest of the | Guy Harris | 2000-08-05 | 1 | -2/+2 |