| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the tap infrastructure to the epan directory. | Guy Harris | 2004-09-29 | 1 | -1/+1 |
* | From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that an | Guy Harris | 2004-08-06 | 1 | -1/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Add a "report_failure()" routine to allow dissectors to report arbitrary | Guy Harris | 2004-04-16 | 1 | -2/+22 |
* | Make "epan_init()" take, as additional arguments, pointers to routines | Guy Harris | 2004-03-23 | 1 | -3/+30 |
* | Add support for asynchronous DNS updates using the GNU ADNS library. | Gerald Combs | 2003-05-04 | 1 | -1/+4 |
* | Add in a notion of "circuits", which are for virtual circuit-oriented | Guy Harris | 2002-10-22 | 1 | -3/+7 |
* | "dfilter_prime_proto_tree()" doesn't modify the "dfilter_t" to which | Guy Harris | 2002-09-09 | 1 | -3/+2 |
* | Tap api. tap is a simple api that can be used for arbitrary extensions. | Ronnie Sahlberg | 2002-09-04 | 1 | -1/+3 |
* | Get rid of the "data_src" member of the "frame_data" structure; put it | Guy Harris | 2002-06-04 | 1 | -4/+4 |
* | Merge the work in Novell_NCP_branch into the mainline code. | Gilbert Ramirez | 2002-05-09 | 1 | -11/+3 |
* | Don't give tvbuffs names; instead, give data sources names, where a | Guy Harris | 2002-02-18 | 1 | -5/+2 |
* | Fix up white space. | Guy Harris | 2002-01-04 | 1 | -5/+5 |
* | Provide for per-protocol-tree data in the proto_tree code. | Gilbert Ramirez | 2001-12-18 | 1 | -22/+39 |
* | Add an extra argument to "epan_dissect_new()" that indicates whether the | Guy Harris | 2001-12-16 | 1 | -2/+11 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -3/+3 |
* | Remove proto_tree from capture_file and PacketWinData, since they | Gilbert Ramirez | 2001-12-06 | 1 | -4/+13 |
* | Remove the global packet_info called "pi". Dissectors now only | Gilbert Ramirez | 2001-11-21 | 1 | -2/+2 |
* | Added two new arguments to epan_init() and proto_init() to | Ed Warnicke | 2001-04-02 | 1 | -3/+4 |
* | Changed packet_init() to look up the frame dissector and cache its | Ed Warnicke | 2001-04-01 | 1 | -2/+2 |
* | Moved the frame_data structures and functions from packet.{h,c} to | Ed Warnicke | 2001-04-01 | 1 | -1/+3 |
* | Changes required to support multiple named data sources. | Jeff Foster | 2001-03-23 | 1 | -1/+6 |
* | Create a more modular type system for the FT_* types. Put them | Gilbert Ramirez | 2001-02-01 | 1 | -7/+4 |
* | Clean up the dissector registration up a bit - arrange that all plugins | Guy Harris | 2001-01-26 | 1 | -6/+2 |
* | Give libethereal its own configuration file, and have that configuration | Guy Harris | 2000-10-16 | 1 | -2/+30 |
* | Implement epan_dissect_new() and epan_dissect_free(). These are the | Gilbert Ramirez | 2000-10-06 | 1 | -0/+35 |
* | - HAVE_PLUGINS is defined in plugins.h so it must be included here. | Olivier Abad | 2000-09-30 | 1 | -1/+2 |
* | First step in moving core Ethereal routines to libepan. | Gilbert Ramirez | 2000-09-27 | 1 | -0/+41 |