-
Notifications
You must be signed in to change notification settings - Fork 51
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
struct.error: unpack_from requires a buffer of at least 3 bytes #6
Comments
If you have a pcap can you send it to me please, thanks
…On Tue, Aug 27, 2019 at 11:44 AM yousef ***@***.***> wrote:
Hi Everyone ;
When I try running GTscan in LAB environment I get below error :
Traceback (most recent call last):
File "GTScan.py", line 355, in
tcap_recv = unpack_from('!BBB', tcap_reply, offset=66)
struct.error: unpack_from requires a buffer of at least 3 bytes
in pcap traces I see that SCTP is well established, but M3UA was not. I
see that the client send a user initiated abort
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6?email_source=notifications&email_token=AF265P5USAFKR7E5UV7QS43QGTZPJA5CNFSM4IQBWNY2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HHTHUHA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF265P5I7XUTEWXAY6AWX4LQGTZPJANCNFSM4IQBWNYQ>
.
|
127.0.0.2 is GTscan IP address, and 127.0.0.1 is my ss7 server both located in the same machine : here are full pcap traces : |
From what if shows in this that port 8011 doesn’t have a m3ua as listening
on it ? Because port 8012 is responding to m3ua
…On Monday, 2 September 2019, yousef ***@***.***> wrote:
127.0.0.2 is GTscan IP address, and 127.0.0.1 is my ss7 server both
located in the same machine :
[image: image]
<https://user-images.githubusercontent.com/10179516/64099766-040d9980-cd62-11e9-9dfe-2cc05c39136b.png>
here are full pcap traces :
test_gtscan.zip
<https://github.com/SigPloiter/GTScan/files/3565076/test_gtscan.zip>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6?email_source=notifications&email_token=AF265P534VZU4Y2ZOZW6ZYDQHTD6BA5CNFSM4IQBWNY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5VCQZI#issuecomment-527050853>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF265P6FA44PYWGWI73Q2V3QHTD6BANCNFSM4IQBWNYQ>
.
|
can you tell me what m3ua server are you using so i can replay the issue |
I am using jss7, attached is java code : |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Everyone ;
When I try running GTscan in LAB environment I get below error :
Traceback (most recent call last):
File "GTScan.py", line 355, in
tcap_recv = unpack_from('!BBB', tcap_reply, offset=66)
struct.error: unpack_from requires a buffer of at least 3 bytes
in pcap traces I see that SCTP is well established, but M3UA was not. I see that the client send a user initiated abort
The text was updated successfully, but these errors were encountered: