aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
AgeCommit message (Expand)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg1-3/+3
2006-05-15update with FT_GUID, FT_OID, BASE_DEC_HEX, BASE_HEX_DECTomas Kukosa1-4/+56
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez1-0/+64
2006-02-25Remove references to README.tvbuff. The Makefile.am should fix theJörg Mayer1-3/+0
2006-02-24Remove obsolete document README.tvbuffJaap Keuter1-2/+4
2006-02-16Document the proto_tree_add_XXX_format_value() routines.Guy Harris1-0/+81
2005-10-25Document ptvcursors.Gilbert Ramirez1-0/+60
2005-10-15 add some text to discourage using strcpy and friends and how to do string bu...Ronnie Sahlberg1-3/+65
2005-09-10Add "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses, to fetch IPv4 andGuy Harris1-1/+6
2005-08-10add new function tvb_get_ephemeral_stringz()Ronnie Sahlberg1-0/+9
2005-08-10rename ep_tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode() and update ...Ronnie Sahlberg1-5/+24
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-6/+15
2005-08-04Don't initialize variables in their declaration with non-constantJörg Mayer1-0/+8
2005-06-17Add a note about fuzz testing.Gerald Combs1-3/+11
2005-06-09From Mike DuigouAnders Broman1-2/+5
2005-06-03From Mike Duigou:Anders Broman1-21/+93
2005-05-11Some applications do very naughty things like reusing a port for a different ...Ronnie Sahlberg1-9/+56
2005-04-19From Jon RRonnie Sahlberg1-19/+62
2005-04-11Add a note about testing to the "Robustness" section.Gerald Combs1-0/+15
2005-03-26Add a note about doing checks before subtracting, for example, theGuy Harris1-0/+12
2005-03-23Thou shalt not g_assert() in a dissector.Guy Harris1-0/+7
2005-03-23Remind people not to use "g_ntoh[ls]()" or "g_hton[ls]()" to convertGuy Harris1-0/+8
2005-03-14fix a bug and add a forward declaration in the example skeleton codeUlf Lamping1-1/+4
2005-03-11from Micheal Duigou: add some doxygen tags and some changes to README.developerUlf Lamping1-29/+96
2005-03-11Add one more reason to use "tvb_get_string()", as we've had a recentGuy Harris1-0/+11
2005-02-01Add boolean to the list of non-portable typesJörg Mayer1-8/+9
2005-01-07Grammar and typo fix from Mike Duigou.Guy Harris1-2/+2
2004-12-28add a more detailed description, how to add a new dissector fileUlf Lamping1-0/+6
2004-10-14From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.Guy Harris1-0/+8
2004-10-06Note that variadic macros shouldn't be used.Guy Harris1-0/+17
2004-09-17Note that declarations in the middle of a block aren't supported by allGuy Harris1-0/+10
2004-09-11Note that _WIN32, not WIN32, should be used in #ifdefs and #ifs testingGuy Harris1-0/+7
2004-09-07Note that developers should avoid GTK+ 2.x/GLib 2.x-only stuff (and, inGuy Harris1-0/+14
2004-08-31add HFILL to the skeleton example and documentation of the field registrationUlf Lamping1-5/+8
2004-08-31corrected paths, where the dissectors and the corresponding Makefile.common c...Ulf Lamping1-3/+3
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-2/+26
2004-08-19Note that "G_GINT64_CONSTANT()" should be used for constant values thatGuy Harris1-6/+19
2004-07-23Note that you *MUST* make sure "match_strval()" doesn't return nullGuy Harris1-1/+13
2004-07-18SNPRINTF isn't used any more - remove from sample dissectorJörg Mayer1-6/+3
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-4/+4
2004-07-08Give more details on the "don't build the protocol tree if you don'tGuy Harris1-7/+22
2004-06-25tmpnam() really should not be used for security reasons.Jörg Mayer1-4/+9
2004-06-19Pick up the stuff I did for tcpdump to figure out the right strings toGuy Harris1-12/+17
2004-05-24Have two strings in an enum_val_t - one that's a short string that isGuy Harris1-16/+31
2004-03-25added hint to use g_snprintf instead of snprintf and sprintfUlf Lamping1-4/+15
2004-03-19Update to reflect current reality.Guy Harris1-18/+13
2004-02-25Describe some problems with processing data pointed to by the result ofGuy Harris1-17/+133
2004-02-19Remove a comment on ancient EtherealJörg Mayer1-9/+4
2004-02-14Add a note on white space conventions (tab expansion different from 8 spaces isOlivier Biot1-4/+24
2004-01-21Move the list of dissectors (DISSECTOR_SRC) out of Makefile.am andJörg Mayer1-10/+9