aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2005-04-19From Jon Rsahlberg1-19/+62
2005-04-14From Steve Kargsahlberg1-1/+1
2005-04-11Add a note about testing to the "Robustness" section.gerald1-0/+15
2005-04-11add some missing menu items, describe changes in the -b ring buffer command l...ulfl1-14/+62
2005-04-10Add an option to Editcap that adds various types of errors to the capture gerald1-3/+10
2005-04-10Make it slightly clearer that the bitwise AND operator evaluates to aguy1-0/+3
2005-04-01Edits, update to current "all GTK+ stuff is common" state.guy1-6/+6
2005-03-30Make it a bit clearer that what "-w" writes is raw binary packet data,guy1-5/+8
2005-03-26Add a note about doing checks before subtracting, for example, theguy1-0/+12
2005-03-23Thou shalt not g_assert() in a dissector.guy1-0/+7
2005-03-23Remind people not to use "g_ntoh[ls]()" or "g_hton[ls]()" to convertguy1-0/+8
2005-03-21Hint in README.tapping about the stats_tree.lego1-0/+4
2005-03-21 Something is better than nothing, Sooner is better than later.lego1-0/+199
2005-03-14fix a bug and add a forward declaration in the example skeleton codeulfl1-1/+4
2005-03-11from Micheal Duigou: add some doxygen tags and some changes to README.developerulfl1-29/+96
2005-03-11Add one more reason to use "tvb_get_string()", as we've had a recentguy1-0/+11
2005-03-08More editing.guy1-2/+3
2005-03-08Editing.guy1-2/+2
2005-03-08from jaap keuter: add info how to update from old to new style plugin registe...ulfl1-1/+54
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asguy1-1/+1
2005-03-05Preparations for dropping the old plugin api.lroland1-22/+18
2005-03-01From Graeme Hewson: rename the global preferences file to "preferences"guy2-37/+37
2005-02-24Didier Gautheron: Fix out of tree compilationjmayer1-2/+2
2005-02-22add the number of autostop files to the command line parameters, e.g.:ulfl1-1/+7
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedguy1-0/+2
2005-02-01Add boolean to the list of non-portable typesjmayer1-8/+9
2005-01-18we can merge more than two files with mergecapulfl1-1/+1
2005-01-14Remove another GNU cp dependency.gerald1-2/+2
2005-01-13Add support for a personal hosts file.guy2-33/+50
2005-01-07Grammar and typo fix from Mike Duigou.guy1-2/+2
2005-01-03Let capinfos print statistics for more than one file. Normalizegerald1-3/+5
2004-12-28add a more detailed description, how to add a new dissector fileulfl1-0/+6
2004-10-26Document the personal capture and display filters list in the FILESguy1-10/+14
2004-10-22For the .pod->.html rules, find the ".pod" files in $(srcdir),guy1-6/+6
2004-10-20renamed capinfo to capinfos, as the former name capinfo was already used in a...ulfl3-30/+30
2004-10-20Update the man page to indicate that "-q", when capturing without "-w",guy1-3/+4
2004-10-18Add a rule to make ../AUTHORS-SHORT-FORMAT, as it won't necessarily haveguy1-1/+6
2004-10-17From Graeme Hewson: make AUTHORS-SHORT not include formatting codes,guy2-4/+4
2004-10-14From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.guy1-0/+8
2004-10-06Note that variadic macros shouldn't be used.guy1-0/+17
2004-10-01From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weguy1-2/+2
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherguy1-2/+11
2004-09-17Note that declarations in the middle of a block aren't supported by allguy1-0/+10
2004-09-11Note that _WIN32, not WIN32, should be used in #ifdefs and #ifs testingguy1-0/+7
2004-09-07Note that developers should avoid GTK+ 2.x/GLib 2.x-only stuff (and, inguy1-0/+14
2004-09-05Fix cosmetic errors in the AUTHORS file and in ethereal.pod.obiot1-9/+17
2004-08-31add HFILL to the skeleton example and documentation of the field registrationulfl1-5/+8
2004-08-31corrected paths, where the dissectors and the corresponding Makefile.common c...ulfl1-3/+3
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitguy2-6/+32
2004-08-19Note that "G_GINT64_CONSTANT()" should be used for constant values thatguy1-6/+19