This document discusses using Bayesian analysis techniques to classify internet traffic by application. Specifically, it uses a Naive Bayes estimator trained on hand-classified network data to categorize traffic. The results show this simple Naive Bayes estimator can achieve about 65% accuracy on per-flow classification, which can be improved to over 95% accuracy using two refinements to the estimator. The approach uses training data with categories derived from packet content but classifies testing data using only header-derived discriminators, demonstrating traffic can be categorized using commonly available information.