Re: [tcpdump-workers] new media support(Intel/Septel)

2005-04-18 Thread Guy Harris
gilbert HOYEK wrote: hi again , after i made the necessary changes to libpcap api and wrote a pcap-septel.c using the septel library files , i need to know now ,if you dont mind , what changes do i have to make to ethereal so that it will support it . as i think it should be something like captu

Re: [tcpdump-workers] new media support(Intel/Septel)

2005-04-18 Thread gilbert HOYEK
, but i'm still not quiet sure . sorry if i had to send this message to tcpdump because it's the same topic . Gilbert HOYEK From: Guy Harris <[EMAIL PROTECTED]> Reply-To: tcpdump-workers@lists.tcpdump.org To: tcpdump-workers@lists.tcpdump.org Subject: Re: [tcpdump-workers] n

Re: [tcpdump-workers] new media support(Intel/Septel)

2005-04-06 Thread Guy Harris
gilbert HOYEK wrote: 2-in pcap-linux.c only pcap-open-live and pcap-platform-finddevs contains #ifdef HAVE_DAG_API . so do i have to make similar code (#if def HAVE_SEPTEL_API ...) to only these two funtions in pcap-linux.c ? Yes. 3- pcap-linux.c contains #include pcap-int.h with contains at

Re: [tcpdump-workers] new media support(Intel/Septel)

2005-04-06 Thread gilbert HOYEK
ert. From: Guy Harris <[EMAIL PROTECTED]> Reply-To: tcpdump-workers@lists.tcpdump.org To: tcpdump-workers@lists.tcpdump.org Subject: Re: [tcpdump-workers] new media support(Intel/Septel) Date: Sun, 03 Apr 2005 16:04:37 -0700 gilbert HOYEK wrote: i think i should choose 139 or 140 for the simp

Re: [tcpdump-workers] new media support(Intel/Septel)

2005-04-04 Thread gilbert HOYEK
Exactly Mr. Harris i'm having my capture on a Linux based machine ... so if you can give some more info i would be gratefull. Gilbert From: Guy Harris <[EMAIL PROTECTED]> Reply-To: tcpdump-workers@lists.tcpdump.org To: tcpdump-workers@lists.tcpdump.org Subject: Re: [tcpdump-workers

Re: [tcpdump-workers] new media support(Intel/Septel)

2005-04-03 Thread Guy Harris
gilbert HOYEK wrote: i think i should choose 139 or 140 for the simple reason that my ss7 packets includes MTP2 protocols If all the packets start with MTP2 headers, you'd use LINKTYPE_RAWSS7_MTP2, and that'd be DLT_MTP2. i first sent this message to ethreal and i got the following answer from

[tcpdump-workers] new media support(Intel/Septel)

2005-04-03 Thread gilbert HOYEK
hi i would like to be able to capture online traffic using Ethereal on Intel/Septel cards used in ss7 messages transfer . for this reasoni must first assign a new DLT in libpcap . as it is mentioned in the savefile.c of libpcap it should be one of these : #define LINKTYPE_RAWSS7 1