aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
AgeCommit message (Expand)AuthorFilesLines
2007-10-26From Andrew Feren: Fix an assortment of typos and other minor errorsBill Meier1-22/+23
2007-10-16Change more fopen() to eth_fopen() to finish fixing bug 1827:Jeff Morriss1-8/+15
2007-10-13Update to README.developer describing the use of conversation timestampsSake Blok1-4/+69
2007-09-28Add a small note saying not to use proto_tree_add_text() in new code unless y...Jeff Morriss1-6/+7
2007-09-28Add notes suggesting not to use hidden fields but if you're going to, use PRO...Jeff Morriss1-4/+19
2007-09-26The dissector packet-dcp.c now fails to compile on MacOS X (gcc 4.0.1/Apple)....Stephen Fisher1-7/+0
2007-09-26Don't useGuy Harris1-0/+6
2007-07-13Added remark on anonymous unions.Jaap Keuter1-1/+11
2007-07-12From Guillem Hernandez: fix decoding of EOSP bit. From Jaap Keuter: fix descr...Jeff Morriss1-16/+17
2007-07-09Add a note on how to handle obsolete preferencesJaap Keuter1-0/+8
2007-05-29Update to reflect the use of G_GINT64_MODIFIER, rather than PRI[douxX],Guy Harris1-3/+10
2007-04-02Make RX a new style dissector: return 0 if there isn't at least 28 bytes of m...Jeff Morriss1-0/+3
2007-03-31add a small section, that code should be warning freeUlf Lamping1-1/+10
2007-03-30- new ptvcursor subtrees management functions :Sebastien Tandel1-0/+39
2007-03-11Fix bug 552:Jeff Morriss1-161/+163
2007-03-05From Richard van der Hoff:Jaap Keuter1-53/+55
2007-02-14From Sebastien Tandel:Stephen Fisher1-2/+6
2007-02-13From Sebastien Tandel:Stephen Fisher1-0/+6
2007-01-31Explain what 'base' in 'prefs_register_uint_preference()' is: it's used in 's...Jeff Morriss1-0/+2
2007-01-26From Graham Bloice:Jaap Keuter1-1/+1
2007-01-10Extending true_false_string supportJaap Keuter1-1/+4
2006-12-14From Stig Bjorlykke:Stephen Fisher1-1/+1
2006-12-07From Francesco Fondelli:Stephen Fisher1-0/+48
2006-11-29Add documentation of the col_set_fence() and col_prepend_fence_fstr() calls. ...Jeff Morriss1-0/+17
2006-11-28add description of proto_tree_add_bitmask()Ronnie Sahlberg1-0/+52
2006-11-26Change to show how to write a 'new style' dissector (that is, one that return...Jeff Morriss1-27/+54
2006-11-21If you're doing TCP reassembly by hand rather than withGuy Harris1-32/+27
2006-11-21Correct comments and examples on get_pdu_len().Jaap Keuter1-6/+6
2006-11-16Add comments to the indentation style section.Gerald Combs1-11/+18
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