Re: [Wireshark-dev] Using Google Protobuf to Export Full Packet Dissection Data via Named Pipe

2017-07-11 Thread Mark Landriscina
e: Did you take a look at tshark's -T parameter? "tshark -T jsonraw" for instance, delivers full dissection in Json format. What would be needed is only to shove that into a pipe to capture from some other place. Cheers Roland On Tue, Jul 11, 2017 at 2:48 PM, Mark Landr

[Wireshark-dev] Using Google Protobuf to Export Full Packet Dissection Data via Named Pipe

2017-07-11 Thread Mark Landriscina
Apologies in advance if this question is a bit long-ish.I've been wondering why Wireshark/tshark doesn't offer the option to export full packet dissection data via named pipe (serialized binary data). Is this due to design philosophy, lack of offers to write the code, or some other reason? Of

Re: [Wireshark-dev] Possible New Option for Tshark?

2010-10-24 Thread Mark Landriscina
Using -T with pdml/psml would probably be the best approach if you want text output. However, if that doesn't work for you, then you could consider doing what some programs like SCAPY do. Save your packets in a temp pcap file and pass the file name to your tshark child process when you are spawn

Re: [Wireshark-dev] libtshark + scripting language support

2010-08-19 Thread Mark Landriscina
reshark code been terribly onerous? Regards, Mark - Original Message - From: Eloy Paris Date: Thursday, August 19, 2010 1:54 pm Subject: Re: [Wireshark-dev] libtshark + scripting language support To: wireshark-dev@wireshark.org > Hi Mark, > > On 08/19/2010 09:02 AM, Mark Landri

Re: [Wireshark-dev] libtshark + scripting language support

2010-08-19 Thread Mark Landriscina
ly its possibilities. I have worked a bit > on this kind of use so I would be glad to give help and comments if > you opened such a project. > > Best regards. > > > -Original Message- > From: wireshark-dev-boun...@wireshark.org [ On Behalf Of Mark Landriscina >

Re: [Wireshark-dev] Wireshark-dev Digest, Vol 51, Issue 22

2010-08-18 Thread Mark Landriscina
arkPY with code from a project named Scapy (not my code) to do similar things. > Hi Mark, > > On 08/18/2010 01:34 PM, Mark Landriscina wrote: > > [...] > > > My motivation was that I wanted to do some work with Scapy and needed > > to access application layer prot

Re: [Wireshark-dev] libtshark + scripting language support

2010-08-18 Thread Mark Landriscina
ject line so it is more specific > than "Re: Contents of Wireshark-dev digest..." > > > Today's Topics: > >1. Wiki weirdness? (Jeff Morriss) >2. Re: Wiki weirdness? (Bill Meier) >3. Re: Wiki weirdness? (Gerald Combs) >4. libtshark + scripting

[Wireshark-dev] libtshark + scripting language support

2010-08-18 Thread Mark Landriscina
Hi, I'd like to contribute some work that I've done to the wireshark community and need some advice on the best way to do this, assuming there is interest. If not, that would be good to know as well. I suspect that it might be best to fork this off as a separate project vs. incorporating it dir

[Wireshark-dev] Trouble properly building tshark-based PY extension

2008-07-29 Thread MARK LANDRISCINA
All: I've written a C-based python extension module to dissect packets using wireshark's/tshark's dissection routines. The module has a function that reads packets sequentially from a capture file, dissects them, and then returns a python object containing all the data. Works great with one ex

[Wireshark-dev] serializing dissection tree to a file

2008-07-08 Thread MARK LANDRISCINA
Hi all: I need the ability to serialize/deserialize the dissection tree (epan_dissect_t) filled in by epan_dissect_run. Is this functionality already available, or is this something that I will have to write myself? Regards, Mark ___ Wireshark-dev m