Search:

Type: Posts; User: Junktyz

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    6,752

    I've been afraid of an answer like that ;). But...

    I've been afraid of an answer like that ;). But thanks. Because the length of the data must not be known at the beginning, I implement a Brickwall Stream. The brickwall is a byte array. When closing...
  2. Replies
    2
    Views
    6,752

    Detecting EOF in Named Pipes

    Hi,

    I've got a problem with Named Pipe under Windows. I've created a (waiting and duplex) Named Pipe with CreateNamedPipe() and ConnectNamedPipe(). On the client side I've connected to this with...
  3. Replies
    3
    Views
    1,267

    problem with initializing a variable

    Hello,

    I'm coding a plugin for Wireshark. I want to use a global variable for doing some stuff which refers to all packets.



    static guint32 i = 0


    For testing I print i each time i get a...
  4. Replies
    2
    Views
    850

    Thank you, it works.

    Thank you, it works.
  5. Replies
    2
    Views
    850

    system()-oputput into a variable

    Hello,

    I execute a system(..) command and this returns a value which I want to save in a variable.



    err = system("rsh -l root 172.16.100.144 pidof tcpdump");


    I want to save the PID of...
  6. Replies
    3
    Views
    1,059

    Oh I found it :). It's the ...

    Oh I found it :).

    It's the



    pcap_open_offline()

    function.
  7. Replies
    3
    Views
    1,059

    Oh really? I thought I watched this. I have to...

    Oh really? I thought I watched this. I have to look into the man tomorrow again.

    Thank ya.
  8. Replies
    3
    Views
    1,059

    packet capturing from a file

    Hello,

    with pcap I can sniff on a network interface. The interface I want to sniff on I take with



    dev = pcap_lookupdev(errbuf);


    But now I already have a dump file from tcpdump and so...
Results 1 to 8 of 8