aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-inap.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2011-11-14[-Wunused-but-set-variable]Anders Broman1-5/+2
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-10-05Add a couple of OID strings.Anders Broman1-2/+5
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-39/+39
2011-04-05Compile fix: camel_obj_id -> obj_id.Stig Bjørlykke1-1/+1
2011-04-05Actually get the oid string ...Anders Broman1-11/+29
2011-04-02-Whitespace fix in gsm_map-template(no need to regenerate).Anders Broman1-17/+28
2010-11-05Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-1/+1
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-88/+88
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-559/+559
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-10/+8
2010-04-06#include <stdio.h> not needed.Bill Meier1-9/+8
2010-03-01Try to get rid of unused code warnings.Anders Broman1-135/+24
2010-03-01Dissect error code.Anders Broman1-43/+392
2010-01-17Get rid of check_col();Anders Broman1-24/+20
2009-12-15From Vasil Velichkov:Anders Broman1-8/+24
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam1-2/+2
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-24/+24
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-153/+153
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-23/+23
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-9/+8
2008-11-07asn2wrs regenerated files: see SVN #26728Bill Meier1-12/+10
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-22/+22
2008-07-28Get rid of some unused code warnings.Anders Broman1-1092/+2436
2008-07-22Try again.Anders Broman1-1112/+48
2008-07-22Get rid of some unused code warnings...Anders Broman1-81/+161
2008-04-17Another (somewhat blind) attempt to help bug 2053: don't create the INAP hand...Jeff Morriss1-49/+49
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-22/+22
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-20/+20
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-21/+515
2007-07-23Fix bugAnders Broman1-5/+8
2007-07-04Preparations for updated CAMEL dissector.Anders Broman1-31/+31
2007-06-05Squelch some warnings - including some that appear legitimate; the nameGuy Harris1-4/+4
2007-06-05Regenerate the INAP dissector with thelatest asn2wrs and theunmodified asn fi...Anders Broman1-32/+32
2007-06-04- CLASS definitions support including exports through the *-exp.cnf fileTomas Kukosa1-23/+20
2007-06-03Add some opcodes and mark func as _U_ in packet-ber.cAnders Broman1-11/+151
2007-06-03INAP:Anders Broman1-1900/+6217
2007-06-01Regenerate the INAP dissector with the -X option using the original asn1 filesAnders Broman1-2249/+1510
2007-05-24few BER dissectors regeneratedTomas Kukosa1-19/+19
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-413/+413
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-96/+96
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-1560/+1822
2007-05-06Start introducing actx to ber functions.Anders Broman1-239/+239
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-1/+1