aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add <>add <> to the option parametersUlf Lamping2006-01-111-205/+93
* add <> to the option parametersUlf Lamping2006-01-111-21/+21
* set: The first 4 bytes seem to be the saltJörg Mayer2006-01-111-25/+15
* Pass the correct arguments to fopen().Gerald Combs2006-01-111-1/+1
* If we pass a short length to unicode_to_bytes(), return an empty stringGerald Combs2006-01-111-29/+33
* This patch fixes a couple of bind replies to report proper session id.Jaap Keuter2006-01-111-3/+3
* update usage textUlf Lamping2006-01-111-44/+55
* Fix compiling under GLib 1, squelch a gcc warning.Gerald Combs2006-01-111-3/+5
* instead of repeating the capture file format description over and over again ...Ulf Lamping2006-01-113-207/+41
* same command line related changes as recently done with editcapUlf Lamping2006-01-112-113/+49
* Make sure last_dn is big enough, and set it to NULL when we'reGerald Combs2006-01-103-8/+12
* same command line related changes as recently done with editcapUlf Lamping2006-01-102-130/+166
* print the list of available types also if the given type is invalidUlf Lamping2006-01-101-18/+24
* added <>: [-c packets per file] -> [-c <packets per file>]Ulf Lamping2006-01-101-20/+23
* redesign of the usage output (displayed with -h or an unknown option):Ulf Lamping2006-01-101-36/+66
* Close "/dev/urandom" if we manage to open it.Gerald Combs2006-01-101-0/+1
* Allocate memory on 8-byte boundaries again. Tweak the way we Gerald Combs2006-01-101-60/+80
* Handle <application id="4294967295" name="Relay"/>Anders Broman2006-01-101-3/+2
* Update with AVP:s from the dictionary Joost Yervante Damad sent.Anders Broman2006-01-102-12/+416
* Didier Gautheron:Jörg Mayer2006-01-101-5/+8
* Allowing pointer arithmetic on "void *"s is a GCCism; cast "void *"s toGuy Harris2006-01-101-2/+2
* Add canary values after each allocation. If our canaries values don'tGerald Combs2006-01-091-81/+151
* Add UDP-Lite packets to the UDP statisticsJaap Keuter2006-01-092-0/+2
* complete redesign of this manpageUlf Lamping2006-01-091-153/+164
* add a new command line option "chop", which will simply cut off the last "n" ...Ulf Lamping2006-01-091-19/+39
* Use col_set_fence(), not to owerwrite colinfo if more than one Camel pdu is i...Anders Broman2006-01-092-2/+4
* Add more data types from tds.h. Fix unknown data skipping for some dataGerald Combs2006-01-091-78/+87
* First attempt to decode CCX type 4 IEs (QoS?)Jörg Mayer2006-01-091-1/+46
* Add dissection of more IE:sAnders Broman2006-01-073-16/+1156
* fix bug #654: precise the link to the capture filter syntax (tcpdump man page...Ulf Lamping2006-01-071-1/+1
* From Olivier Jacques, Anders Broman2006-01-074-20/+54
* fix bug #660: we must alphabetically sort columns 0&1, not 0&2Ulf Lamping2006-01-071-8/+8
* Add some inflateEnd() calls to free up stuff associated with a streamGuy Harris2006-01-071-1/+7
* move output_to_pipe flag from tethereal's loop_data into capture_opts, so it ...Ulf Lamping2006-01-075-71/+98
* don't claim to be an erf file if it isn't (e.g. if the file_read call fails)Ulf Lamping2006-01-071-1/+1
* add a new suite of file I/O test casesUlf Lamping2006-01-072-1/+164
* fix a test case and some commentsUlf Lamping2006-01-071-4/+2
* Don't link dumpcap with -lmJörg Mayer2006-01-071-1/+1
* Don't dereference a null pointer. Fixes bug 651. Update the release notesGerald Combs2006-01-063-36/+14
* Olivier Jacques:Jörg Mayer2006-01-061-2/+2
* Bill Meier: More spelling fixesJörg Mayer2006-01-065-14/+14
* minor cleanupUlf Lamping2006-01-061-2/+5
* add a new section about checksumsUlf Lamping2006-01-061-0/+148
* code cleanup: use "-" for all places, where stdin/stdout is meantUlf Lamping2006-01-063-13/+12
* Catch a combination of "-S" and "-w -" - you'll just getGuy Harris2006-01-051-4/+13
* cleanup of exit_main() declarationUlf Lamping2006-01-051-5/+6
* add a test case: writing the capture file to stdout: "-w -"Ulf Lamping2006-01-051-5/+42
* Win32: set stdout to binary mode in wtap_dump_fdopen(), so tethereal is also ...Ulf Lamping2006-01-051-0/+6
* Steve Karg:Jörg Mayer2006-01-052-6/+48
* Bill Meier:Jörg Mayer2006-01-0547-171/+171