User Activity

  • Posted a comment on discussion General Discussion on Python Protocol Simulator

    Thanks for the info. On Sat, Feb 19, 2022 at 9:54 AM Kumar Ash kumaraish@users.sourceforge.net wrote: First of all, thank you for the wonderful library !!! I don't have permission to create ticket, but in latest version (0.6.0 Nov 05 '21), there is an issue in diameter.py::getPacket()::lineNo1069. It is reading extra 4 bytes. while bytes_recd < msg_len - 4: chunk = existing_connection.recv(min(msg_len - bytes_recd, 2048)) The line should be - while bytes_recd < msg_len - 4: chunk = existing_connection.recv(min(msg_len...

  • Modified a comment on a wiki page on Python Protocol Simulator

    Please check in wireshark dictionary folder if that AVP exist. If not - then you need to add it yourself or update In my dictionary (...wireshark/diameter/dictionary.xml) it is <avp name="Emergency-Services" code="1538" mandatory="mustnot" may-encrypt="no" vendor-bit="must" vendor-id="TGPP"> So you might need to add vendor to the line msg.add("Emergency-Services", 1, "TGPP") or msg.add("Emergency-Services", 1, vendor="TGPP")</avp> Note: AVP is named "Emergency-Services" in my dict (not "Emergncy-Services")....

  • Posted a comment on a wiki page on Python Protocol Simulator

    Please check in wireshark dictionary folder if that AVP exist. If not - then you need to add it yourself or update In my dictionary (...wireshark/diameter/dictionary.xml) it is <avp name="Emergency-Services" code="1538" mandatory="mustnot" may-encrypt="no" vendor-bit="must" vendor-id="TGPP"> So you might need to add vendor to the line msg.add("Emergncy-Services", 1, "TGPP") or msg.add("Emergncy-Services", 1, vendor="TGPP")</avp> On Fri, Jan 7, 2022 at 6:56 PM Naseem Rahman naseemr@users.sourceforge.net...

  • Committed [2efc44]

    HSS simulator

  • Committed [71dfab]

    HSS sim PUSH

  • Committed [1b1011]

    Release

  • Committed [b23612]

    PEP-8 partial

  • Committed [5602f1]

    Version bump

View All

Personal Data

Username:
ssrepfler
Joined:
2012-10-19 10:12:18

Projects

This is a list of open source software projects that Sergej Srepfler is associated with:

  • Python Protocol Simulator multiple protocol simulator written in python Last Updated:
  • pyPRN2PDF Convert files with output for dot-matrix printer into PDF Last Updated:

Personal Tools