| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for plugin dissectors on cygwin builds, by adding the following | Olivier Biot | 2004-04-14 | 18 | -18/+37 |
* | From Albert Chin: the Sun WorkShop 5.0 compiler and HP-UX 10.20 compiler | Guy Harris | 2004-03-30 | 1 | -4/+11 |
* | From Lars Roland: have "make clean" and "make distclean" clean up the | Guy Harris | 2004-03-30 | 1 | -1/+13 |
* | From Duncan Sargeant: include "moduleinfo.h" so that the plugins get the | Guy Harris | 2004-03-30 | 3 | -3/+9 |
* | Call plugin_address_table_init() before proto_register_protocol(). | Gerald Combs | 2004-03-26 | 1 | -3/+3 |
* | Update for Tomas Kukosa's new APIs to get the parent and the | Guy Harris | 2004-03-26 | 5 | -1/+14 |
* | From Tomas Kukosa: add APIs to get the parent of a protocol tree item | Guy Harris | 2004-03-25 | 1 | -1/+4 |
* | Add .cvsignore files to the new plugins. | Guy Harris | 2004-03-25 | 3 | -0/+57 |
* | Squelch compiler warnings, and remove some trailing blanks from lines. | Guy Harris | 2004-03-25 | 3 | -39/+39 |
* | Add the usual extra files to the new plugins. | Guy Harris | 2004-03-25 | 15 | -0/+1029 |
* | From Duncan Sargeant: Cisco SS7 RUDP, RLM, and Session Management | Guy Harris | 2004-03-25 | 14 | -4/+930 |
* | From Tomas Kukosa: BER dissector enhancements and proto.c updates to | Guy Harris | 2004-03-25 | 6 | -29/+61 |
* | Make "epan_init()" take, as additional arguments, pointers to routines | Guy Harris | 2004-03-23 | 3 | -7/+7 |
* | From Brian Wheeler: DOCSIS 2.0 support. | Guy Harris | 2004-03-17 | 11 | -295/+1843 |
* | Add the URL of the specifications page. | Guy Harris | 2004-03-08 | 1 | -2/+6 |
* | Use "tvb_format_text()" on the port name, so that if there are bytes in | Guy Harris | 2004-03-08 | 1 | -5/+3 |
* | Fetch the port name string using "tvb_get_string()", so that we don't | Guy Harris | 2004-03-07 | 1 | -7/+15 |
* | From Tomas Kukosa: add packet-ber.c routines to the plugin API. | Guy Harris | 2004-03-04 | 7 | -3/+64 |
* | Note to self: If you update the code, you should update the docs too. | Jörg Mayer | 2004-03-02 | 3 | -9/+11 |
* | Make the default ASN.1 file be "no file", not {Ethereal install | Guy Harris | 2004-02-22 | 1 | -14/+20 |
* | Include "report_err.h" to declare "report_open_failure()" and | Guy Harris | 2004-02-21 | 1 | -1/+2 |
* | Regenerate the files from the latest list of exported functions. | Guy Harris | 2004-02-21 | 5 | -1/+14 |
* | Move "dissect_per_bit_string()" to the end, to preserve the order of | Guy Harris | 2004-02-21 | 1 | -3/+3 |
* | Add routines that can be called from dissectors to report file open and | Guy Harris | 2004-02-21 | 2 | -4/+10 |
* | Fix a typo. | Guy Harris | 2004-02-20 | 1 | -2/+2 |
* | On Win32, don't treat "file not found" as an error when trying to load | Guy Harris | 2004-02-20 | 1 | -3/+13 |
* | From Lars Roland: Add support for a combined GTK1/2 Windows installer. | Gerald Combs | 2004-02-18 | 1 | -1/+5 |
* | From Erwin Rol: update RTnet plugin to the latest spec. | Guy Harris | 2004-02-18 | 2 | -101/+202 |
* | From Tomas Kukosa, add a PER helper to dissect BITSTRINGS | Ronnie Sahlberg | 2004-02-16 | 1 | -1/+3 |
* | Add "tvb_strsize()". | Guy Harris | 2004-02-10 | 6 | -2/+8 |
* | replaced every appearance of gtk_scrolled_window_new() with | Ulf Lamping | 2004-02-06 | 1 | -6/+4 |
* | Update a comment. | Guy Harris | 2004-02-05 | 1 | -2/+9 |
* | From Lars Roland: fix the declaration of "tvb_strneql()". | Guy Harris | 2004-02-02 | 2 | -3/+3 |
* | packet-dcerpc-afs4int.c | Jörg Mayer | 2004-02-01 | 2 | -3/+3 |
* | Delete generated files during distclean instead of maintainerclean, so | Gerald Combs | 2004-01-25 | 1 | -2/+2 |
* | Make the definition of tvb_format_text() match what's in tvbuff.h. | Gerald Combs | 2004-01-25 | 2 | -3/+3 |
* | Added the ability to compile both GTK versions 1 and 2 at the same time. | Ulf Lamping | 2004-01-24 | 1 | -3/+9 |
* | Trivial signed/unsigned warning fixes | Jörg Mayer | 2004-01-24 | 1 | -12/+12 |
* | Change msg from guint8* to gchar* (because of tvb_format_text change) | Jörg Mayer | 2004-01-23 | 1 | -5/+5 |
* | From Pierre Juhen: add "find_protocol_by_id()" to the list of functions | Guy Harris | 2004-01-23 | 6 | -2/+9 |
* | Fix warnings found by -Wstrict-prototypes | Jörg Mayer | 2004-01-18 | 1 | -5/+5 |
* | Remove unused rule to build packet-asn1-static.o | Jörg Mayer | 2004-01-18 | 1 | -4/+1 |
* | Give the IrDA dissector its own private value_string table for the frame | Guy Harris | 2004-01-18 | 1 | -3/+10 |
* | Add arguments to "dissect_xdlc_control()" to specify value_string | Guy Harris | 2004-01-18 | 1 | -1/+1 |
* | Add arguments to "dissect_xdlc_control()" to specify value_string | Guy Harris | 2004-01-18 | 1 | -2/+4 |
* | Add arguments to "dissect_xdlc_control()" to specify value_string | Guy Harris | 2004-01-18 | 1 | -544/+459 |
* | From Matthijs Melchior: allow an absent or empty file name to mean "no | Guy Harris | 2004-01-13 | 1 | -1/+4 |
* | Don't do anything exotic to get signed integral values - Ethereal's | Guy Harris | 2004-01-07 | 1 | -59/+3 |
* | Use "tvb_get_guint8()", not "tvb_get_ntohs()", to fetch 1-byte numbers. | Guy Harris | 2004-01-07 | 1 | -10/+8 |
* | removed some MSVC warnings (level 3) | Ulf Lamping | 2004-01-05 | 5 | -11/+11 |