aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wlccp.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...morriss1-10/+10
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-90/+90
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-30Remove more unused variables.gerald1-8/+2
2009-06-19From Kovarththanan Rajaratnam via bug 3548:stig1-97/+97
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
2009-05-31Change my e-mail addresssfisher1-1/+1
2009-05-16Jochen Bartl <jochen.bartl@gmail.com>jmayer1-16/+267
2008-11-08Make sure we always increment our offset. Fixes an infinite loop.gerald1-17/+18
2008-09-26Minor cleanup related to proto_register and proto_reg_handoffwmeier1-21/+6
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
2007-12-14Warning fixes: function declaration isn’t a prototypejmayer1-4/+4
2007-07-17From Kevin A. Noll via private bug #1683:sfisher1-156/+3448
2007-04-13From Kevin A. Noll via bug 1522:morriss1-28/+46
2006-12-09Change a match_strval() to val_to_str() in a col_add_fstr() call to preventsfisher1-2/+2
2006-10-23From Stephen Fisher:jake1-4/+6
2006-10-18llc_add_oui() wants a pointer, not a pointer pointerulfl1-1/+1
2006-10-17Stephen Fisher:jmayer1-101/+458
2006-10-07Stephen Fisher:jmayer1-0/+247