aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rua
AgeCommit message (Collapse)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-8/+8
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-05-13Update to V9.1.0 (2010-03)etxrab6-10/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32779 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-06#include <stdio.h> not needed.wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32405 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-15Declare sip_uri_offset_init() as returning void and remove a couple unused ↵morriss2-41/+31
variables git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32195 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-09Mark unused arguments.guy2-1/+1
Clean up white space. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32149 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-04From Mark Wallis:etxrab2-31/+110
Improvements to new RUA Iuh dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4552 Removed check_col() from the patch as it's no longer needed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32108 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-03Its convenient to be able to filter on mac-lte.ulsch or mac-lte.dlsch.martinm7-8/+22
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32088 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-01From LEGO via bug 4405:stig1-0/+1
Add the dot ('.') to the characters that can compose a name. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32068 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-24From Neil Piercy:etxrab11-0/+1233
Add 3GPP Home Node B Iuh protocol support (HNBAP & RUA) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4531 - Added IE extension for HNBAP - Removed unused .h files git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31988 f5534014-38df-0310-8fa8-9805f1628bb7