aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/tetra
AgeCommit message (Collapse)AuthorFilesLines
2013-06-12Batch of filterable expert infos with some minor cleanup I noticed while ↵Michael Mann1-10/+13
doing the filter conversions. svn path=/trunk/; revision=49893
2013-06-05Quick fix for bug 8768. For now assume that only three logical channelsGerald Combs1-0/+12
are valid. If we run into more add expert item and cap the channel count. svn path=/trunk/; revision=49787
2013-05-24From LI Hai via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8708 :Pascal Quantin3-33/+33
Add MAC-DATA support to TETRA dissector and other minor improvements svn path=/trunk/; revision=49567
2013-05-11Now all disectors requiring asn2wrs can be generated usingJörg Mayer1-0/+27
cmake. svn path=/trunk/; revision=49254
2013-05-11Small cleanupsJörg Mayer1-4/+3
svn path=/trunk/; revision=49242
2013-05-07x721 and kerberos: Use standard Makefile.amJörg Mayer1-0/+1
idmp: remove an unused line tetra, h460: Whitespace changes to be a "standard" Makefile.am asn1/Makefile.am: don't try to build kerberos and x721 dissectors svn path=/trunk/; revision=49201
2013-05-05Just whitespace changesJörg Mayer1-1/+3
svn path=/trunk/; revision=49167
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
It doesn't do anything yet, it is just to make svn status readable again. svn path=/trunk/; revision=49007
2012-11-01From LI Hai:Anders Broman1-3/+3
According to Table 161 in ETSI 392-2 standard, the Class of MS field in U-LOCATION UPDATE DEMAND in tetra.asn is incorrect. the type of Class of MS field should be Type 2, not Type 1, and the length should be 24 bits, not 32bits. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7946 svn path=/trunk/; revision=45857
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
svn path=/trunk/; revision=45015
2012-09-19From LI Hai via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7736 :Pascal Quantin2-7/+2
Fix dissection error of D-RELEASE and D-CONNECT in TETRA dissector svn path=/trunk/; revision=45004
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-03-16FT_BOOLEAN hf[] entry with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-1/+1
svn path=/trunk/; revision=41590
2011-11-21Get rid of Warnings.Anders Broman1-5/+4
svn path=/trunk/; revision=39980
2011-11-20Remove export.Anders Broman3-38/+38
svn path=/trunk/; revision=39956
2011-11-20See if this fixes it, why it worked on my system is anybodys guess.Anders Broman1-0/+1
svn path=/trunk/; revision=39955
2011-11-20Get rid of Warnings.Anders Broman1-0/+1
svn path=/trunk/; revision=39954
2011-11-15At least as I read the code, there can be up to 3 receive channels (theGuy Harris1-1/+9
number of channels is XXX & 0x03, hence in the range 0-3. Thanks and a tip of the hat to Clang Cat for catching this. svn path=/trunk/; revision=39839
2011-10-10Fix unused function warningsAnders Broman1-1/+10
svn path=/trunk/; revision=39338
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-4/+0
them and then copying them over). The "all" target to builds these dissectors now (instead of "generate_files" and/or "copy_files"). asn2wrs's "-O" option now means "the dissector goes in this directory" (rather than "all output goes in this directory"); it also means that the "-s" (single output file) option is now required. Fix things up so that it's possible to build all of the ASN.1 dissectors in one shot. Fix building of conformance files when doing out-of-source-tree builds. Unfortunately "make all" in the asn1 directory always builds something--I think because of circular depedencies. svn path=/trunk/; revision=39333
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 ↵Bill Meier1-1/+1
dissectors: Specifically: Replace FALSE|0 and TRUE|1 by ENC_BIG_ENDIAN|ENC_LITTLE_ENDIAN as the encoding parameter for proto_tree_add_item() calls which directly reference an item in hf[] which has a type of: FT_UINT8 FT_UINT16 FT_UINT24 FT_UINT32 FT_UINT64 FT_INT8 FT_INT16 FT_INT24 FT_INT32 FT_INT64 FT_FLOAT FT_DOUBLE svn path=/trunk/; revision=39294
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly ↵Bill Meier1-1/+1
reference an hf item (in hf[] with types: FT_NONE FT_BYTES FT_IPV6 FT_IPXNET FT_OID Note: Encoding field set to ENC_NA only if the field was previously TRUE|FALSE|1|0|ENC_LITTLE_ENDIAN|ENC_BIG_ENDIAN svn path=/trunk/; revision=39263
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman2-112/+39
svn path=/trunk/; revision=39164
2011-08-16Based on patch from Denis Ovsienko viaJeff Morriss1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6244 : Fix typo: s/unkown/unknown/ svn path=/trunk/; revision=38561
2011-04-12Removed some unused variables.Stig Bjørlykke1-3/+2
svn path=/trunk/; revision=36602
2011-02-12Remove an unused ett_ variable.Jeff Morriss1-2/+0
svn path=/trunk/; revision=35927
2011-02-02Warning: packet-tetra.c does not have an SVN Id tag.Anders Broman1-3/+5
Error: the blurb for field "Carrier Number" ("tetra.carrier") matches the field name in packet-tetra.c Error: the blurb for field "PDU" ("tetra.pdu") matches the field name in packet-tetra.c Error: Found deprecated APIs in packet-tetra.c: dissector_add svn path=/trunk/; revision=35769
2011-02-02Integrate and build the tetra dissector.Anders Broman1-175/+170
svn path=/trunk/; revision=35766
2011-02-02Add the local makefiles.Anders Broman3-0/+102
svn path=/trunk/; revision=35755
2011-02-02From Holger Freyther:Anders Broman3-246/+216
- Code Cleanups and preparation to call code from gsmtap - Fix a bug in the asn1 file, Bug found with traces from OsmocomTETRA svn path=/trunk/; revision=35754
2011-02-02The Beijing Institute of Technology (BIT) and associate professor LI Hai has ↵Anders Broman4-0/+3387
created a TETRA decoder for wireshark, they made the decision to use the ASN1 infrastructure for creating the dissector and were kind enough to send the GPLed sourcecode to us(The Osmocom Group). This group is using a protocol provided by their equipment. This is an initial checkin of the code from BIT, it is not fit for inclusion in Wireshark in this state. Further patches are expected before the code can be integrated by being added to the makefiles. svn path=/trunk/; revision=35753