| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -11/+11 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -16/+8 |
* | When looking for dissectors for the source and destination port numbers | Guy Harris | 2002-06-08 | 1 | -4/+30 |
* | fix spelling error | Nathan Neulinger | 2002-01-22 | 1 | -2/+2 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -4/+4 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -7/+7 |
* | Attach a descriptive name field type and base to dissector tables; that | Guy Harris | 2001-12-08 | 1 | -2/+3 |
* | Get rid of the lists of conversation dissectors; instead, have a | Guy Harris | 2001-12-03 | 1 | -3/+1 |
* | 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-26 | 1 | -2/+4 |
* | If the amount of available data in a UDP packet is less than the length, | Guy Harris | 2001-09-27 | 1 | -2/+2 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -7/+7 |
* | The only thing including "globals.h" did for us was to drag in | Guy Harris | 2001-06-08 | 1 | -2/+2 |
* | Add tree summary information similar to what's in packet-tcp.c. | Gerald Combs | 2001-05-23 | 1 | -2/+20 |
* | Get rid of unnecessary include. | Guy Harris | 2001-04-23 | 1 | -2/+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 | -6/+5 |
* | Only define next_pd and next_offet if HAVE_PLUGINS is #defined, since | Gilbert Ramirez | 2001-01-11 | 1 | -1/+3 |
* | 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 |
* | Tvbuffify the Vines dissector, and add protocols for the Vines | Guy Harris | 2001-01-06 | 1 | -13/+2 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | Add code to check the checksums of TCP segments and UDP datagrams; | Guy Harris | 2000-12-13 | 1 | -3/+59 |
* | 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 | -35/+42 |
* | Allow a plugin to specify several underlying protocols (i.e. tcp and udp). | Olivier Abad | 2000-11-05 | 1 | -2/+3 |
* | Wildcard matching is tricky - you have to try wildcarding both the | Guy Harris | 2000-10-21 | 1 | -7/+1 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -17/+13 |
* | Heuristic dissector table added (just like tcp). Direct call to | Uwe Girlich | 2000-07-14 | 1 | -8/+8 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -5/+5 |
* | Give the IPX dissector dissector hash tables for the IPX type and socket | Guy Harris | 2000-05-30 | 1 | -2/+1 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -8/+8 |
* | Have the IPv6 dissector use the same dissector table as the IPv4 | Guy Harris | 2000-04-20 | 1 | -2/+2 |
* | In the NCP dissector, construct conversations using the source and | Guy Harris | 2000-04-18 | 1 | -5/+2 |
* | Tweak a comment. | Guy Harris | 2000-04-17 | 1 | -2/+2 |
* | Make "decode_tcp_ports()" and "decode_udp_ports()" more closely resemble | Guy Harris | 2000-04-17 | 1 | -22/+17 |
* | Register an "ip.proto" dissector table for IPv4, and have dissectors for | Guy Harris | 2000-04-16 | 1 | -3/+9 |
* | Register all the AFS ports in "proto_reg_handoff_rx()", rather than | Guy Harris | 2000-04-14 | 1 | -8/+1 |
* | RFC 1058, on RIP V1, says: | Guy Harris | 2000-04-14 | 1 | -6/+2 |
* | 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 |
* | Jeff Foster's SOCKS dissector, support for associating dissectors | Guy Harris | 2000-04-12 | 1 | -42/+70 |
* | Move calls to "dissector_add()" out of the register routines for TCP and | Guy Harris | 2000-04-08 | 1 | -79/+1 |
* | Add a test to check if there is at least one enabled plugin before searching | Olivier Abad | 2000-04-04 | 1 | -2/+2 |
* | Make "make-reg-dotc" generate a "register_all_protocol_handoffs()" | Guy Harris | 2000-04-04 | 1 | -4/+1 |
* | Do all the UDP port numbers that we can, and that don't require special | Guy Harris | 2000-04-04 | 1 | -44/+27 |