What's the BPF for HTTP?
        Posted  
        
            by Gtker
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Gtker
        
        
        
        Published on 2010-05-05T16:47:36Z
        Indexed on 
            2010/05/05
            16:58 UTC
        
        
        Read the original article
        Hit count: 285
        
packet-capture
The definition can be seen here.
The candidate answer may be tcp and dst port 80,but can tcp and dst port 80 guarantee it's HTTP traffic and includes all HTTP traffic?
It seems not,because some site can be visited by specifying a different port other than 80 this way:
http://domain.name:8080
So my question is: what's the exact BPF for HTTP?
© Stack Overflow or respective owner