aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pcap
AgeCommit message (Expand)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde12-7039/+0
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-2/+2
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-3/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-8/+8
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-1/+1
2015-01-18asn2wrs: autodetect if 64 bits variant is required for constrained integersPascal Quantin1-13/+0
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-1/+0
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
2014-06-21batch of tvb-length conversionsEvan Huus1-6/+6
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-6/+6
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-6/+6
2014-04-02Add a cople of missing pcap.extension IE:sAndersBroman1-3/+9
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-2/+2
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss12-21/+0
2013-12-08- Forward declaration of register functions.Anders Broman1-0/+4
2013-09-18Remove all non-ASCII characters from all .asn files. I didn't see the harm i...Chris Maynard1-57/+57
2013-08-27Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-17/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-4/+3
2013-05-14Upate to spec. 11.0.0Anders Broman8-51/+204
2013-05-11I added EXPORT_FILES in too many places, remove themJörg Mayer1-4/+0
2013-05-10Some more protocols can be generated via cmakeJörg Mayer1-0/+35
2013-05-05Just whitespace changesJörg Mayer1-4/+4
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
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-13/+13
2012-08-15Fix field type for some 64 bits header fieldsPascal Quantin1-0/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki4-4/+4
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-4/+0
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-8/+8
2010-11-17- Update to 3GPP TS 25.413 V9.4.0 (2010-09).Anders Broman6-7/+27
2010-11-15Use value_string_ext fcns to access several value_string arrays.Bill Meier1-2/+8
2010-05-15Update to V9.1.0 (2010-03).Anders Broman7-14/+67
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-1/+0
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2010-01-02Update to V9.0.0 (2009-12)Anders Broman7-243/+1137
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-2/+0
2008-11-07Minor cleanup related to proto_reg_handoff...Bill Meier1-27/+11
2008-06-28Get rid of some unused code warnings.Anders Broman1-2/+0
2008-06-28Add som missing extension IE's and try to get rid of som unused code warnings.Anders Broman2-22/+38
2008-06-28To handle 64 bit constraints we also need to change FT_UINT32 to FT_UINT64Anders Broman1-0/+6
2008-03-03Include the "UTRAN Iupc interface Positioning Calculation Application Part (P...Anders Broman1-1/+0
2008-02-21Add code to set ssn in the preferenses and make it compile.Anders Broman2-9/+74
2008-02-16Add basic files for a UTRAN Iupc interface Positioning Calculation Applicati...Anders Broman11-0/+5842