aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter_3gpp.c
Commit message (Collapse)AuthorAgeFilesLines
* Diameter.xml: Add s6a application contex + Spec refAnders Broman2009-01-151-1/+30
| | | | | | Add subdisecton of 3GPP AVP 701 MSISDN using code in gsm map. svn path=/trunk/; revision=27240
* First step to split the gsm_a dissector into several smaller ones ( done by ↵Anders Broman2008-08-041-1/+1
| | | | | | | | Neil Piercy) rename the "old" one to gsm_a_common. svn path=/trunk/; revision=25915
* From Jim Young:Jaap Keuter2008-04-141-2/+1
| | | | | | | | | Within the packet-diameter_3gpp.c module, the call to proto_register_protocol() comes AFTER the proto_register_field_array() call. While the delayed call to proto_register_protocol() does not appear to impair the use of the display filters, it DOES effect the generation of the wireshark-filter man page. svn path=/trunk/; revision=25014
* Add missing 'static int' for dissect_diameter_3gpp_tmgi(...)Bill Meier2008-01-291-0/+1
| | | | svn path=/trunk/; revision=24223
* Dissect 3GPP AVP Code: 900 TMGIAnders Broman2008-01-291-3/+51
| | | | svn path=/trunk/; revision=24222
* Make use of an unused value.Stig Bjørlykke2008-01-271-1/+2
| | | | svn path=/trunk/; revision=24213
* Add the forgotten file.Anders Broman2008-01-271-0/+122
svn path=/trunk/; revision=24212