aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
AgeCommit message (Expand)AuthorFilesLines
2006-11-07Add Yet Another Portability Recommendation.Guy Harris1-0/+8
2006-10-26Mention the 64-bit-integer accessors.Guy Harris1-5/+8
2006-10-16- some more cleanupUlf Lamping1-32/+45
2006-10-16split the display filter engine doc into it's own fileUlf Lamping1-112/+2
2006-10-15add a prerequisites section and some minor changesUlf Lamping1-3/+17
2006-10-14Update FSF address in code templateJaap Keuter1-1/+1
2006-10-12Cleanup sample code.Jaap Keuter1-109/+114
2006-08-29from Stephen Fisher:Ulf Lamping1-20/+20
2006-08-10Stephen Fisher:Jörg Mayer1-1/+1
2006-07-03Update the ptvcursors chapter.Jaap Keuter1-10/+20
2006-06-21Stricter wording for PROTOABBREVJaap Keuter1-1/+1
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-38/+38
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-3/+3
2006-05-22ethereal->wiresharkRonnie Sahlberg1-2/+2
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-10/+10
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