> "LEO" == Luis EG Ontanon <[EMAIL PROTECTED]> writes:
LEO> I guess it is but after some time looking in net-snmp includes I found
LEO> not an API way to do so.
get_node() is what you were looking for, but...
(and the rest is struct tree walking when necessary)
>> Common MIB syntax, by the
On 9/5/07, Wes Hardaker <[EMAIL PROTECTED]> wrote:
> > "LEO" == Luis EG Ontanon <[EMAIL PROTECTED]> writes:
>
> LEO> I went to libsmi mainly because I could not find any documentation on
> LEO> how to traverse the already loaded MIB in Net-SNMP.
>
> Ah. It's certainly possible, just FYI, since
> "LEO" == Luis EG Ontanon <[EMAIL PROTECTED]> writes:
LEO> I went to libsmi mainly because I could not find any documentation on
LEO> how to traverse the already loaded MIB in Net-SNMP.
Ah. It's certainly possible, just FYI, since
net-snmp/apps/snmptranslate traverses the loaded MIBs to dis
Toralf Förster wrote:
> Hello,
>
> I get :
>
> (lt-wireshark:8404): GLib-GObject-WARNING **: invalid cast from `GtkToolbar'
> to `GtkWindow'
>
> (lt-wireshark:8404): Gtk-CRITICAL **: gtk_window_get_modal: assertion
> `GTK_IS_WINDOW (window)' failed
>
>
> when I click at the "+Expression" aft
We could get into the technical parts later, but in theory, you could
legally challenge the creator of the dissector of X if they have provided
you the dissector of X, but is not willing to share the source with you.
This is in direct violation of the GPL under which GPL and all dissectors
are rele
Hi ,
There are 2 protocols X and Y. X runs over UDP. Y runs over X. A payload
packet consists some headers of X and some headers of Y.
I am dissecting Y, and X has been dissected by somebody else , who do
not wish to share the source code.
As per my understanding:
1. There shoul
Hi Xavier,
What is the lowest level protocol in your SS7 frames? If it isn't one
of the SIGTRAN protocols, it is unlikely that is will work if you
encapsulate it in SCTP header. Since you are trying to decode ISUP, I
guess the lowest level protocol in your text file would have to be
M3UA for this
SS7 frame?
is it MTP2 or MTP3?
try text2pcap -l 142 (or 143) instead of creating fake headers, that
to have the file saved with MTP2 or MTP3 encapsulation.
The fake SCTP headers are of little use, as there's not an M2UA or
M3UA header to pass.
Luis
On 9/5/07, Varuna De Silva <[EMAIL PROTECTED]
Hi,
I have a problem with running text2pcap on windows, when I try to run it, it
truncates in 16 bytes. For example in the following part of script i tried
to convert
a file isup.txt to a pcap format with a pseudo SCTP header the file is
larger than
16 bytes (36 bytes) but it truncates at 16 byt