Rammbock icon indicating copy to clipboard operation
Rammbock copied to clipboard

Rammbock - generic network protocol tester

Results 52 Rammbock issues
Sort by recently updated
recently updated
newest added

Trying to learn Rammbock. Example of a message in this protocol: ``` \x020000165{"telNo":241,"et":"190521_152059.933","src":"F01-1","dst":"MFS","func":"DATINF","dateTimeGMT":"190521_152059.933","msToLocalTime":3600000,"timeZone":"Europe/Berlin"}0779320932\x03 ``` I've managed to define the protocol: ``` New protocol SDXP u8 STX 2 chars 7 length...

When installed from pypi the codebase isn't the latest version visible in github. I noticed this when tried to use timeout in Accept Connection command.

Hello! Could you please help about the following suspected Rammbock related issue (version 0.4.0.2 in use): Sometimes the 'Client Receives Message' keyword makes timeout; see the following screenshot: ![kép](https://user-images.githubusercontent.com/79255744/108344763-d2022880-71dd-11eb-8d48-4c5506c01d58.png) While...

- RF version 3.1.1 - Ride version 1.7.3.1 - Rammbock version py3-0.4.0.2 Ride can not load the Rammbock library because of relative import issues. The issue is fixed after changing...

I am using Rammbock (Ver. 0.4.0.2) to decode Diameter messages. And I seek for help to receive a Credit-Control-Answer (CCA) containing 2 Multiple-Service-Credit-Control (MSCC) AVPs. MSCC AVP is by itself...

The last commit was about several years back. Is this project still supported?

I am getting this error: error: [Errno 99] Cannot assign requested address for address 1234 This is my sample test: Test Rammbock New Protocol simpleRequest Chars * testing tls End...

Hello! I have made changes in the code of Rammbock library which add python 2.7 and python 3.4+ compatibility and drop support of python versions less than 2.7. Also I...

Hi, I would like to include PCO in GTPv2 but couldn't see any proper structure. I have tried different options but no luck. Could you please suggest ?

# Steps to Reproduce On an ubuntu 16.04 LTS installation, open a console. First run ```sudo pip3 install robotframework```. Then run ```sudo pip3 install robotframework-rammbock```. Alternatively, download [rammbock version 0.4.0.1...