aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tapa.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-94/+106
2014-07-07convert to proto_tree_add_subtree[_format]Michael Mann1-12/+4
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-13Return FALSE from dissect_tapa_heur() if data is NULL.Chris Maynard1-1/+1
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-25Make TAPA dissector heuristic instead of "ugly hack" now that IP dissector su...Michael Mann1-3/+21
2013-08-06Improve loop a bit to reduce likelihood of dissector assertsJörg Mayer1-2/+2
2013-08-05Fix some whitespace odditiesJörg Mayer1-7/+7
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-12/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-2/+2
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-6/+6
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