aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-03-21Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'Hadriel Kaplan12-14/+43
2014-03-21Make Mac OS X buildbot happy (fix index shadow variable)Alexis La Goutte1-38/+38
2014-03-21ieee1722a dissector addedAndreas Leibold3-0/+528
2014-03-21EPL: Enable PLK to display OD entriesLukas Emersberger1-70/+649
2014-03-21Fix using '%hh' for printf format because MS Visual C++ is lameHadriel Kaplan1-6/+12
2014-03-21Fix missing license in conversation_debug.hHadriel Kaplan1-2/+20
2014-03-21openSAFETY, EPL: Fix heuristic for false-positivesRoland Knall2-43/+88
2014-03-21Add debug printing functions for conversations, sip, sdp, rtpHadriel Kaplan6-28/+522
2014-03-21Fix bug 9909 Buildbot crash - but only to stop the crashingHadriel Kaplan1-1/+7
2014-03-21Handle big-endian Prism headers.Guy Harris1-39/+63
2014-03-20brackets around MAKE_TYPE_VAL's definitionMartin Kaiser1-1/+1
2014-03-20(nearly empty) function to dissect the body of a track header boxMartin Kaiser1-1/+15
2014-03-20use the WTAP_TYPE_AUTO define to make things clearerMartin Kaiser1-1/+1
2014-03-20col_...() should not be under 'if (tree)'; add editor modelines.Bill Meier1-76/+87
2014-03-20Upgrade LTE RRC dissector to v11.7.0Pascal Quantin6-158/+310
2014-03-20Get the NEXT protocol not the previous top one.AndersBroman1-2/+4
2014-03-20Revert "Allow pcapng interface options to be available to dissectors."Anders Broman9-148/+4
2014-03-20Allow pcapng interface options to be available to dissectors.Christopher Kilgour9-4/+148
2014-03-20the entries for file types with magic numbers areMartin Kaiser1-1/+1
2014-03-20use the correct end index when we loop over the open_info_arrMartin Kaiser1-8/+8
2014-03-19Make checkAPIs happy Alexis La Goutte1-2/+2
2014-03-19The 1.11.x installer puts the global plugins in the wrong place [Mac OS X]Alexis La Goutte1-2/+2
2014-03-19Try to fix Buildbot (Mac OS X and Windows) about conversionAlexis La Goutte1-6/+6
2014-03-19Remove duplicate call to fix-encoding-argsEvan Huus1-3/+0
2014-03-19fix of bug 9836. Avg. packet size in Statistics -> Summary is rounded to near...Jan Kaisrlik2-18/+12
2014-03-19Add read_format extension to manual pagesHadriel Kaplan2-2/+9
2014-03-19Fix lua file testsuite not working and weak heuristic readers not being regis...Hadriel Kaplan5-13/+32
2014-03-19Wiretap: Add support for Android LogcatMichal Labedzki7-2/+685
2014-03-19Add a new case to find existing assocs when only the information of an INIT c...ruengeler1-0/+6
2014-03-19Add check of whitespace error after Wireshark check (checkhf, checAPIs...)Alexis La Goutte1-3/+4
2014-03-19Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+1
2014-03-19Try to fix Mac OS X BuildbotAlexis La Goutte1-3/+3
2014-03-19Fix warning/error found by CheckAPIAlexis La Goutte1-8/+8
2014-03-19USB: decode HID desc for unknown iface classPeter Wu1-1/+2
2014-03-19USB: show data fragment for control messagesPeter Wu1-1/+1
2014-03-19Try to make Mac OS X buildbot HappyAlexis La Goutte1-4/+5
2014-03-19Fix buildAlexis La Goutte1-1/+1
2014-03-19The 1.11.x installer puts the global plugins in the wrong place [Mac OS X]Alexis La Goutte2-2/+2
2014-03-19Support for IEEE 802.11adMoraney Jalil1-158/+3755
2014-03-19Fix Error: the name for hf_lg8979_start_ptnum8 ("lg8979.start_ptnum8") hasAndersBroman1-1/+1
2014-03-19Exported PDU: add support for data length on the wirePascal Quantin13-18/+31
2014-03-19Fix Bug 9885: 'Buildbot crash output: fuzz-2014-03-14-15333.pcap'Hadriel Kaplan2-2/+15
2014-03-19New Dissector for Landis & Gyr (Telegyr) 8979cbontje4-0/+1573
2014-03-19Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann23-171/+4874
2014-03-18Fix OS-X compilation broken by gc354675Pascal Quantin1-2/+0
2014-03-18Dechunk/export sctp payloads trough export PDU.AndersBroman1-2/+51
2014-03-17ULP: upgrade dissector to approved version 2.0.1Pascal Quantin5-35/+42
2014-03-17Enhance pre-commit tools to avoid false positiveAlexis La Goutte1-1/+1
2014-03-17Revert "Try to make the heuristic a bit more efficient."Bill Meier1-5/+5
2014-03-17Heuristics length check must use captured_length; Do other misc changes:Bill Meier1-164/+185