| Commit message (Expand) | Author | Age | Files | Lines |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 1 | -597/+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 support for 3 MS-Exchange, non-RFC compliant | Guy Harris | 2004-05-16 | 1 | -2/+6 |
* | splitted some of the preferences texts into more than one line, | Ulf Lamping | 2004-01-17 | 1 | -2/+2 |
* | There's no preference setting for the SMTP TCP port (and SMTP has a | Guy Harris | 2003-09-16 | 1 | -25/+4 |
* | Put the SMTP request or response line into the protocol tree, and put the | Guy Harris | 2003-06-11 | 1 | -14/+27 |
* | When checking for a CR-LF at the end of a packet, don't assume we have | Guy Harris | 2003-06-10 | 1 | -2/+5 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -13/+13 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -10/+2 |
* | Add an extra argument to "tvb_find_line_end()", which specifies what it | Guy Harris | 2002-07-17 | 1 | -8/+31 |
* | SMTP and FTP response codes need more than 1 byte, as they can go up to | Guy Harris | 2002-07-15 | 1 | -3/+3 |
* | Only put "smtp.req" into the tree for packets that contain request | Guy Harris | 2002-07-14 | 1 | -3/+5 |
* | In FTP, a normal reply line has a 3-digit number at the beginning - a | Guy Harris | 2002-07-14 | 1 | -11/+48 |
* | From Joerg Mayer: | Guy Harris | 2002-04-14 | 1 | -3/+3 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -3/+2 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -5/+5 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -8/+8 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -6/+10 |
* | The hash table merely associates data structures with conversations, | Guy Harris | 2001-11-13 | 1 | -65/+9 |
* | Instead of having a single datum attached to a conversation, have a list | Guy Harris | 2001-09-03 | 1 | -3/+2 |
* | Use the "pinfo" argument, rather than the global "pi", to refer to the | Guy Harris | 2001-07-03 | 1 | -2/+2 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -3/+3 |
* | Get rid of END_OF_FRAME references in tvbuffified dissectors. | Guy Harris | 2001-04-23 | 1 | -2/+3 |
* | Make tvb_get_ptr() return 'const guint8*', and clean up all the | Gilbert Ramirez | 2001-03-13 | 1 | -2/+2 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-25 | 1 | -6/+6 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+2 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -3/+3 |
* | Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to check | Guy Harris | 2000-11-13 | 1 | -3/+3 |
* | Add only one "proto_smtp" item to the protocol tree for SMTP; add text | Guy Harris | 2000-11-12 | 1 | -13/+11 |
* | Tvbuffify the SMTP dissector. | Guy Harris | 2000-11-12 | 1 | -81/+159 |
* | Simplify the state machine: | Guy Harris | 2000-11-11 | 1 | -42/+63 |
* | Support for conversations with "wildcard" destination addresses, from | Guy Harris | 2000-10-21 | 1 | -3/+4 |
* | Move format_text(), get_token_len(), and fine_line_end(), into strutil.c | Gilbert Ramirez | 2000-09-11 | 1 | -1/+2 |
* | Fix a minor spelling mistake ... | Richard Sharpe | 2000-08-26 | 1 | -2/+2 |
* | Fixes to add state keeping and properly decode SMTP. | Richard Sharpe | 2000-08-24 | 1 | -20/+300 |
* | SMTP is Simple *Mail* Transfer Protocol not Message. | Laurent Deniel | 2000-08-20 | 1 | -2/+8 |
* | This is an SMTP dissector, not a BXXP dissector; fix the comment at the | Guy Harris | 2000-08-20 | 1 | -6/+6 |
* | Added packet-smtp.c and modified packet.c to include code that was never | Richard Sharpe | 2000-08-19 | 1 | -0/+211 |