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