Re: packet destination from pcap

2007-02-14 Thread nocturnal

Hi

After i wrote the e-mail to the list i figured out how to get the 
ethernet destination address of the packet. I'm not sure but this might 
help me because i need to figure out if the packet is moving towards me 
or away from me on the interface i've chosen. So i can compare this with 
the ethernet address of my chosen interface and figure out where it's 
going.


Stop me if i'm wrong. :)



Med vänliga hälsningar

Stefan Midjich aka nocturnal
[Swehack] http://swehack.se


Giorgos Keramidas wrote:

On 2007-02-04 20:16, nocturnal <[EMAIL PROTECTED]> wrote:

Hi
I'm sniffing packets with pcap but i need information about where the
packet is going.


This is a decision made by the routing table, so there's no good way to
'guess' where it will go before the packet reaches the outgoing queue of
the IP layer.


I'm thinking i need to open two pcap sessions with two different
filters because the application i'm writing has a need for
distinguishing between packets going to a specified ip-address and
those going from it.


Well, the destination IP address should be easy to grab.  Even if you do
get hold of that though, you may have to listen to multiple pcap
connections to find out where the routing decisions send the packet on
its way out.




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: packet destination from pcap

2007-02-04 Thread Giorgos Keramidas
On 2007-02-04 20:16, nocturnal <[EMAIL PROTECTED]> wrote:
> Hi
> I'm sniffing packets with pcap but i need information about where the
> packet is going.

This is a decision made by the routing table, so there's no good way to
'guess' where it will go before the packet reaches the outgoing queue of
the IP layer.

> I'm thinking i need to open two pcap sessions with two different
> filters because the application i'm writing has a need for
> distinguishing between packets going to a specified ip-address and
> those going from it.

Well, the destination IP address should be easy to grab.  Even if you do
get hold of that though, you may have to listen to multiple pcap
connections to find out where the routing decisions send the packet on
its way out.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


packet destination from pcap

2007-02-04 Thread nocturnal

Hi

I'm sniffing packets with pcap but i need information about where the
packet is going. So far i haven't found any structure or any other way
to get this information from looking at the pcap(3) manual and the
pcap.h header file. I have not had a chance to go through the source for
pcap yet because i have been offline for a while with no source on my
laptop.

I'm thinking i need to open two pcap sessions with two different filters
because the application i'm writing has a need for distinguishing
between packets going to a specified ip-address and those going from it.
 I doubt it should have to come to that though so that's why i ask here
first.

I could not reach the tcpdump list so i thought i'd ask here since it
uses the bpf. Might be a long shot.
--



Med vänliga hälsningar

Stefan Midjich aka nocturnal
[Swehack] http://swehack.se

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"