Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.glorb.com!news-out.readnews.com!news-xxxfer.readnews.com!postnews.google.com!e27g2000vbu.googlegroups.com!not-for-mail From: "utsuxs@hotmail.com" Newsgroups: comp.lang.java.programmer Subject: Capture sniff print server packets Date: Fri, 17 Feb 2012 11:40:57 -0800 (PST) Organization: http://groups.google.com Lines: 10 Message-ID: <4e6f3724-edbe-4e10-83b5-193bbddde0cb@e27g2000vbu.googlegroups.com> NNTP-Posting-Host: 199.212.7.70 Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1329508122 22236 127.0.0.1 (17 Feb 2012 19:48:42 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 17 Feb 2012 19:48:42 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e27g2000vbu.googlegroups.com; posting-host=199.212.7.70; posting-account=Fx6gYQkAAAADvVPy4zVePZjo-8Km4yVS User-Agent: G2/1.0 X-HTTP-Via: 1.1 UHNCCASCCAC4-26.uhn.ca:80 (IronPort-WSA/7.1.3-013) X-Google-Web-Client: true X-Google-Header-Order: NKHUALESRCV X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1,gzip(gfe) Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:12135 I am on a LAN that has a TCP/IP print server. I like to capture the data sent to the print server. I=92ve tried jsniff with jpcap but that only seems to capture the tcp port of the pc I am on, not TCP/IP of the print server. Is it possible to capture the data of the print server? Or turn my pc in into a virtual printer and capture printer data that way? Ideally I like to process the print jobs before they print but I=92ll take what ever I can get. Scanning the print jobs would be fine too. Any pointers and especially source code would be great. Thank you