aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-23 Try to get rid of "defined but not used" warnings.Anders Broman1-16/+21
2011-10-23Try to get rid of "defined but not used" warnings.Anders Broman2-6/+5
2011-10-23From Pascal Quantin.Anders Broman6-1/+47
2011-10-23From Pascal Quantin.Anders Broman11-0/+1546
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier35-134/+134
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-1/+1
2011-10-19Let subdissectors have a stab at the packet even if it's cut short.Anders Broman2-60/+70
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier2-10/+10
2011-10-16From Pascal Quantin.Anders Broman1-0/+34
2011-10-16From Pascal Quantin.Anders Broman10-0/+2114