Move the code to open the printer/print file from "print_packets()" to
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 27 Jul 2004 20:10:02 +0000 (20:10 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 27 Jul 2004 20:10:02 +0000 (20:10 +0000)
commit991faed5fb8d9fa28e00b88705dca83f009bed8b
treee6b6bdbf14c68a335daab799ef0b60ae657ff00d
parentd9b7597974ee912251b2b4b0e4c291bb3e9c88e3
Move the code to open the printer/print file from "print_packets()" to
"print_ok_cb()", and have "print_packets()" just work on a
"print_stream_t" handed to it, so that different platforms can open the
printer/print file in different ways (opening the file is probably not
going to be platform-dependent, but opening the printer will be).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11544 f5534014-38df-0310-8fa8-9805f1628bb7
file.c
gtk/print_dlg.c
print.h