aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tapa.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.wmeier1-2/+2
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-6/+6
2011-08-26Replace TRUE/FALSE with the new ENCAP stuff where appropriatejmayer1-30/+30
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-3/+5
2011-05-23Add missing braces.martinm1-2/+4
2011-05-20Use TVB accessor functions instead of tvb_get_ptr()morriss1-4/+5
2011-01-15Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().morriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-01-13From Didier Gautheron:etxrab1-4/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-30/+30
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.wmeier1-1/+1
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-04-14The unknown value (aka flags) can take any valuejmayer1-3/+2
2008-03-06Small fix for heuristic: it missed a tapa packetjmayer1-5/+5
2007-11-08Apply yet another set of the optimization patches:etxrab1-2/+2
2007-03-28Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1437jmayer1-15/+9
2007-03-17Strengthen TAPA's heuristics some:morriss1-10/+23
2007-03-14"dissect_tapa_static()" is a new-style dissector; register it as such.guy1-1/+1
2007-03-14Improve the heuristic for the tapa discovery classification.jmayer1-0/+2
2007-03-04Some updates to the tunnel protocol decoding.jmayer1-102/+198
2007-03-04The beginnings of a TAPA dissector (Trapeze Access Point Access Protocol).jmayer1-0/+522