aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2011-12-28add_new_data_source() needed in several places.Bill Meier1-0/+5
2011-12-22Add two missing calls to add_new_data_source().Bill Meier1-4/+6
2011-12-09Update to 3GPP TS 36.413 V10.3.0 (2011-09)Anders Broman8-121/+425
2011-12-09Get rid of declarations of undefined routines and definitins of unusedGuy Harris2-0/+6
2011-12-08Try to get the container stuff right...Anders Broman3-8/+9
2011-12-08Properly dissect Source-ToTarget-TransparentContainer.Anders Broman2-1/+2
2011-12-07RatingGroup -> RatingGroupIdAnders Broman1-4/+2
2011-12-06Update to 3GPP TS 32.298 V6.4.1 (2006-06)Anders Broman5-2/+1202
2011-12-05Pretify TimeStamp and TimeZoneAnders Broman2-2/+74
2011-11-29Wireshark crashes in gsm_map dissectorAnders Broman1-0/+1
2011-11-24Fix H.460.18 and H.460.19 integration into H.245Tomas Kukosa2-7/+13
2011-11-22Add initial .gitignore filesBalint Reczey1-0/+46
2011-11-22Don't hardcode 'python' for asn2wrsBalint Reczey1-2/+2
2011-11-21Get rid of Warnings.Anders Broman1-5/+4
2011-11-20Remove export.Anders Broman3-38/+38
2011-11-20See if this fixes it, why it worked on my system is anybodys guess.Anders Broman1-0/+1
2011-11-20Get rid of Warnings.Anders Broman8-67/+68
2011-11-19Get rid of Warnings.Anders Broman2-14/+14
2011-11-18Use tvb_bcd_dig_to_ep_str().Anders Broman1-41/+3
2011-11-17Add a dissector table for National operation codes.Anders Broman1-6/+14
2011-11-17Add a missing IE number.Anders Broman1-2/+3
2011-11-16Dissect national Opcode.Anders Broman2-4/+110
2011-11-16- Resorted the IEs in numerical order for easier comparison with the list of ...Anders Broman1-14/+16
2011-11-15Fix props: svn:keyword->svn:keywords; remove svn:executableBill Meier11-0/+0
2011-11-15At least as I read the code, there can be up to 3 receive channels (theGuy Harris1-1/+9
2011-11-14Do some more length checking to avoid a dissector bug error. Should fixGuy Harris1-2/+36
2011-11-14[-Wunused-but-set-variable]Anders Broman3-7/+3
2011-11-14Fix Id tag.Anders Broman1-1/+1
2011-11-12fix [-Wunused-but-set-variable]Anders Broman3-16/+7
2011-11-10Get rid of an unused function (dissect_hnbap_AccessResult()).Guy Harris1-0/+4
2011-11-10Set info col for new messages.Anders Broman1-0/+26
2011-11-10Update HNBAP to V10.1.0 (2011-06)Anders Broman7-40/+389
2011-11-10From Martin Kaiser:Anders Broman2-2/+63
2011-11-10Forgot part of commit 39766.Anders Broman1-1/+1
2011-11-08Try to fix defined but not used warnings.Anders Broman1-11/+13
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-9/+9
2011-11-08Fix message_type defined but unused compiler warning/error. There are 3Stephen Fisher1-1/+0
2011-11-08packet-sbc-ap-template.c:138: warning: unused variable 'offset'Anders Broman1-2/+0
2011-11-08Get rid of set-but-not-used warnings.Anders Broman1-9/+0
2011-11-08Add SBc Application Part (SBc-AP) to build.Anders Broman2-0/+2
2011-11-08Add SBc Application Part (SBc-AP) dirAnders Broman11-0/+1314
2011-11-04Dissect RIMInformation.Anders Broman2-0/+21
2011-11-02Handle differences in Camel V2Anders Broman4-39/+210
2011-11-02Export NAEA-CIC to be used by Camel.Anders Broman1-0/+1
2011-10-31Try to fix warnings.Anders Broman4-26/+88
2011-10-29Added support for big integer64 values.Stig Bjørlykke1-1/+9
2011-10-26Try to get rid of defined but not used warnings.Anders Broman1-0/+28
2011-10-25 Try to get rid of "defined but not used" warnings.Anders Broman2-0/+49
2011-10-24Fix encoding arg for a proto_tree_add_bitmask() function call.Bill Meier1-1/+1
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...Bill Meier1-1/+1