summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-gsmtap.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-26Fix warning: 'rrc_sub_handle' may be used uninitialized in this functionPascal Quantin1-1/+1
svn path=/trunk/; revision=47904
2013-02-25Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8397 :Pascal Quantin1-0/+3
Prevent an out of bounds access when trying to call RRC sub dissectors and fallback to DATA dissector svn path=/trunk/; revision=47876
2013-02-21From Harald Welte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8365 :Pascal Quantin1-4/+157
Add GSMTAP support for UMTS RRC captures svn path=/trunk/; revision=47792
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=45017
2012-08-25From Sylvain Munaut via ↵Pascal Quantin1-0/+5
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7664 : packet-gsmtap: Call GMR-1 RACH dissector when appropriate svn path=/trunk/; revision=44671
2012-03-09From Sylvain Munaut:Anders Broman1-0/+7
packet-gsmtap: Call the GMR-1 CCCH dissector when appropriate (Step 3). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6921 svn path=/trunk/; revision=41449
2012-03-07From Sylvain Munaut: Call the new dissector from the GSMTap dissector for ↵Anders Broman1-0/+8
GMR-1 channels using LAPSat svn path=/trunk/; revision=41405
2012-02-08From Harald Welte:Anders Broman1-1/+9
GSMTAP: add new GPRS/EGPRS RLC related sub-types https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6812 svn path=/trunk/; revision=40936
2012-02-08From Harald Welte:Anders Broman1-3/+3
GSMTAP: whitespace / indent cleanup https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6811 svn path=/trunk/; revision=40935
2012-02-08From Harald Welte:Anders Broman1-5/+7
GSMTAP dissector: introduce a dissector table. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6810 svn path=/trunk/; revision=40934
2012-02-08From Sylvain Munaut:Anders Broman1-0/+74
Fix the windows build by filling up stuct with dummy member https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6798 svn path=/trunk/; revision=40932
2012-02-05Checked in, with the following changes:Jörg Mayer1-16/+25
- Adapted packet-gsm_sim.c and CmakeLists.txt to match current content (trivial) - Fixed warnings about //-style comments that were found running ../../tools/checkAPIs.pl -g deprecated -g prohibited -g abort -g termoutput packet-gsm_sim.c packet-etsi_card_app_toolkit.c Error: Found C++ style comments in packet-gsm_sim.c - Not fixed (will lead to dissector abort if in a packet): ../../tools/checkhf.pl packet-gsm_sim.c packet-etsi_card_app_toolkit.c ERROR: NO ARRAY: packet-gsm_sim.c, hf_tprof_b19 ERROR: NO ARRAY: packet-gsm_sim.c, hf_tprof_b18 ERROR: NO ARRAY: packet-etsi_card_app_toolkit.c, hf_ctlv_bearer_descr Please provide the necessary element entries for the hf[] array in a followup patch. svn path=/trunk/; revision=40854
2012-02-04From Harald Welte:Anders Broman1-2/+8
lapdm dissector tries to defragment segment of different streams. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6659 svn path=/trunk/; revision=40842
2012-01-26From Mike Morrin:Anders Broman1-16/+35
The gsmtap patch related to Add dissectors for GSM and UMTS Cell Broadcast protocols. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6770 svn path=/trunk/; revision=40738
2011-10-11From Harald Welte:Anders Broman1-0/+16
In order to ensure one consistent GSMTAP definition, some comments are added to the code in order to make sure modifications are first merged in the GSMTAP mainline header file, and then propagated to wireshark. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6442 svn path=/trunk/; revision=39366
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in ↵Bill Meier1-1/+1
non-autogenerated epan/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_BOOLEAN FT_IPv4 FT_EUI64 FT_GUID FT_UINT_STRING Also: For type FT_ITv6 use ENC_NA. (This was missed in SVN #39260) svn path=/trunk/; revision=39328
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in ↵Bill Meier1-16/+16
non-autogenerated epan/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=39288
2011-07-22From Ludovic Haessler:Anders Broman1-0/+12
Add 3GPP LLC/SNDCP protocols management in GSMTAP dissecto. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6145 svn path=/trunk/; revision=38166
2011-07-11From Ludovic Haessler:Anders Broman1-0/+16
Add 3GPP TS44.060 RLC/MAC control blocks management in GSMTAP dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6103 svn path=/trunk/; revision=37960
2011-07-06From HAESSLER:Anders Broman1-0/+3
Abis interface not correctly handled in gsmtap dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6097 svn path=/trunk/; revision=37918
2011-06-05From Ivan Kluchnikov:Anders Broman1-0/+60
GSMTAP carries payload in various formats of WiMAX interfaces. It uses the wimax plugin to decode the WiMAX bursts. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5964 svn path=/trunk/; revision=37557
2011-05-18Fix a (value) mistake in a value_string. Found by Martin's patch on the ↵Jeff Morriss1-1/+1
-dev list. svn path=/trunk/; revision=37260
2011-02-08From Holger Freyther:Anders Broman1-1/+11
Fix the GSMTAP to TETRA table GSMTAP has the BSCH at 1... this means the table needs to have 9 entries, the first being 0. -------------------------------------------------------------------------------- https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5659 svn path=/trunk/; revision=35882
2011-02-07from Holger Freyther:Anders Broman1-23/+92
gsmtap: Update header file, add tetra support 0001 Minor cleanup - made it look crocked in visual studio, changed bu hand. 0002 Update the definitions from the 'upstream' source 0003 First bits of tetra decoding included in GSMTAP 0004 Pass the tetra PDUs to the TETRA decoder Changed def. of gsmtap_to_tetra to make it compile. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5659 svn path=/trunk/; revision=35864
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
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-05-18Use val_to_str() instead of match_strval() to ensure we get a non-NULL ↵Jeff Morriss1-1/+1
result to pass to proto_tree_add*(). svn path=/trunk/; revision=32880
2010-03-16From Harald Welte:Anders Broman1-0/+398
Add new GSMTAP dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4508 (I incorporated the .h file into the .c file). svn path=/trunk/; revision=32214