aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/s1ap
AgeCommit message (Collapse)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45015
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2-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
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-05-10Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+2
proto_tree_add_item() calls. svn path=/trunk/; revision=42543
2012-02-20From David Wei more containers not to dissect if pref is setanonsvn1-4/+8
svn path=/trunk/; revision=41084
2012-02-09From David Wei:Anders Broman2-86/+91
Add a preference to not dissect containers, svn path=/trunk/; revision=40946
2012-01-25From billyjeans [AT] gmail.com via bug 6184: "S1AP dissector COL_INFO should ↵Chris Maynard1-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
2011-12-09Update to 3GPP TS 36.413 V10.3.0 (2011-09)Anders Broman8-121/+425
svn path=/trunk/; revision=40134
2011-12-09Get rid of declarations of undefined routines and definitins of unusedGuy Harris2-0/+6
routines. svn path=/trunk/; revision=40124
2011-12-08Try to get the container stuff right...Anders Broman2-7/+6
svn path=/trunk/; revision=40119
2011-12-08Properly dissect Source-ToTarget-TransparentContainer.Anders Broman2-1/+2
svn path=/trunk/; revision=40117
2011-11-08Get rid of set-but-not-used warnings.Anders Broman1-9/+0
svn path=/trunk/; revision=39761
2011-11-04Dissect RIMInformation.Anders Broman2-0/+21
svn path=/trunk/; revision=39733
2011-10-23From Pascal Quantin.Anders Broman2-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
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
Also: remove trailing whitespace for a number of files. svn path=/trunk/; revision=39503
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-06Typo FT_IPv4 isf FT_IPv6.Anders Broman1-1/+1
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6435 svn path=/trunk/; revision=39297
2011-05-13Build with S1AP-SonTransfer-IEs.asnStig Bjørlykke1-1/+2
svn path=/trunk/; revision=37117
2011-03-03Export SONtransferRequestContaine, SONtransferResponseContainerand and ↵Anders Broman1-0/+3
Global-ENB-ID svn path=/trunk/; revision=36130
2011-02-27Export:Anders Broman1-0/+6
SONtransferRequestContainer SONtransferResponseContainer SONtransferCause svn path=/trunk/; revision=36086
2011-02-27Add dissection of SonTransfer-IEs.Anders Broman2-0/+189
svn path=/trunk/; revision=36084
2011-02-04If ENBname is text, append the text.Anders Broman1-0/+26
svn path=/trunk/; revision=35808
2011-01-25Export Global-ENB-ID.Anders Broman1-0/+1
svn path=/trunk/; revision=35645
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-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
2010-11-17- Update to 3GPP TS 25.413 V9.4.0 (2010-09).Anders Broman1-0/+28
- Fill the value_strings. svn path=/trunk/; revision=34929
2010-11-11Use value_string_ext.Anders Broman1-3/+8
svn path=/trunk/; revision=34844
2010-10-04Update to V9.4.0 (2010-09), no change in the asn1 def's.Anders Broman6-6/+7
svn path=/trunk/; revision=34362
2010-06-29Update to V9.3.0 (2010-06)Anders Broman6-21/+38
Export ENB-StatusTransfer-TransparentContainer svn path=/trunk/; revision=33369
2010-06-28Add the missing packet-s1ap.hStig Bjørlykke1-0/+30
svn path=/trunk/; revision=33356
2010-06-28Dissect more GTPV2 IE'sAnders Broman2-2/+10
svn path=/trunk/; revision=33351
2010-06-26From KATAOKA Toshihiro:Anders Broman1-6/+2
3GPP S1AP Transparent Container. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4913 svn path=/trunk/; revision=33330
2010-06-23FromToshihiro Kataoka:Anders Broman2-0/+18
Dissect 3GPP S1AP UE Capability Info Indication. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4904 svn path=/trunk/; revision=33294
2010-04-12Update to V9.2.0 (2010-03).Anders Broman8-72/+79
svn path=/trunk/; revision=32451
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32417
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32405
2010-03-31From KATAOKA Toshihiro:Anders Broman1-3/+4
Add sctp default port for S1AP. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4630 svn path=/trunk/; revision=32337
2010-03-20Fix for Bug 4588:Gerasimos Dimitriadis1-1/+1
RANAP and friends want the MNC encoded in big endian form. svn path=/trunk/; revision=32257
2009-12-20Update to V9.1.0 (2009-12)Anders Broman7-34/+226
svn path=/trunk/; revision=31327
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsGerasimos Dimitriadis1-1/+1
svn path=/trunk/; revision=31102
2009-11-20offset is in bitsAnders Broman1-2/+2
svn path=/trunk/; revision=31036
2009-11-19ENBname is now a PrintableString. handling in .cnf no longer needed.Anders Broman1-25/+0
svn path=/trunk/; revision=31014
2009-11-09Align RRC-Container dissection with RANAP.Anders Broman1-5/+7
svn path=/trunk/; revision=30911
2009-11-08Dissect Handover "containers".Anders Broman2-12/+165
svn path=/trunk/; revision=30866
2009-11-05Dissect Source-ToTarget-TransparentContainer in the intra LTE case.Anders Broman2-4/+65
svn path=/trunk/; revision=30837
2009-10-28- Remove check_col.Anders Broman1-6/+5
- Make x2ap work. svn path=/trunk/; revision=30746
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
svn path=/trunk/; revision=30409
2009-10-01Update to 3GPP TS 36.413 V9.0.0 (2009-09)Anders Broman7-43/+197
svn path=/trunk/; revision=30232
2009-10-01Update to 3GPP TS 36.413 V8.7.0 (2009-09)Anders Broman6-14/+21
svn path=/trunk/; revision=30231
2009-09-17Minor ASN1 update.Anders Broman6-29/+6
svn path=/trunk/; revision=29975
2009-08-18Make build bot happy?Anders Broman1-17/+0
svn path=/trunk/; revision=29463