aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/s1ap
Commit message (Collapse)AuthorAgeFilesLines
* Remove all non-ASCII characters from all .asn files. I didn't see the harm ↵Chris Maynard2013-09-181-32/+32
| | | | | | in replacing them all as opposed to only those not copied verbatim from other sources. svn path=/trunk/; revision=52132
* Some more protocols can be generated via cmakeJörg Mayer2013-05-101-0/+37
| | | | svn path=/trunk/; revision=49233
* Just whitespace changesJörg Mayer2013-05-051-3/+3
| | | | svn path=/trunk/; revision=49167
* Stub cmake support for generating the asn1 dissectors.Jörg Mayer2013-04-231-0/+23
| | | | | | | It doesn't do anything yet, it is just to make svn status readable again. svn path=/trunk/; revision=49007
* -Wmissing-prototypesAnders Broman2013-03-281-0/+3
| | | | svn path=/trunk/; revision=48609
* From beroset:Anders Broman2013-03-191-1/+1
| | | | | | | remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48429
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-1/+1
| | | | | | | Also remove old WS_VAR_IMPORT define and related Makefile magic everywhere in the project. svn path=/trunk/; revision=47992
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
| | | | svn path=/trunk/; revision=45015
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-102-20/+20
| | | | | | Add new parameter 'data' to heur_dissector_t and new_dissector_t, for now it's always NULL svn path=/trunk/; revision=44860
* Update Free Software Foundation address.Jakub Zawadzki2012-06-285-5/+5
| | | | | | (COPYING will be updated in next commit) svn path=/trunk/; revision=43536
* Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2012-05-101-2/+2
| | | | | | proto_tree_add_item() calls. svn path=/trunk/; revision=42543
* From David Wei more containers not to dissect if pref is setanonsvn2012-02-201-4/+8
| | | | svn path=/trunk/; revision=41084
* From David Wei:Anders Broman2012-02-092-86/+91
| | | | | | Add a preference to not dissect containers, svn path=/trunk/; revision=40946
* From billyjeans [AT] gmail.com via bug 6184: "S1AP dissector COL_INFO should ↵Chris Maynard2012-01-251-53/+148
| | | | | | display different message status?", with changes from me to use col_append_str() and comma-separate the strings instead of using col_append_fstr() and pipe-separate them. svn path=/trunk/; revision=40721
* Update to 3GPP TS 36.413 V10.3.0 (2011-09)Anders Broman2011-12-098-121/+425
| | | | svn path=/trunk/; revision=40134
* Get rid of declarations of undefined routines and definitins of unusedGuy Harris2011-12-092-0/+6
| | | | | | routines. svn path=/trunk/; revision=40124
* Try to get the container stuff right...Anders Broman2011-12-082-7/+6
| | | | svn path=/trunk/; revision=40119
* Properly dissect Source-ToTarget-TransparentContainer.Anders Broman2011-12-082-1/+2
| | | | svn path=/trunk/; revision=40117
* Get rid of set-but-not-used warnings.Anders Broman2011-11-081-9/+0
| | | | svn path=/trunk/; revision=39761
* Dissect RIMInformation.Anders Broman2011-11-042-0/+21
| | | | svn path=/trunk/; revision=39733
* From Pascal Quantin.Anders Broman2011-10-232-0/+11
| | | | | | | | | The attached patch adds the LPPa (LTE Positioning Protocol A) dissector as specified in 3GPP 36.455 release 9.4.1. (Part 2) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6478 svn path=/trunk/; revision=39516
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-4/+4
| | | | | | Also: remove trailing whitespace for a number of files. svn path=/trunk/; revision=39503
* Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss2011-10-101-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
* Typo FT_IPv4 isf FT_IPv6.Anders Broman2011-10-061-1/+1
| | | | | | | Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6435 svn path=/trunk/; revision=39297
* Build with S1AP-SonTransfer-IEs.asnStig Bjørlykke2011-05-131-1/+2
| | | | svn path=/trunk/; revision=37117
* Export SONtransferRequestContaine, SONtransferResponseContainerand and ↵Anders Broman2011-03-031-0/+3
| | | | | | Global-ENB-ID svn path=/trunk/; revision=36130
* Export:Anders Broman2011-02-271-0/+6
| | | | | | | | SONtransferRequestContainer SONtransferResponseContainer SONtransferCause svn path=/trunk/; revision=36086
* Add dissection of SonTransfer-IEs.Anders Broman2011-02-272-0/+189
| | | | svn path=/trunk/; revision=36084
* If ENBname is text, append the text.Anders Broman2011-02-041-0/+26
| | | | svn path=/trunk/; revision=35808
* Export Global-ENB-ID.Anders Broman2011-01-251-0/+1
| | | | svn path=/trunk/; revision=35645
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-10/+10
| | | | | | | | | | | keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) svn path=/trunk/; revision=35224
* - Update to 3GPP TS 25.413 V9.4.0 (2010-09).Anders Broman2010-11-171-0/+28
| | | | | | - Fill the value_strings. svn path=/trunk/; revision=34929
* Use value_string_ext.Anders Broman2010-11-111-3/+8
| | | | svn path=/trunk/; revision=34844
* Update to V9.4.0 (2010-09), no change in the asn1 def's.Anders Broman2010-10-046-6/+7
| | | | svn path=/trunk/; revision=34362
* Update to V9.3.0 (2010-06)Anders Broman2010-06-296-21/+38
| | | | | | Export ENB-StatusTransfer-TransparentContainer svn path=/trunk/; revision=33369
* Add the missing packet-s1ap.hStig Bjørlykke2010-06-281-0/+30
| | | | svn path=/trunk/; revision=33356
* Dissect more GTPV2 IE'sAnders Broman2010-06-282-2/+10
| | | | svn path=/trunk/; revision=33351
* From KATAOKA Toshihiro:Anders Broman2010-06-261-6/+2
| | | | | | | 3GPP S1AP Transparent Container. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4913 svn path=/trunk/; revision=33330
* FromToshihiro Kataoka:Anders Broman2010-06-232-0/+18
| | | | | | | Dissect 3GPP S1AP UE Capability Info Indication. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4904 svn path=/trunk/; revision=33294
* Update to V9.2.0 (2010-03).Anders Broman2010-04-128-72/+79
| | | | svn path=/trunk/; revision=32451
* #include <string.h> and/or #include <stdio.h> not needed.Bill Meier2010-04-071-1/+0
| | | | svn path=/trunk/; revision=32417
* #include <stdio.h> not needed.Bill Meier2010-04-061-1/+0
| | | | svn path=/trunk/; revision=32405
* From KATAOKA Toshihiro:Anders Broman2010-03-311-3/+4
| | | | | | | Add sctp default port for S1AP. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4630 svn path=/trunk/; revision=32337
* Fix for Bug 4588:Gerasimos Dimitriadis2010-03-201-1/+1
| | | | | | RANAP and friends want the MNC encoded in big endian form. svn path=/trunk/; revision=32257
* Update to V9.1.0 (2009-12)Anders Broman2009-12-207-34/+226
| | | | svn path=/trunk/; revision=31327
* Expert info when E.212 MCC/MNC contain non-decimal digitsGerasimos Dimitriadis2009-11-271-1/+1
| | | | svn path=/trunk/; revision=31102
* offset is in bitsAnders Broman2009-11-201-2/+2
| | | | svn path=/trunk/; revision=31036
* ENBname is now a PrintableString. handling in .cnf no longer needed.Anders Broman2009-11-191-25/+0
| | | | svn path=/trunk/; revision=31014
* Align RRC-Container dissection with RANAP.Anders Broman2009-11-091-5/+7
| | | | svn path=/trunk/; revision=30911
* Dissect Handover "containers".Anders Broman2009-11-082-12/+165
| | | | svn path=/trunk/; revision=30866