aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hnbap.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-5/+5
2016-07-01ASN.1 dissectors - don't try to find yourself.Michael Mann1-6/+6
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-5/+5
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-35/+35
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-44/+44
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-5/+5
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-10/+7
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-6/+9
2014-06-20batch of tvb-length conversionsEvan Huus1-8/+8
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-8/+8
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-8/+8
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-28/+26
2013-12-08- Forward declaration of register functions.Anders Broman1-7/+9
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-10/+10
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-3/+3
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-55/+55
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-7/+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-11Add data parameter to dissector_try_uint_newJakub Zawadzki1-5/+5
2012-09-10Regenerate all asn.1 dissectors.Jakub Zawadzki1-55/+55
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-11-10Get rid of an unused function (dissect_hnbap_AccessResult()).Guy Harris1-34/+19
2011-11-10Set info col for new messages.Anders Broman1-0/+32
2011-11-10Update HNBAP to V10.1.0 (2011-06)Anders Broman1-67/+826
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-28/+28
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-40/+40
2010-05-13Update to V9.1.0 (2010-03)Anders Broman1-10/+49
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-5/+5
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-101/+101
2010-04-06#include <stdio.h> not needed.Bill Meier1-8/+7
2010-03-16Remove trailing semicolonKovarththanan Rajaratnam1-3/+3
2010-03-12From Mark Wallis:Anders Broman1-53/+35
2010-03-04From Mark Wallis:Anders Broman1-16/+112
2010-02-28Try to remove unused code warnings, update HNBAP to 9.0.0.Anders Broman1-28/+97
2010-02-24From Neil Piercy:Anders Broman1-0/+2421