1
|
# HTTP - iTunes (Apple's music program)
|
2
|
# Pattern attributes: good notsofast notsofast subset
|
3
|
# Protocol groups: streaming_audio ietf_draft_standard
|
4
|
# Wiki: http://protocolinfo.org/wiki/HTTP
|
5
|
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
|
6
|
#
|
7
|
# Port 80
|
8
|
# iTunes program basically uses the HTTP protocol for its initial
|
9
|
# communication.
|
10
|
# Pattern contributed by Deepak Seshadri <dseshadri AT broadbandmaritime.com>
|
11
|
|
12
|
http-itunes
|
13
|
http/(0\.9|1\.0|1\.1).*(user-agent: itunes)
|
14
|
|