| Commit message (Expand) | Author | Age | Files | Lines |
* | From Jon R | Ronnie Sahlberg | 2005-04-19 | 1 | -19/+62 |
* | Add a note about testing to the "Robustness" section. | Gerald Combs | 2005-04-11 | 1 | -0/+15 |
* | Add a note about doing checks before subtracting, for example, the | Guy Harris | 2005-03-26 | 1 | -0/+12 |
* | Thou shalt not g_assert() in a dissector. | Guy Harris | 2005-03-23 | 1 | -0/+7 |
* | Remind people not to use "g_ntoh[ls]()" or "g_hton[ls]()" to convert | Guy Harris | 2005-03-23 | 1 | -0/+8 |
* | fix a bug and add a forward declaration in the example skeleton code | Ulf Lamping | 2005-03-14 | 1 | -1/+4 |
* | from Micheal Duigou: add some doxygen tags and some changes to README.developer | Ulf Lamping | 2005-03-11 | 1 | -29/+96 |
* | Add one more reason to use "tvb_get_string()", as we've had a recent | Guy Harris | 2005-03-11 | 1 | -0/+11 |
* | Add boolean to the list of non-portable types | Jörg Mayer | 2005-02-01 | 1 | -8/+9 |
* | Grammar and typo fix from Mike Duigou. | Guy Harris | 2005-01-07 | 1 | -2/+2 |
* | add a more detailed description, how to add a new dissector file | Ulf Lamping | 2004-12-28 | 1 | -0/+6 |
* | From Jeff Morriss: PREF_RANGE preference type, for ranges of integers. | Guy Harris | 2004-10-14 | 1 | -0/+8 |
* | Note that variadic macros shouldn't be used. | Guy Harris | 2004-10-06 | 1 | -0/+17 |
* | Note that declarations in the middle of a block aren't supported by all | Guy Harris | 2004-09-17 | 1 | -0/+10 |
* | Note that _WIN32, not WIN32, should be used in #ifdefs and #ifs testing | Guy Harris | 2004-09-11 | 1 | -0/+7 |
* | Note that developers should avoid GTK+ 2.x/GLib 2.x-only stuff (and, in | Guy Harris | 2004-09-07 | 1 | -0/+14 |
* | add HFILL to the skeleton example and documentation of the field registration | Ulf Lamping | 2004-08-31 | 1 | -5/+8 |
* | corrected paths, where the dissectors and the corresponding Makefile.common c... | Ulf Lamping | 2004-08-31 | 1 | -3/+3 |
* | Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit | Guy Harris | 2004-08-22 | 1 | -2/+26 |
* | Note that "G_GINT64_CONSTANT()" should be used for constant values that | Guy Harris | 2004-08-19 | 1 | -6/+19 |
* | Note that you *MUST* make sure "match_strval()" doesn't return null | Guy Harris | 2004-07-23 | 1 | -1/+13 |
* | SNPRINTF isn't used any more - remove from sample dissector | Jörg Mayer | 2004-07-18 | 1 | -6/+3 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -4/+4 |
* | Give more details on the "don't build the protocol tree if you don't | Guy Harris | 2004-07-08 | 1 | -7/+22 |
* | tmpnam() really should not be used for security reasons. | Jörg Mayer | 2004-06-25 | 1 | -4/+9 |
* | Pick up the stuff I did for tcpdump to figure out the right strings to | Guy Harris | 2004-06-19 | 1 | -12/+17 |
* | Have two strings in an enum_val_t - one that's a short string that is | Guy Harris | 2004-05-24 | 1 | -16/+31 |
* | added hint to use g_snprintf instead of snprintf and sprintf | Ulf Lamping | 2004-03-25 | 1 | -4/+15 |
* | Update to reflect current reality. | Guy Harris | 2004-03-19 | 1 | -18/+13 |
* | Describe some problems with processing data pointed to by the result of | Guy Harris | 2004-02-25 | 1 | -17/+133 |
* | Remove a comment on ancient Ethereal | Jörg Mayer | 2004-02-19 | 1 | -9/+4 |
* | Add a note on white space conventions (tab expansion different from 8 spaces is | Olivier Biot | 2004-02-14 | 1 | -4/+24 |
* | Move the list of dissectors (DISSECTOR_SRC) out of Makefile.am and | Jörg Mayer | 2004-01-21 | 1 | -10/+9 |
* | Header files proto-ABBREV.h must not exist if there are no functions | Olivier Biot | 2003-12-30 | 1 | -8/+57 |
* | Note that "uchar", "u_char", "u_short", "u_int", and "u_long" are also | Guy Harris | 2003-12-19 | 1 | -9/+12 |
* | Fix the stuff that talks about adding to DISSECTOR_SOURCES to talk about | Guy Harris | 2003-11-14 | 1 | -5/+5 |
* | Warn people not to use the "numbered argument" feature that many UNIX | Guy Harris | 2003-11-06 | 1 | -3/+15 |
* | Clarify the previous checkin - that applies to the 'value' argument. | Guy Harris | 2003-10-28 | 1 | -7/+8 |
* | As per a suggestion by Olivier Biot, note that objects pointed to by | Guy Harris | 2003-10-28 | 1 | -3/+8 |
* | Warn about Yet Another GCCism. | Guy Harris | 2003-10-20 | 1 | -3/+7 |
* | From Lo�c Minier: information on how to do reassembly of PDUs atop TCP. | Guy Harris | 2003-10-09 | 1 | -3/+92 |
* | Add an item about prefixing #define names and enum names with a prefix | Guy Harris | 2003-10-09 | 1 | -3/+8 |
* | Add One More Item to the list of things not all compilers can handle. | Guy Harris | 2003-10-06 | 1 | -3/+21 |
* | Fix a typo. | Guy Harris | 2003-07-30 | 1 | -27/+32 |
* | Add to the fundamental types passed between the scanner and the parser. | Gilbert Ramirez | 2003-07-25 | 1 | -4/+52 |
* | Typo fix, from Brad Hards. | Guy Harris | 2003-07-07 | 1 | -5/+5 |
* | Clarify the comment about not doing dissection work if "tree" is NULL, | Guy Harris | 2003-06-12 | 1 | -5/+7 |
* | - conversation_get_protocol_data -> conversation_get_proto_data | Laurent Deniel | 2003-03-09 | 1 | -10/+10 |
* | Note that you need <io.h> on Windows if you want to use "open()", | Guy Harris | 2003-03-07 | 1 | -3/+17 |
* | Throw in some additional portability notes about: | Guy Harris | 2003-03-06 | 1 | -4/+37 |