Application Data Packets are too short
Hello everybody,
right now, I try to analyse the Traffic that's going on between my server and an Android cloud. However, I upload an APK there which is around ten MiB in size. But when I analyse the length of all packets with the filter ssl.record.content_type == 23
, which stands for the Application Data Protocoll in TLS, I get only 6 MiB in total. How is this possible? Shouldn't be this APK be part of the Application Data Packets?
Thanks, Niklas