Add a TODO comment; indicate why PCAP-NG files don't use application/vnd.tcpdump.pcap

svn path=/trunk/; revision=42276
This commit is contained in:
Jeff Morriss 2012-04-26 18:45:07 +00:00
parent 661afd4ba9
commit 5fa0ead414
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,8 @@ do
continue
fi
# TODO: a command-line option to skip this step (to allow this script
# to fix svn properties too).
svn add $file
case "$file" in
@ -51,6 +53,8 @@ do
svn ps svn:eol-style native $file
;;
*.pcapng)
# http://seclists.org/tcpdump/2011/q2/4 says that PCAP-NG
# files should not use application/vnd.tcpdump.pcap
svn ps svn:mime-type application/octet-stream $file
;;
*.pcap)