| Commit message (Expand) | Author | Age | Files | Lines |
* | In "plugins/plugin_api.h", don't include stuff required for the plugin | Guy Harris | 2004-09-29 | 6 | -6/+17 |
* | From Lars Roland: add an option to link plugins with libethereal rather | Guy Harris | 2004-09-29 | 20 | -59/+205 |
* | Move various tables into the epan directory. | Guy Harris | 2004-09-29 | 1 | -1/+1 |
* | Move the tap infrastructure to the epan directory. | Guy Harris | 2004-09-29 | 3 | -3/+3 |
* | Move the xDLC helper routines into epan. | Guy Harris | 2004-09-28 | 2 | -2/+2 |
* | Move various checksum routines and headers to epan. | Guy Harris | 2004-09-28 | 3 | -3/+3 |
* | Move prefs.c and prefs.h into the epan subdirectory. | Guy Harris | 2004-09-27 | 12 | -12/+12 |
* | Routines called by "g_node_traverse()" return a Boolean - FALSE to | Guy Harris | 2004-09-27 | 1 | -0/+1 |
* | Add proto_tree_add_debug_text(), rtcp_add_address(), and | Guy Harris | 2004-09-23 | 5 | -1/+14 |
* | Add proto_tree_add_debug_text(), rtcp_add_address(), and | Guy Harris | 2004-09-23 | 2 | -0/+9 |
* | Preference strings don't remain null pointers for long - they get | Guy Harris | 2004-09-19 | 1 | -144/+185 |
* | Fix dissection of MEGACO over TCP, there will be a TPKT header included. | Anders Broman | 2004-09-18 | 1 | -14/+49 |
* | Export the "proto_tree_add_float" routines, and the routines to get IEEE | Guy Harris | 2004-09-16 | 5 | -1/+31 |
* | Export the "proto_tree_add_float" routines, and the routines to get IEEE | Guy Harris | 2004-09-16 | 1 | -0/+9 |
* | Fix a problem where MEGACO not fully RFC complient wasn't dissected, change s... | Anders Broman | 2004-09-15 | 1 | -27/+37 |
* | Use _WIN32 rather than WIN32 to determine if we're compiling on Win32; | Guy Harris | 2004-09-11 | 1 | -4/+4 |
* | Make a bunch of source files non-executable. | Guy Harris | 2004-09-01 | 1 | -0/+0 |
* | Updates from Erwin Rol. | Guy Harris | 2004-09-01 | 1 | -3/+112 |
* | From Lars Roland: don't link with GTK+, as it's not necessary to do so, | Guy Harris | 2004-08-26 | 1 | -12/+2 |
* | From Lars Roland: add "tvb_get_ntoh64()" to the list of routines | Guy Harris | 2004-08-25 | 5 | -1/+9 |
* | From Lars Roland: add "tvb_get_ntoh64()" to the list of routines | Guy Harris | 2004-08-25 | 1 | -0/+3 |
* | Ethereal has required guint64 support for a while, so there's no need to | Guy Harris | 2004-08-22 | 1 | -27/+30 |
* | Map the old one-port "generic ASN.1" TCP/UDP/SCTP port-number | Guy Harris | 2004-08-08 | 1 | -2/+4 |
* | From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that an | Guy Harris | 2004-08-06 | 10 | -10/+10 |
* | Change // to C90 style comment | Jörg Mayer | 2004-07-31 | 1 | -3/+4 |
* | From Matthijs Melchior: | Guy Harris | 2004-07-30 | 1 | -76/+455 |
* | Trivial warning fixes: | Jörg Mayer | 2004-07-23 | 1 | -3/+2 |
* | From Laurent Rabret: OPSI support. | Guy Harris | 2004-07-21 | 10 | -2/+1375 |
* | .cvsignore is dead | Jörg Mayer | 2004-07-18 | 19 | -382/+0 |
* | Add epan/dissectors/.cvsignore | Jörg Mayer | 2004-07-18 | 19 | -0/+38 |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 5 | -15/+15 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 95 | -95/+95 |
* | Include "crc16.h" to handle "crc16_ccitt_tvb()". | Guy Harris | 2004-06-30 | 1 | -1/+2 |
* | get rid of data_handle decalriation, bacause it is | Michael Tüxen | 2004-06-30 | 1 | -3/+1 |
* | Add packet-sir.lo. | Guy Harris | 2004-06-30 | 1 | -0/+1 |
* | Add "crc16_ccitt_tvb()" to the plugin API and the list of functions | Guy Harris | 2004-06-30 | 6 | -2/+9 |
* | From Shaun Jackman: Serial Infrared support. | Guy Harris | 2004-06-30 | 5 | -6/+243 |
* | From Dennis Lim: add routines used by dissectors for ONC RPC protocols | Guy Harris | 2004-06-19 | 7 | -3/+117 |
* | From Thomas Anders fix some memory leaks | Anders Broman | 2004-05-31 | 1 | -1/+4 |
* | From Thomas Anders patch adds sub parameter dissection to the MGCP plugin | Anders Broman | 2004-05-30 | 1 | -7/+148 |
* | Have two strings in an enum_val_t - one that's a short string that is | Guy Harris | 2004-05-24 | 1 | -12/+12 |
* | Add translation of result codes | Anders Broman | 2004-05-23 | 1 | -4/+48 |
* | From Lars Roland: add support for building a libethereal.dll with MSVC: | Guy Harris | 2004-05-09 | 2 | -4/+31 |
* | Replace the plugin linkage libs into PLUGIN_LIBS which is generated from the | Olivier Biot | 2004-04-25 | 18 | -37/+37 |
* | Fix the fix | Jörg Mayer | 2004-04-25 | 3 | -11/+3 |
* | It's proto_register_rudp not proto_reg_rudp | Jörg Mayer | 2004-04-25 | 1 | -2/+2 |
* | Give --enable-static a chance to succeed: | Jörg Mayer | 2004-04-25 | 3 | -26/+90 |
* | Get rid of bogus extra "proto_tree_add_text()" arguments. | Guy Harris | 2004-04-23 | 1 | -3/+2 |
* | Skipp leading spaces in front of MEGACO and fix dissection of TransactionResp... | Anders Broman | 2004-04-21 | 1 | -22/+30 |
* | Add a "report_failure()" routine to allow dissectors to report arbitrary | Guy Harris | 2004-04-16 | 6 | -2/+10 |