1

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?

Naresh Sharma
  • 4,323
  • 7
  • 48
  • 68

1 Answers1

1

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.

user207421
  • 305,947
  • 44
  • 307
  • 483