TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Open-Source Deep Packet Inspection

23 pointsby javanixover 15 years ago

2 comments

tptacekover 15 years ago
A surprising miscue from Ars Technica; this "technology" has been available in GPL open source from Snort since forever.
评论 #813712 未加载
sophaclesover 15 years ago
This is ok, but it's really not much of an improvement on Linux's layer7 modules for netfilter. It is still not very useful for identifying encrypted traffic. Much cooler are statistical approaches, because they can frequently get around encryption for protocol identification purposes. E.G. spid (don't know if it gets around the encryption thing...) <a href="http://sourceforge.net/projects/spid/" rel="nofollow">http://sourceforge.net/projects/spid/</a>