summaryrefslogtreecommitdiffstats
path: root/packet-gsm_sim.c
AgeCommit message (Collapse)AuthorFilesLines
2012-01-04fix typoHEADmasterHarald Welte1-1/+1
2012-01-04add support for USIM AUTHENTICATE parameter parsingHarald Welte1-9/+106
2012-01-04make sure to only call sub_handle_cap if it existsHarald Welte1-2/+4
2012-01-04define ENC_BIG_ENDIAN and ENC_NA if they are not yet definedHarald Welte1-0/+6
2012-01-04make sure to actually register with the gsmtap dissector tableHarald Welte1-0/+4
2011-12-18initial checking of example out-of-tree wireshark pluginHarald Welte1-0/+1675
This builds on Debian unstable against the header files in /usr/include/wireshark The SIM disesctor will not work, as it is not called by GSMTAP. So this is just an example on how to build a wireshark plugin out-of-tree.