| Commit message (Expand) | Author | Age | Files | Lines |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 1 | -1225/+0 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | From Yaniv Kaul: add SOCKS v4a support. | Guy Harris | 2004-06-03 | 1 | -6/+28 |
* | Eliminate a compiler warning. | Guy Harris | 2004-02-12 | 1 | -4/+5 |
* | From Yaniv Kaul: the response to an V5 authentication response is a V5 | Guy Harris | 2004-02-12 | 1 | -27/+38 |
* | Use the length field in the UDP header: | Guy Harris | 2004-01-22 | 1 | -2/+2 |
* | Eliminate "alignment.h" header - the stuff in it is no longer used. | Guy Harris | 2004-01-10 | 1 | -2/+1 |
* | Update another URL and other stuff in that comment. | Guy Harris | 2003-12-30 | 1 | -4/+4 |
* | Update a URL. | Guy Harris | 2003-12-30 | 1 | -2/+6 |
* | Export a "dissect_tcp_payload()" routine from the TCP dissector, for use | Guy Harris | 2003-12-30 | 1 | -5/+15 |
* | Make sure the "we're in the middle of dissecting SOCKS" flag gets | Guy Harris | 2003-12-29 | 1 | -2/+8 |
* | Add {0, NULL} to the reply_table_v5 value_string array. | Gilbert Ramirez | 2003-12-04 | 1 | -2/+3 |
* | "decode_tcp_ports()" is for use by protocols that proxy transport-layer | Guy Harris | 2003-11-08 | 1 | -2/+2 |
* | Put back a missing comment. | Guy Harris | 2003-10-15 | 1 | -11/+14 |
* | From David E. Weekly: move the code to put the SOCKS version up, so it's | Guy Harris | 2003-10-15 | 1 | -15/+3 |
* | Fix recursive heap overflow problem. | Jeff Foster | 2003-09-17 | 1 | -26/+26 |
* | Update to TCP to handle hints from dissectors where the next PDU may start. | Ronnie Sahlberg | 2003-04-23 | 1 | -2/+2 |
* | From Georgi Guninski: Fix a format string problem. | Gerald Combs | 2003-02-26 | 1 | -2/+2 |
* | 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 |