aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-adb_cs.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-47/+47
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-02-21Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-4/+1
2014-02-20Try a simpler method of fixing 32/64 issuesEvan Huus1-8/+8
2014-02-20Fix more 32/64 casting errorsEvan Huus1-2/+2
2014-02-20g_ascii_strtoull returns a gint64Evan Huus1-7/+7
2014-02-20Android: Add support for ADB Client-Server protocolMichal Labedzki1-0/+1024