Вопрос

Can we filter https packets using jpcap? And if yes then is something special done on these packets before they are actually given to a user Or nothing special?

Is there special handling for https packets which is not for http packets or both are done the same way?

Это было полезно?

Решение

You can't filter anything with JPcap in the sense you mean. You can capture packets (and use a filter to define what is captured), but you cannot affect how, or whether, they are delivered to the target application in any way.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top