aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-airopeek.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-4/+4
2011-08-26Replace TRUE/FALSE with the new ENCAP stuff where appropriatejmayer1-9/+9
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-25/+25
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-8/+8
2009-05-15- All Frames that I currently know how to dissect include the FCSjmayer1-1/+26
2008-11-10Call tvb_new_subset with correct offset no matter whether tree is TRUE or FALSE wmeier1-16/+5
2008-02-19Update todo sectionjmayer1-0/+2
2007-12-12The extra bytes seem to go away if I call wlan_datapad insteadjmayer1-1/+1
2007-12-12Beginnings of airopeek remote capture support.jmayer1-0/+129