aboutsummaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2019-05-24 10:45:07 +0200
committerMartin Kaiser <wireshark@kaiser.cx>2019-05-30 12:34:37 +0000
commitd44cb24f1f6668db70baef59f81e7778f4230bf9 (patch)
treedbdc41035b091bbfcfcf6f4fac9d7a2ced758b2b /Vagrantfile
parent78a106dc2a5516b9b9cf42cf973d990828cac54e (diff)
iso14443: use the correct I-block payload
When we reassemble I-blocks, we pass the payload to fragment_add_seq_next. To do so, we use the overall iso14443 tvb, an offset and the payload length as parameters. We then call process_reassembled_data to do reassembly. If the I-block was not fragmented, process_reassembled_data returns the only fragment + the rest of the packet after this fragment. This might be a misunderstanding on my part or something to be fixed in the reassembly routines. For now, we work around this by defining a new tvb for the data we submit to fragment_add_seq_next. (I ran into a similar issue years ago for DVB-CI. Add a comment about this. If it turns out that there's a better way to fix this, we should be fixing both dissectors.) Change-Id: Id83ab152529a5150669df3099df6f60be7a3a723 Reviewed-on: https://code.wireshark.org/review/33355 Petri-Dish: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Petri Dish Buildbot Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Diffstat (limited to 'Vagrantfile')
0 files changed, 0 insertions, 0 deletions