aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcap.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-8/+8
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-16/+16
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-135/+135
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-11-22register_dissector -> new_register_dissector for ASN.1 dissectors.Michael Mann1-6/+7
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-8/+8
2015-01-18asn2wrs: autodetect if 64 bits variant is required for constrained integersPascal Quantin1-16/+16
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-8/+7
2014-06-21batch of tvb-length conversionsEvan Huus1-6/+6
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-04-02Add a cople of missing pcap.extension IE:sAndersBroman1-2/+9
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-9/+7
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-4/+4
2013-12-08- Forward declaration of register functions.Anders Broman1-7/+11
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-43/+43
2013-08-27Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-20/+5
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-4/+3
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-320/+320
2013-05-14Upate to spec. 11.0.0Anders Broman1-21/+491
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-10Regenerate all asn.1 dissectors.Jakub Zawadzki1-133/+133
2012-08-15Fix field type for some 64 bits header fieldsPascal Quantin1-1/+1
2012-07-17Use G_MININT32 instead of -2^31 so as to get rid of 'this decimal constant is...Pascal Quantin1-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-3/+3
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-15/+15
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-127/+127
2010-11-17- Update to 3GPP TS 25.413 V9.4.0 (2010-09).Anders Broman1-4/+26
2010-11-15Use value_string_ext fcns to access several value_string arrays.Bill Meier1-7/+15
2010-11-01Next PER dissectors related to rev. 34400 (empty constructed types with an ex...Tomas Kukosa1-3/+3
2010-05-15Update to V9.1.0 (2010-03).Anders Broman1-1/+122
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-50/+50
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-1082/+1082
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-8/+7
2010-04-06#include <stdio.h> not needed.Bill Meier1-8/+7
2010-01-02Update to V9.0.0 (2009-12)Anders Broman1-464/+3575
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam1-3/+3
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-49/+49
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-202/+202
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-59/+59
2009-04-14Use G_GINT64_CONSTANT in stead of G_GUINT4_CONSTANTAnders Broman1-3/+3
2009-04-14support UINT64 constants for upper value boundsTomas Kukosa1-3/+3
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.Anders Broman1-58/+58
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-9/+7
2008-11-07asn2wrs regenerated files: see SVN #26728Bill Meier1-34/+18