aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-58/+58
2008-06-28Get rid of some unused code warnings.Anders Broman1-6/+4
2008-06-28Add som missing extension IE's and try to get rid of som unused code warnings.Anders Broman1-57/+255
2008-06-28To handle 64 bit constraints we also need to change FT_UINT32 to FT_UINT64Anders Broman1-4/+4
2008-03-03Add missing parts of the PCAP dissector.Gerald Combs1-0/+14847