aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
AgeCommit message (Expand)AuthorFilesLines
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
2003-12-30Header files proto-ABBREV.h must not exist if there are no functionsOlivier Biot1-8/+57
2003-12-19Note that "uchar", "u_char", "u_short", "u_int", and "u_long" are alsoGuy Harris1-9/+12
2003-11-14Fix the stuff that talks about adding to DISSECTOR_SOURCES to talk aboutGuy Harris1-5/+5
2003-11-06Warn people not to use the "numbered argument" feature that many UNIXGuy Harris1-3/+15
2003-10-28Clarify the previous checkin - that applies to the 'value' argument.Guy Harris1-7/+8
2003-10-28As per a suggestion by Olivier Biot, note that objects pointed to byGuy Harris1-3/+8
2003-10-20Warn about Yet Another GCCism.Guy Harris1-3/+7
2003-10-09From Lo�c Minier: information on how to do reassembly of PDUs atop TCP.Guy Harris1-3/+92
2003-10-09Add an item about prefixing #define names and enum names with a prefixGuy Harris1-3/+8
2003-10-06Add One More Item to the list of things not all compilers can handle.Guy Harris1-3/+21
2003-07-30Fix a typo.Guy Harris1-27/+32
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez1-4/+52
2003-07-07Typo fix, from Brad Hards.Guy Harris1-5/+5
2003-06-12Clarify the comment about not doing dissection work if "tree" is NULL,Guy Harris1-5/+7
2003-03-09- conversation_get_protocol_data -> conversation_get_proto_dataLaurent Deniel1-10/+10
2003-03-07Note that you need <io.h> on Windows if you want to use "open()",Guy Harris1-3/+17
2003-03-06Throw in some additional portability notes about:Guy Harris1-4/+37
2003-02-10Note that one shouldn't put a comma after the last element of an enum.Guy Harris1-3/+6
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris1-8/+6
2003-01-29More completely explain the "name" argument to theGuy Harris1-4/+12
2003-01-26Update my email address in various places since my old one no longer worksLaurent Deniel1-4/+4
2002-12-19Document FT_FRAMENUM.Guy Harris1-4/+8
2002-12-09Fix a typo.Gerald Combs1-4/+4
2002-11-09Put in a note about "ntoh[ls]()" and "hton[ls]()" vs. the GLib versionsGuy Harris1-3/+12
2002-11-03From Jean-Baptiste Marchand: fix a typo in README.developer.Guy Harris1-4/+4