| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -96/+96 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -11/+3 |
* | From Joerg Mayer: | Guy Harris | 2002-07-17 | 1 | -5/+1 |
* | Don't call "tvb_strsize(tvb, offset)" if we know there's nothing *at* | Guy Harris | 2002-06-07 | 1 | -6/+15 |
* | Use "tvb_memcpy()" rather than "strncpy()" with a "tvb_get_ptr()" | Guy Harris | 2002-06-07 | 1 | -7/+6 |
* | From Joerg Mayer: | Guy Harris | 2002-04-14 | 1 | -2/+2 |
* | From Joerg Mayer: get rid of some unused arguments, and make some | Guy Harris | 2002-04-11 | 1 | -15/+15 |
* | Fix some "proto_tree_add_uint()" and "proto_tree_add_uint_hidden()" | Guy Harris | 2002-03-09 | 1 | -5/+6 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -7/+6 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -5/+5 |
* | Fixed the response code display for version 5 socks per Mark S. Allen. | Jeff Foster | 2001-12-11 | 1 | -25/+73 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -37/+37 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -3/+2 |
* | Thou shalt not use C++-style comments in C code, for they upset some C | Guy Harris | 2001-11-27 | 1 | -2/+2 |
* | Change "conversation_set_dissector()" to take a dissector handle, rather | Guy Harris | 2001-11-27 | 1 | -3/+12 |
* | Remove the global packet_info called "pi". Dissectors now only | Gilbert Ramirez | 2001-11-21 | 1 | -2/+2 |
* | Get rid of a bunch of stuff that was there to support non-tvbuffified | Guy Harris | 2001-10-31 | 1 | -2/+3 |
* | IPv4 addresses should be entered in host byte order, not forced | Guy Harris | 2001-10-30 | 1 | -33/+44 |
* | Dissector converted to TVBuffers. The changes are originally from | Jeff Foster | 2001-10-29 | 1 | -253/+205 |
* | Fix the rest of the signed/unsigned comparison warnings. | Gilbert Ramirez | 2001-10-26 | 1 | -5/+5 |
* | Instead of having a single datum attached to a conversation, have a list | Guy Harris | 2001-09-03 | 1 | -17/+16 |
* | Squelch some compiler warnings. | Guy Harris | 2001-09-03 | 1 | -2/+2 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -7/+7 |
* | There's no need to include "globals.h" - don't include it. | Guy Harris | 2001-06-08 | 1 | -4/+2 |
* | FT_UINTn and FT_INTn fields must always have a base selected for them; | Guy Harris | 2001-04-19 | 1 | -2/+2 |
* | Change from Jeff Foster to keep the dissector from crashing if the | Guy Harris | 2001-01-10 | 1 | -4/+15 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+3 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -4/+4 |
* | Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSI | Guy Harris | 2000-11-18 | 1 | -3/+7 |
* | Support for conversations with "wildcard" destination addresses, from | Guy Harris | 2000-10-21 | 1 | -5/+5 |
* | Move format_text(), get_token_len(), and fine_line_end(), into strutil.c | Gilbert Ramirez | 2000-09-11 | 1 | -1/+2 |
* | Change from Andreas Sikkema to change the "old" and "new" members of the | Guy Harris | 2000-08-21 | 1 | -3/+2 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+2 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -11/+6 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -3/+4 |
* | Use "BYTES_ARE_IN_FRAME()" rather than explicitly checking an offset and | Guy Harris | 2000-08-06 | 1 | -9/+9 |
* | Don't use "fd->pkt_len" when checking to see if you've run off the end | Guy Harris | 2000-08-06 | 1 | -9/+9 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -18/+16 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -43/+43 |
* | Consolidate flags in struct frame_data, and add "visited" flag. Use | Gilbert Ramirez | 2000-04-13 | 1 | -7/+2 |
* | Remove extra space before "Port" in proto_tree label. | Gilbert Ramirez | 2000-04-13 | 1 | -2/+2 |
* | Jeff Foster's SOCKS dissector, support for associating dissectors | Guy Harris | 2000-04-12 | 1 | -0/+1161 |