aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add <>add <> to the option parametersUlf Lamping2006-01-111-205/+93
| | | | | | rephrase some sentences svn path=/trunk/; revision=17005
* add <> to the option parametersUlf Lamping2006-01-111-21/+21
| | | | svn path=/trunk/; revision=17004
* set: The first 4 bytes seem to be the saltJörg Mayer2006-01-111-25/+15
| | | | svn path=/trunk/; revision=17003
* Pass the correct arguments to fopen().Gerald Combs2006-01-111-1/+1
| | | | svn path=/trunk/; revision=17002
* If we pass a short length to unicode_to_bytes(), return an empty stringGerald Combs2006-01-111-29/+33
| | | | | | | | | instead of clobbering a canary. This replicates its pre-canarification behavior (which may not be correct). Fixup whitespace. svn path=/trunk/; revision=17001
* This patch fixes a couple of bind replies to report proper session id.Jaap Keuter2006-01-111-3/+3
| | | | | | | Greg Morris svn path=/trunk/; revision=17000
* update usage textUlf Lamping2006-01-111-44/+55
| | | | svn path=/trunk/; revision=16999
* Fix compiling under GLib 1, squelch a gcc warning.Gerald Combs2006-01-111-3/+5
| | | | svn path=/trunk/; revision=16998
* instead of repeating the capture file format description over and over again ↵Ulf Lamping2006-01-113-207/+41
| | | | | | (this list also tends to become outdated), just give a small description and refer to the Ethereal man page svn path=/trunk/; revision=16997
* same command line related changes as recently done with editcapUlf Lamping2006-01-112-113/+49
| | | | svn path=/trunk/; revision=16996
* Make sure last_dn is big enough, and set it to NULL when we'reGerald Combs2006-01-103-8/+12
| | | | | | | | | finished with it. This should fix the current menagerie failure in Buildbot. Fix up whitespace. svn path=/trunk/; revision=16995
* same command line related changes as recently done with editcapUlf Lamping2006-01-102-130/+166
| | | | svn path=/trunk/; revision=16994
* print the list of available types also if the given type is invalidUlf Lamping2006-01-101-18/+24
| | | | svn path=/trunk/; revision=16993
* added <>: [-c packets per file] -> [-c <packets per file>]Ulf Lamping2006-01-101-20/+23
| | | | | | update to my latest command line changes svn path=/trunk/; revision=16992
* redesign of the usage output (displayed with -h or an unknown option):Ulf Lamping2006-01-101-36/+66
| | | | | | | | | | | option explanation is more detailed now, I've added the option parameters to the description added version information to the usage output instead of using the usage page to display the available file and encapsulation types (which makes the usage page almost unreadable), use empty options -F or -T to print the available types. I've used optopt for this, it seems to be portable that way ... svn path=/trunk/; revision=16991
* Close "/dev/urandom" if we manage to open it.Gerald Combs2006-01-101-0/+1
| | | | svn path=/trunk/; revision=16990
* Allocate memory on 8-byte boundaries again. Tweak the way we Gerald Combs2006-01-101-60/+80
| | | | | | fill the canary data. svn path=/trunk/; revision=16989
* Handle <application id="4294967295" name="Relay"/>Anders Broman2006-01-101-3/+2
| | | | svn path=/trunk/; revision=16988
* Update with AVP:s from the dictionary Joost Yervante Damad sent.Anders Broman2006-01-102-12/+416
| | | | svn path=/trunk/; revision=16987
* Didier Gautheron:Jörg Mayer2006-01-101-5/+8
| | | | | | | | | | proto.c uses the wrong pointer in error msg. Me: Be more verbose in case of illegal characters when registering filter names. svn path=/trunk/; revision=16986
* Allowing pointer arithmetic on "void *"s is a GCCism; cast "void *"s toGuy Harris2006-01-101-2/+2
| | | | | | "char *" before adding an offset to them. svn path=/trunk/; revision=16985
* Add canary values after each allocation. If our canaries values don'tGerald Combs2006-01-091-81/+151
| | | | | | match when we call {ep|se}_free_all(), throw an assertion. svn path=/trunk/; revision=16984
* Add UDP-Lite packets to the UDP statisticsJaap Keuter2006-01-092-0/+2
| | | | svn path=/trunk/; revision=16983
* complete redesign of this manpageUlf Lamping2006-01-091-153/+164
| | | | svn path=/trunk/; revision=16982
* add a new command line option "chop", which will simply cut off the last "n" ↵Ulf Lamping2006-01-091-19/+39
| | | | | | | | | | bytes from each packet. This is required (at least by me) when converting from PacketGrabber files which sometimes seem to include some additional bytes. sort the usage string, so it will be ordered alphabetically replace appearances of "frame" and "record" with "packet" svn path=/trunk/; revision=16981
* Use col_set_fence(), not to owerwrite colinfo if more than one Camel pdu is ↵Anders Broman2006-01-092-2/+4
| | | | | | in one TCAP message. svn path=/trunk/; revision=16980
* Add more data types from tds.h. Fix unknown data skipping for some dataGerald Combs2006-01-091-78/+87
| | | | | | types. Fixup whitespace. svn path=/trunk/; revision=16979
* First attempt to decode CCX type 4 IEs (QoS?)Jörg Mayer2006-01-091-1/+46
| | | | svn path=/trunk/; revision=16978
* Add dissection of more IE:sAnders Broman2006-01-073-16/+1156
| | | | svn path=/trunk/; revision=16977
* fix bug #654: precise the link to the capture filter syntax (tcpdump man ↵Ulf Lamping2006-01-071-1/+1
| | | | | | page "expression") svn path=/trunk/; revision=16976
* From Olivier Jacques, Anders Broman2006-01-074-20/+54
| | | | | | | | | | | | | | | Here is a patch that: - Replaces the arrow labels by the beginning of the COLINFO column if available (usually containing message names/types). - Change the comment area to be "protocol: colinfo_content" From Anders Added ID tag Camel Use col_set_str to remove TCAP info in col_info svn path=/trunk/; revision=16975
* fix bug #660: we must alphabetically sort columns 0&1, not 0&2Ulf Lamping2006-01-071-8/+8
| | | | svn path=/trunk/; revision=16974
* Add some inflateEnd() calls to free up stuff associated with a streamGuy Harris2006-01-071-1/+7
| | | | | | | before freeing the stream; bug 659 mentioned one of them, but there appear to be others. svn path=/trunk/; revision=16973
* move output_to_pipe flag from tethereal's loop_data into capture_opts, so it ↵Ulf Lamping2006-01-075-71/+98
| | | | | | can be used by dumpcap (capture_loop.c) as well svn path=/trunk/; revision=16972
* 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
| | | | | | I don't know if this is the right way to fix it, but it seems at least better than before svn path=/trunk/; revision=16971
* add a new suite of file I/O test casesUlf Lamping2006-01-072-1/+164
| | | | svn path=/trunk/; revision=16970
* fix a test case and some commentsUlf Lamping2006-01-071-4/+2
| | | | svn path=/trunk/; revision=16969
* Don't link dumpcap with -lmJörg Mayer2006-01-071-1/+1
| | | | svn path=/trunk/; revision=16968
* Don't dereference a null pointer. Fixes bug 651. Update the release notesGerald Combs2006-01-063-36/+14
| | | | | | accordingly. svn path=/trunk/; revision=16967
* Olivier Jacques:Jörg Mayer2006-01-061-2/+2
| | | | | | | | Here is a very small patch against current SVN for a mem free bug in flow graph feature. svn path=/trunk/; revision=16966
* Bill Meier: More spelling fixesJörg Mayer2006-01-065-14/+14
| | | | svn path=/trunk/; revision=16965
* minor cleanupUlf Lamping2006-01-061-2/+5
| | | | svn path=/trunk/; revision=16964
* add a new section about checksumsUlf Lamping2006-01-061-0/+148
| | | | svn path=/trunk/; revision=16963
* code cleanup: use "-" for all places, where stdin/stdout is meantUlf Lamping2006-01-063-13/+12
| | | | | | | | tethereal internally converted the stdout capture filename "-" into "" which doesn't make any real sense and only complicated things. To make things even more confusing, wiretap expected "" for dump output and "-" for offline reading ... svn path=/trunk/; revision=16962
* Catch a combination of "-S" and "-w -" - you'll just getGuy Harris2006-01-051-4/+13
| | | | | | | | | | non-human-readable and non-machine-readable garbage from that combination. Use an exit code of 1 for command-line argument syntax errors in some more cases. svn path=/trunk/; revision=16961
* cleanup of exit_main() declarationUlf Lamping2006-01-051-5/+6
| | | | svn path=/trunk/; revision=16960
* add a test case: writing the capture file to stdout: "-w -"Ulf Lamping2006-01-051-5/+42
| | | | svn path=/trunk/; revision=16959
* Win32: set stdout to binary mode in wtap_dump_fdopen(), so tethereal is also ↵Ulf Lamping2006-01-051-0/+6
| | | | | | able to write capture files to stdout using -w - svn path=/trunk/; revision=16958
* Steve Karg:Jörg Mayer2006-01-052-6/+48
| | | | | | | | | | | | I fixed fBACnetPropertyValue in the BACnet packet-bacapp.c dissector where an optional decoding for Priority wasn't being optional. A valid packet with a confirmedEventNotification that did not have the optional priority made this bug evident by indicating Malformed Packet. Me: Fixed some signedness warnings, #if 0'ed out unused functions. svn path=/trunk/; revision=16957
* Bill Meier:Jörg Mayer2006-01-0547-171/+171
| | | | | | Spelling fixes. svn path=/trunk/; revision=16956