aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2005-06-04make a complete redesign of the files sectionUlf Lamping2-118/+181
2005-06-04update usage output and manual pages for both Ethereal and Tethereal to refle...Ulf Lamping2-118/+130
2005-06-03From Mike Duigou:Anders Broman1-21/+93
2005-05-31add new command line flag "-g", will go to a given packet, after loading a ca...Ulf Lamping1-0/+5
2005-05-30fix #148: (win32 only) use command line parameter -B to set capture buffer sizeUlf Lamping1-0/+7
2005-05-30First part to fix #148: use command line parameter -o not only for preference...Ulf Lamping1-38/+11
2005-05-25Update URLs for WinPcap.Guy Harris1-2/+2
2005-05-11Some applications do very naughty things like reusing a port for a different ...Ronnie Sahlberg1-9/+56
2005-05-03add the new target "install-plugins" to nmake makefileLars Roland1-0/+3
2005-05-01Add an install-deps target to the nmake makefiles.Lars Roland1-1/+0
2005-04-19From Jon RRonnie Sahlberg1-19/+62
2005-04-14From Steve KargRonnie Sahlberg1-1/+1
2005-04-11Add a note about testing to the "Robustness" section.Gerald Combs1-0/+15
2005-04-11add some missing menu items, describe changes in the -b ring buffer command l...Ulf Lamping1-14/+62
2005-04-10Add an option to Editcap that adds various types of errors to the capture Gerald Combs1-3/+10
2005-04-10Make it slightly clearer that the bitwise AND operator evaluates to aGuy Harris1-0/+3
2005-04-01Edits, update to current "all GTK+ stuff is common" state.Guy Harris1-6/+6
2005-03-30Make it a bit clearer that what "-w" writes is raw binary packet data,Guy Harris1-5/+8
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-21Hint in README.tapping about the stats_tree.Luis Ontanon1-0/+4
2005-03-21 Something is better than nothing, Sooner is better than later.Luis Ontanon1-0/+199
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-03-08More editing.Guy Harris1-2/+3
2005-03-08Editing.Guy Harris1-2/+2
2005-03-08from jaap keuter: add info how to update from old to new style plugin registe...Ulf Lamping1-1/+54
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-1/+1
2005-03-05Preparations for dropping the old plugin api.Lars Roland1-22/+18
2005-03-01From Graeme Hewson: rename the global preferences file to "preferences"Guy Harris2-37/+37
2005-02-24Didier Gautheron: Fix out of tree compilationJörg Mayer1-2/+2
2005-02-22add the number of autostop files to the command line parameters, e.g.:Ulf Lamping1-1/+7
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+2
2005-02-01Add boolean to the list of non-portable typesJörg Mayer1-8/+9
2005-01-18we can merge more than two files with mergecapUlf Lamping1-1/+1
2005-01-14Remove another GNU cp dependency.Gerald Combs1-2/+2
2005-01-13Add support for a personal hosts file.Guy Harris2-33/+50
2005-01-07Grammar and typo fix from Mike Duigou.Guy Harris1-2/+2
2005-01-03Let capinfos print statistics for more than one file. NormalizeGerald Combs1-3/+5
2004-12-28add a more detailed description, how to add a new dissector fileUlf Lamping1-0/+6
2004-10-26Document the personal capture and display filters list in the FILESGuy Harris1-10/+14
2004-10-22For the .pod->.html rules, find the ".pod" files in $(srcdir),Guy Harris1-6/+6
2004-10-20renamed capinfo to capinfos, as the former name capinfo was already used in a...Ulf Lamping3-30/+30
2004-10-20Update the man page to indicate that "-q", when capturing without "-w",Guy Harris1-3/+4
2004-10-18Add a rule to make ../AUTHORS-SHORT-FORMAT, as it won't necessarily haveGuy Harris1-1/+6
2004-10-17From Graeme Hewson: make AUTHORS-SHORT not include formatting codes,Guy Harris2-4/+4
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