aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark/0004-rsl-ipaccess.patch
AgeCommit message (Collapse)AuthorFilesLines
2011-09-06update wireshark patches to current wireshark svnHarald Welte1-168/+151
2011-04-08wireshark: update extension of RSL dissector with ip.access nanoBTS supportPablo Neira Ayuso1-94/+134
This patch removes the C99 structure initialization which is not allowed by the wireshark project (since it has to compile with non-C99 compliant compilers). It also adds a new option to enable/disable the dissection of vendor specific ip.access nanoBTS RSL messages. Tested with file: ipaccess-startup-mo_to_mo_call-proxy.pcap
2011-01-11wireshark: rebase the patches, rename and add a READMEHolger Hans Peter Freyther1-0/+665
Add a short README mentioning the svn version they apply to, how to rebase them in the future, and what they do. The renaming is done to add a hint on in which order to apply them. The abis_oml patch has been updated to some value_string changes in epan, all patches now add the new files to the CMakeLists.txt of epan as well.