[tcpdump-workers] septel support on libpcap

2005-06-23 Thread gilbert HOYEK
hi all , i have added two days ago a support for libpcap to be able to capture mtp2 low level protocol ss7 messages over INTEL/Net Structure cards (or Septel cards).this patch was added on 21 of june. Along with this support i added some filtering modules for the mtp3 basic fields:sio,opc,dpc

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

[tcpdump-workers] error in building libpcap

2005-04-11 Thread gilbert HOYEK
hi there , i'm having the following error when building libpcap 0.8.3 : [EMAIL PROTECTED] make install [ -d /usr/local/lib ] || \ (mkdir -p /usr/local/lib; chmod 755 /usr/local/lib) /usr/bin/install -c -m 644 libpcap.a /usr/local/lib/libpcap.a /usr/bin/install: cannot stat `libpcap.a': No such f

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
] 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 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_MTP

[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

[tcpdump-workers] DLT-request

2005-04-03 Thread gilbert HOYEK
hi i would like to request a new DLT_SEPTEL for Intel/Septel cards used in ss7 messages transfer . i think it's one of 139 140 140 142 as it is mentioned in the bpf.h header file so plz tell me which one i choose ... Next i would like to know how to impement it ...it means what chang