aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
AgeCommit message (Expand)AuthorFilesLines
2009-04-17Add a note about LLP64 portability.Gerald Combs1-0/+41
2009-03-27Add initial support for string buffers - ep_allocated, growable stringsGerald Combs1-2/+9
2009-03-27Introduce two new functions:Stephen Fisher1-0/+11
2009-02-05Trivial spacing changeBill Meier1-1/+1
2009-01-15Update the description & skeleton code for the use of proto_reg_handoff.Bill Meier1-32/+64
2008-11-18Wrap "USA." in the address of the FSF onto a new line with a * in front of it.Stephen Fisher1-1/+2
2008-11-01Update tabsize, re-group bitfield proto_tree functions, extend fieldinfo macr...Jaap Keuter1-90/+118
2008-10-23Add tvb_bytes_to_str() & tvb_bytes_to_str_punct(); fix a few typos.Bill Meier1-5/+21
2008-09-22Polish up the proto_tree_add_bitmask() description example.Jaap Keuter1-0/+8
2008-09-22Fix for bug 2889:Jaap Keuter1-2/+7
2008-09-06compile a document about heuristic dissectors, following:Ulf Lamping1-0/+1
2008-08-22Minor rewording; fix a typeBill Meier1-5/+9
2008-08-04From Alexey Neyman :Anders Broman1-2/+25
2008-07-30From Alexey Neyman :Anders Broman1-2/+12
2008-07-30Add information aboutAnders Broman1-1/+26
2008-07-24Remove the (long deprecated) proto_tree_add_*_hidden() functionsJeff Morriss1-126/+65
2008-07-18Hyphenate "per-packet information".Guy Harris1-3/+3
2008-06-30From Abhik Sarkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=266...Jeff Morriss1-2/+2
2008-06-16Fix for bug 2612:Jaap Keuter1-3/+4
2008-05-23eth_ --> ws_Bill Meier1-5/+5
2008-05-21Fix typoBill Meier1-1/+1
2008-05-21Only Glib/GTK+ >= 2.4/2.4 supported; checkAPIs.pl should be used to verify code.Bill Meier1-13/+8
2008-05-20Clean up PTV cursor documentation.Jaap Keuter1-30/+33
2008-04-07- Remove GLIB1 codeStephen Fisher1-7/+0
2008-03-23From William Pursell:Jaap Keuter1-17/+17
2008-03-21Fix bug #2382: Typos in README.developerStephen Fisher1-7/+7
2008-03-09Complete binary tree description with string keys.Jaap Keuter1-14/+15
2008-03-05from Andrew Feren :Anders Broman1-3/+3
2008-02-19Back out useing $Id$; There's a reason for using Date/Author/etc. (Oops)Bill Meier1-1/+3
2008-02-18Fix typoBill Meier1-1/+1
2008-02-18Fix some some propertiesBill Meier1-3/+1
2007-12-11From Marton Nemeth:Stig Bjørlykke1-2/+2
2007-12-10From Michael:Stig Bjørlykke1-2/+2
2007-12-06Update FIELDDESCR with NULL option. Jaap Keuter1-15/+8
2007-11-19Introduce a new field type called FT_EBCDIC. This field works the same asStephen Fisher1-2/+6
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