Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8769223
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T17:17:01+00:00 2026-06-13T17:17:01+00:00

I have a dissector that runs above the TCP protocol and has data that

  • 0

I have a dissector that runs above the TCP protocol and has data that flows on more than one TCP packet.

I want to assemble the data before I convert everything, so I understood that I need tcp_dissect_pdus() for it, but I can’t find documentation or examples for it.

Can anyone direct me to it or help me understand how I use it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T17:17:02+00:00Added an answer on June 13, 2026 at 5:17 pm

    There is no wslua API for tcp_dissect_pdus. But you can implement it yourself.

    If you want to assemble pdu that span two or more packets it’s rather simple:

    function slicer.dissector(tvb, pinfo, tree)
        ...
        local pdu_length = get_pdu_length(...)
        if pdu_length > tvb:len() then
            pinfo.desegment_len = pdu_length - tvb:len()
        else
            do_dissection(tvb, pifo, tree)
        end
        return
    end
    

    If you don’t know exact length of the pdu you can do:

            pinfo.desegment_len = DESEGMENT_ONE_MORE_SEGMENT
    

    You should read README.developer section 2.7.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am writing a dissector in Lua for a custom, binary protocol. I have
I have an iPhone application that is mostly using standard controls. There is one
I have a situation where a certain linq query that runs against a multi-million
I have a protocol that is built on UDP and that is partly dissected
I have a friend that has been in the advertising industry for 20 years
I have a self-referencing table (Customers) and a table that will link to one
I have a flatiron app that now needs to be expanded to handle multipart/form-data
I have a cocos2d hierarchy of layers that is very very deep. I want
I have a node.js script on my server that I want to run continuously
I have a UITabBarController that contains two view controllers. One is the default view

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.