-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fatal: unsupported interface type 12 #33
Comments
sorry, i didn't find the interface type 12 ... :-( LINKTYPE_PPP = 9, |
That is strange. Could be because of docker? |
can you open the pcap file with wireshark and check the interface type ? |
Yeah I just tried it but I cannot see the interface type. I created the pcap with pcapsipdump (to make sure every call is in a separate pcap) and it seems it only contains the SIP messages in it. And basically I just want to get the dialog details from it. |
you can do same with sipgrep just provide a callid or from/to url anyway, the interface is very strange, and once you opened it with wireshark, please go to network header and expand it, make screenshot and share it |
Ok I just started like this:
So it is basically the OpenVPN interface. Is that not supported? |
looks like is not... need find offset and add it to the list of interfaces |
Ok let's skip this for now, I will try to go with an other approach. So I can see that if I start sipgrep like this: sipgrep -d any -g -G It works because I can see the SIP messages even on tun0, and if I close the program with ctrl+x, the dialog messages are there. Is there any way to receive only the dialog messages so I can pipe them to an other software or something like that to process them? |
And I think I was wrong, the tun0 calls are not visible it seems. |
need known the offset and in this case you can see the payload of pcap |
How can I get the offset? And for my other question, do you know if I can pipe just the dialog messages to an other program? |
this you can find in wireshark as well.. |
Here it is:
I just want to see the dialogs basically, I am not interested in other SIP messages. So whenever a dialog is completed, I want to send that dialog information to an other application (via pipe or anything like that) and process it. |
Can you see anything useful in it? |
if you can send a pcap to us, we will check it at first free slot... |
You won't be able to see too much in it, it just contains the sip messages, nothing else, and this is what is in the frame data. |
I am running this in a docker container and just trying to get a report out from a pcap file which has only one sip session in it:
Any idea on this error?
The text was updated successfully, but these errors were encountered: