aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
AgeCommit message (Collapse)AuthorFilesLines
2005-12-18reassembling as enabled by default (the default was changed from disabled to ↵Ulf Lamping1-8/+9
enabled some time ago) svn path=/trunk/; revision=16836
2005-12-17both eug and edg still mentioned Ethereal 0.10.12Ulf Lamping2-2/+2
svn path=/trunk/; revision=16832
2005-12-14update Ethereal command line options -D and -iUlf Lamping1-23/+54
svn path=/trunk/; revision=16794
2005-12-12Add a note that the Win32 tool recommendations should be strictly followed.Ulf Lamping1-13/+20
Change tool headers: "UNIX:" -> "UNIX or Win32 Cygwin:" Update output of verify_tools target svn path=/trunk/; revision=16767
2005-12-03add the (Win32 only) signal pipeUlf Lamping2-0/+0
svn path=/trunk/; revision=16661
2005-12-03the capture child don't use capture.c, remove it from the drawingUlf Lamping2-0/+0
svn path=/trunk/; revision=16659
2005-11-09Updated feature: When cancelling a file load operation...Ulf Lamping1-0/+9
svn path=/trunk/; revision=16442
2005-11-08Fix a cut-and-pasteo.Gerald Combs1-1/+1
svn path=/trunk/; revision=16437
2005-11-08You don't tug on Superman's cape. You don't spit into the wind.Gerald Combs1-0/+8
You don't pull the mask off the old Lone Ranger, and you don't overflow a guint8. Fixes the infinite loop in bug 576. Fix up whitespace. Add an entry to the release notes. Apologies to Jim Croce. svn path=/trunk/; revision=16436
2005-10-27Add a CVE item for the IRC bug.Gerald Combs1-0/+1
svn path=/trunk/; revision=16345
2005-10-26Add the recent IRC bug to the release notes.Gerald Combs1-0/+6
svn path=/trunk/; revision=16318
2005-10-19from Jaap Keuter:Ulf Lamping1-17/+13
Working with the reassembly functionality Ethereal provides I've found some additional changes had to be made to the EDG 8.4.1: - a typo (made by myself) - fragment_add_seq_check() doesn't take -1 as length remaining - process_reassembled_data() can be called with or without tree, and is required in both dissection runs - some whitespace stuff svn path=/trunk/; revision=16273
2005-10-14Fix XML errors.Gerald Combs1-2/+5
svn path=/trunk/; revision=16223
2005-10-14Clear 0.10.13-specific contents out of the release notes.Gerald Combs1-200/+8
svn path=/trunk/; revision=16222
2005-10-13Add entries for SRVLOC and the protocol hierarchy stats.Gerald Combs1-2/+14
svn path=/trunk/; revision=16216
2005-10-12Updates for 0.10.13.Gerald Combs1-4/+48
svn path=/trunk/; revision=16201
2005-10-09Ignore some release notes related stuffJörg Mayer1-0/+2
Add some generated release notes stuff to the clean target svn path=/trunk/; revision=16170
2005-10-05from Jaap Keuter:Ulf Lamping1-14/+52
Reading EDG 8.4.1 it struck me as a bit incomplete and inconsistent. This patch hopes to work these kinks out. svn path=/trunk/; revision=16133
2005-09-27add a new subsection "Code Requirements" and mention fuzz testing thereUlf Lamping1-13/+41
svn path=/trunk/; revision=16023
2005-09-25Don't write before the beginning of a buffer. Add an item to theGerald Combs1-0/+7
release notes. svn path=/trunk/; revision=16003
2005-09-23The Ethereal version is 0.10.12 for some time now ...Ulf Lamping1-1/+1
svn path=/trunk/; revision=15978
2005-09-23from Jaap Keuter: fixed the package names for yacc and lexx (being bison and ↵Ulf Lamping1-3/+31
flex) and from myself: add a section about GNU unzip and add it to the optional tools svn path=/trunk/; revision=15977
2005-09-21Add an item about the X11 dissector.Gerald Combs1-1/+8
svn path=/trunk/; revision=15930
2005-09-21Free our flow graph strings when we're done with them. Add a note aboutGerald Combs1-4/+22
flow graphs to the release notes, along with other stuff. svn path=/trunk/; revision=15928
2005-09-20Be more paranoid about buffer overruns.Gerald Combs1-1/+1
svn path=/trunk/; revision=15901
2005-09-14fix #388: add /desktopicon and /quicklaunchicon command line options to the ↵Ulf Lamping1-4/+28
NSIS installer update the User's Guide accordingly svn path=/trunk/; revision=15792
2005-09-13In smb_trans_defragment(), throw an exception if we encounter a too-largeGerald Combs1-0/+8
fragment size. The limit is conservatively set at 65536 bytes. It may have to be increased. Fixes bug 421. Add an entry to the release notes. svn path=/trunk/; revision=15789
2005-09-08add description of the Windows installer command line parametersUlf Lamping1-2/+33
svn path=/trunk/; revision=15721
2005-09-07Add bounds checking in several places to the SigComp UDVM. Use memset()Gerald Combs1-0/+7
instead of while loops to initialize variables. Use a define instead of magic numbers. Don't use guint8s for counters. Add a corresponding entry to the release notes. svn path=/trunk/; revision=15715
2005-09-06Add a note about PCRE.Gerald Combs1-0/+7
svn path=/trunk/; revision=15708
2005-09-06Add a section on file locations.Gerald Combs1-1/+4
svn path=/trunk/; revision=15705
2005-09-02In RTnet, make sure we don't pass a null handle to call_dissector(). AddGerald Combs1-0/+7
an entry about this to the release notes. Fixes a recent buildbot crash. svn path=/trunk/; revision=15673
2005-08-30Add an item about the packet list scroll bar.Gerald Combs1-1/+5
svn path=/trunk/; revision=15628
2005-08-30add timestamp enhancements to the changes section, do some editing with the ↵Ulf Lamping1-8/+27
existing entries svn path=/trunk/; revision=15627
2005-08-30minor workflow enhancement, generate the HTML files before the pdf's and alike.Ulf Lamping1-3/+3
while working with the docbook sources, the html versions are a lot easier to look at than the pdf's. At least the Adobe Reader will lock the pdf file, so one has to close it to generate a next version, it's ugly to work with. the html files can be viewed with e.g. Firefox while a new version is already generated, a simple reload will do the update then ... svn path=/trunk/; revision=15625
2005-08-30from Jaap Keuter:Ulf Lamping1-112/+118
There were so many little things in chapter 2 that I had to get to it and weed them all out. Its mainly capitalizations, some wording, and the addition of GnuWin32 references. svn path=/trunk/; revision=15624
2005-08-28Update the RSVP entry.Gerald Combs1-2/+2
svn path=/trunk/; revision=15601
2005-08-26Docbook isn't HTML. Use <ulink> instead of <a>.Gerald Combs1-2/+2
svn path=/trunk/; revision=15543
2005-08-26Add an item about ip.checksum_bad's new behavior. Update the WinPcapGerald Combs1-2/+12
installer notes. svn path=/trunk/; revision=15541
2005-08-19as the WinPcap installation is now longer really needed (it has become part ↵Ulf Lamping1-40/+111
of the main Ethereal installer) clarify things about installation svn path=/trunk/; revision=15439
2005-08-19add information about unsupported/fresh windows versionsUlf Lamping1-1/+20
svn path=/trunk/; revision=15436
2005-08-17put the intermediate files of the release_notes chm build into it's own dir ↵Ulf Lamping1-1/+1
release_notes_chm/ instead of . svn path=/trunk/; revision=15397
2005-08-170.10.12 -> 0.10.13 (preliminary)Ulf Lamping1-1/+18
add a section about "new and updated features" svn path=/trunk/; revision=15396
2005-08-16Add a note about sFlow. Remove the CSM_ENCAPS bug; I inadvertentlyGerald Combs1-4/+4
reintroduced it after the 0.10.12 release. svn path=/trunk/; revision=15376
2005-08-13Add an item for CSM_ENCAPS.Gerald Combs1-0/+7
svn path=/trunk/; revision=15340
2005-08-11Add notes about SCSI, BER, and ONC RPC bugs.Gerald Combs1-5/+29
svn path=/trunk/; revision=15293
2005-08-10Add bug IDs to the list of bugs fixed.Gerald Combs1-0/+5
svn path=/trunk/; revision=15287
2005-08-10Fix a typo.Guy Harris1-1/+1
svn path=/trunk/; revision=15285
2005-08-10Add an item for the SLIMP3 overflow.Gerald Combs1-0/+6
svn path=/trunk/; revision=15280
2005-08-09Add a note about the IrDA dissector crash.Gerald Combs1-2/+8
svn path=/trunk/; revision=15268