aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_ipa.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-3/+3
Also: remove trailing whitespace for a number of files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39503 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, ↵wmeier1-4/+4
FT_STRINGZ, FT_UINT_STRING as follows: 1. If there's no character encoding (ENC_ASCII, ...) specified then use ENC_ASCII. 2. For all but FT_UINT_STRING, always use ENC_NA (replacing any existing True/1/FALSE/0 /ENC_BIG_ENDIAN/ENC_LITTLE_ENDIAN). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39426 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23From Daniel:etxrab1-12/+100
Add support for the osmo extension header to IP.a https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6371 While we are there - Use ENC_BIG_ENDIAN git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39095 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
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.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35224 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-16From Harald Welte:jake1-1/+30
It seems that Hay Systems Limited (HSL) is using stream 0xDD to transport human-readable debug messages from the BTS to the BSC. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35196 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-16From Harald Welte:jake1-18/+75
As it seems, there are systems that use an IPA multiplex layer but don't use it on the standard ports that ip.access is using them for the A-bis interface. This patch adds a user-configurable preference for the TCP and UDP ports the IPA dissector should work on. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35195 f5534014-38df-0310-8fa8-9805f1628bb7
2010-08-11From Holger Freyther:etxrab1-0/+8
packet-gsm_ipa.c: Decode MGCP that is encapsulated inside the stream. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5068 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33767 f5534014-38df-0310-8fa8-9805f1628bb7
2010-06-20From Holger Freyther: jake1-8/+20
The current implementation assumes that the IPA protocol header is three byte. This is true for TCP but not for packets sent over UDP, which uses four bytes. From me: Improve heuristic and offset tracking. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33259 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-19From Holger Freyther:etxrab1-5/+7
RSL is on more than stream-id == 0 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4245 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31013 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-31From Holger Freyther via bug 3776:gerald1-0/+296
Part 1: Rename packet-gsm_abis_ip.c to packet-gsm_ipa.c. Part 2: Rename to the content to match the filename. Part 3: Add GSM A/SCCP support to the packet-gsm_ipa.c dissector Adjusted patch to take laforge's comment into account. Use guint16 for the length and use the ntohs routine to convert the length. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29254 f5534014-38df-0310-8fa8-9805f1628bb7