pcap

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • amc  river

    #1

    pcap

    Hi,

    Anyone know of if there is a java class that extract every field of a pcap
    format file?

    thanks


  • IchBin

    #2
    Re: pcap

    amc river wrote:[color=blue]
    > Hi,
    >
    > Anyone know of if there is a java class that extract every field of a pcap
    > format file?
    >
    > thanks
    >
    >[/color]

    If you mean pcap as in a sending packets to a network interface, reading
    packets from a file, and writing packets to a local file.

    A quick Google on java pcap will give you a few lib's you can use with
    java code.

    Example: JPcap





    Thanks in Advance...
    IchBin, Pocono Lake, Pa, USA

    _______________ _______________ _______________ _______________ ______________

    'If there is one, Knowledge is the "Fountain of Youth"'
    -William E. Taylor, Regular Guy (1952-)

    Comment

    Working...