aboutsummaryrefslogtreecommitdiffstats
path: root/rdps.c
AgeCommit message (Collapse)AuthorFilesLines
2009-03-11Port rdps from C to Python. This makes it easier to cross-compileGerald Combs1-170/+0
Wireshark on Windows. The GNU toolchain changes have not been tested. svn path=/trunk/; revision=27704
2008-10-16Remove a warning: "Function has no return statement".Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=26477
2006-06-24coverity 169 dead codeRonnie Sahlberg1-11/+1
finish the removal of "hex" state that was begun in svn 5798 svn path=/trunk/; revision=18569
2006-05-28Ethereal->WiresharkAnders Broman1-5/+5
svn path=/trunk/; revision=18235
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2005-07-22More 'char*' -> 'const char*' warning fixesJörg Mayer1-2/+2
svn path=/trunk/; revision=14986
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-01-25There's no need to keep a "FILE *" for the file being printed to in aGuy Harris1-3/+3
"capture_file" structure. Keep it locally, instead. Check for errors when printing packets. Report failure to open a print destination and failure to write to a print destination differently. Don't have the "print preamble" and "print final" routines return success/failure indications - revert to the old scheme where they didn't, and have the callers use "ferror()" to check for errors. Report write errors when printing dissections in Tethereal. Report print errors as errors, not warnings. svn path=/trunk/; revision=9828
2004-01-24As with "file_write_error_message()", so withGuy Harris1-2/+3
"file_close_error_message()" - but just use "file_write_error_message()" for UNIX-style errors, under the assumption that a close will only fail because a buffer-flushing write fails or because "close()" itself fails when, for example, pushing unsynced NFS client-side writes out over the wire. Make several routines in "print.c" return success/failure indications. Check for write errors when printing "Follow TCP Stream" stuff or saving it to a file. svn path=/trunk/; revision=9825
2004-01-23trivial signed/unsigned warning fixesJörg Mayer1-3/+3
svn path=/trunk/; revision=9791
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2002-06-29Have "print_line()" take an indentation argument, and do blankGuy Harris1-11/+3
padding when printing text and use "putline" when printing PostScript. Eliminate "hexdump", as it's just a special case of "putline". Have "proto_tree_print_node()" just call "print_line()". Get rid of "print_ps_hex()" - the font used for the hex dump and the protocol tree are the same, so there's no need to switch fonts. svn path=/trunk/; revision=5798
1999-07-21Finally got the win32 ethereal to link properly with MSVC.Gilbert Ramirez1-2/+2
svn path=/trunk/; revision=374
1998-09-16Added ID tags to the beginning of each source file.Gerald Combs1-0/+2
svn path=/trunk/; revision=7
1998-09-16Initial revisionGerald Combs1-0/+185
svn path=/trunk/; revision=2