aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcap.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-3/+3
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;wmeier1-1/+1
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.stig1-15/+15
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-127/+127
2010-11-17- Update to 3GPP TS 25.413 V9.4.0 (2010-09).etxrab1-4/+26
2010-11-15Use value_string_ext fcns to access several value_string arrays.wmeier1-7/+15
2010-11-01Next PER dissectors related to rev. 34400 (empty constructed types with an ex...kukosa1-3/+3
2010-05-15Update to V9.1.0 (2010-03).etxrab1-1/+122
2010-05-11Add a little more code to avoid not-very-useful blurbs:morriss1-50/+50
2010-05-11Regenerate a few more of the ASN.1 dissectorsmorriss1-1082/+1082
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.wmeier1-8/+7
2010-04-06#include <stdio.h> not needed.wmeier1-8/+7
2010-01-02Update to V9.0.0 (2009-12)etxrab1-464/+3575
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)krj1-3/+3
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.stig1-49/+49
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-202/+202
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-59/+59
2009-04-14Use G_GINT64_CONSTANT in stead of G_GUINT4_CONSTANTetxrab1-3/+3
2009-04-14support UINT64 constants for upper value boundskukosa1-3/+3
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.etxrab1-58/+58
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-9/+7
2008-11-07asn2wrs regenerated files: see SVN #26728wmeier1-34/+18
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-58/+58
2008-06-28Get rid of some unused code warnings.etxrab1-6/+4
2008-06-28Add som missing extension IE's and try to get rid of som unused code warnings.etxrab1-57/+255
2008-06-28To handle 64 bit constraints we also need to change FT_UINT32 to FT_UINT64etxrab1-4/+4
2008-03-03Add missing parts of the PCAP dissector.gerald1-0/+14847