summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-10coc: Do not add a zero-length itemproto-cocPeter Wu1-1/+2
2013-12-24Add dissector for Clash of Clans protocolPeter Wu4-1/+238
2013-12-24Lop off last 4 bytes of payload to use for digest calculation. Still doesn't ...Martin Mathieson1-1/+1
2013-12-24Remove now-unused ephemeral stack code. And another one bites the dust...Evan Huus2-79/+0
2013-12-24Replace all(?) remaining ep_stack occurences with wmem stacks.Evan Huus3-18/+20
2013-12-24Replace an ep-stack with a wmem stack. Running epan_init() no longer usesEvan Huus3-11/+11
2013-12-24Get rid of no-longer-used variables.Guy Harris2-31/+19
2013-12-24Add wmem_destroy_list, wmem_destroy_queue, wmem_destroy_stack so that thoseEvan Huus5-0/+35
2013-12-24Oops, escape characters shouldn't cause anything to be added to theGuy Harris1-2/+1
2013-12-24Make sure uchar is always initialized. Just use '?' since the comment indicatesEvan Huus1-1/+3
2013-12-24Update some comments.Guy Harris1-5/+1
2013-12-24Add a ENC_3GPP_TS_23_038 encoding, for the standard SMS alphabet in aGuy Harris6-70/+214
2013-12-24Still not quite working, but using MAC API with gcrypt 1.6 now for digestMartin Mathieson1-18/+35
2013-12-23Fix setup of new expert info item.Guy Harris1-1/+1
2013-12-23Make C-type filterable.Michael Mann1-232/+191
2013-12-23Designated initializers are not standard C90, just list all the '-1's withoutEvan Huus1-56/+13
2013-12-23Avoid using ephemeral memory in register routines.Evan Huus2-4/+7
2013-12-23Avoid one unnecessary use of ephemeral memory.Evan Huus1-2/+5
2013-12-23Get rid of some useless intermediate ep-memory when building Diameter arrays.Evan Huus1-12/+14
2013-12-23First round converting OIDs from emem to wmem. Just internal functions so far.Evan Huus3-27/+41
2013-12-23From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9498Alexis La Goutte1-175/+31
2013-12-23From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9498Alexis La Goutte3-803/+863
2013-12-23Add modelines infoAlexis La Goutte1-1/+12
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-6/+0
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-7/+0
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+4
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2013-12-23Fix Result of operation is garbage or undefined warning found by ClangAlexis La Goutte1-1/+1
2013-12-23Set SVN properties.Jeff Morriss0-0/+0
2013-12-23Fix Windows BuildbotAlexis La Goutte1-1/+1
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-8/+8
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte4-37/+944
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte5-3/+682
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte2-3/+3
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-2/+2
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte3-0/+1291
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte3-93/+184
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-23/+39
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-4/+3
2013-12-23Fix compilation after last change in packet-pdcp-lte (about unused parameter)Alexis La Goutte1-1/+1
2013-12-23Make Buildbot HappyAlexis La Goutte1-0/+1
2013-12-23mp2t: rework dissecting adaptation fieldJakub Zawadzki1-15/+14
2013-12-23mp2t: avoid calling get_mp2t_conversation_data()Jakub Zawadzki1-11/+9
2013-12-23Add FT_SYSTEM_ID for type checkingMichael Mann1-1/+4
2013-12-23Use G_GINT64_CONSTANT(nnn) instead of nnnul in a few places;Bill Meier1-76/+76
2013-12-23Fix up casing and code formatting in the UDP Decode-As code.Jeff Morriss1-8/+13
2013-12-23Make the SCTP Decode-As dialog more consistent with the TCP one.Jeff Morriss2-24/+41
2013-12-23Back out inadvertant change introduced in SVN #54340Bill Meier1-2/+1