aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tapa.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-26Replace TRUE/FALSE with the new ENCAP stuff where appropriateJörg Mayer1-30/+30
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-3/+5
2011-05-23Add missing braces.Martin Mathieson1-2/+4
2011-05-20Use TVB accessor functions instead of tvb_get_ptr()Jeff Morriss1-4/+5
2011-01-15Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-01-13From Didier Gautheron:Anders Broman1-4/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-30/+30
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-04-14The unknown value (aka flags) can take any valueJörg Mayer1-3/+2
2008-03-06Small fix for heuristic: it missed a tapa packetJörg Mayer1-5/+5
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-2/+2
2007-03-28Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1437Jörg Mayer1-15/+9
2007-03-17Strengthen TAPA's heuristics some:Jeff Morriss1-10/+23
2007-03-14"dissect_tapa_static()" is a new-style dissector; register it as such.Guy Harris1-1/+1
2007-03-14Improve the heuristic for the tapa discovery classification.Jörg Mayer1-0/+2
2007-03-04Some updates to the tunnel protocol decoding.Jörg Mayer1-102/+198
2007-03-04The beginnings of a TAPA dissector (Trapeze Access Point Access Protocol).Jörg Mayer1-0/+522