aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2015-08-22Add support for IPv6 stats tree statisticsJoão Valverde1-68/+127
2015-08-16Fix IP Destinations stats treeJoão Valverde1-1/+1
2015-08-05Clean up some fields.Guy Harris1-19/+18
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann7-13/+9
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann7-8/+8
2015-07-08opcua dissector: fix display of service type in packet columnHannes Mezger1-15/+8
2015-07-03plugins: add cleanup routinesPeter Wu6-26/+40
2015-07-02opcua dissector: Add DefaultXml encoding IDsHannes Mezger2-4/+163
2015-07-02Lemon: Update lemon toolsAlexis La Goutte3-3/+3
2015-07-02opcua dissector: Fix display of status code in error messageHannes Mezger1-1/+1
2015-07-01opcua dissector: Fix parsing of 7 byte numeric service NodeIds.Gerhard Gappmeier1-2/+2
2015-06-29plugins/mate: fix some memleaksPeter Wu3-8/+13
2015-06-25Stop using atof/strtod (fixes column sorting of float types)Peter Wu1-2/+2
2015-06-17Profinet: I&M5 Data is added.Birol Capa1-1/+109
2015-06-15Profinet: Combined Object Container is added.Birol Capa2-3/+50
2015-06-15icmp,wimax: Fix undefined shiftPeter Wu1-1/+1
2015-06-08Print "and greater" instead of a ten digit number.Gerald Combs1-1/+3
2015-06-08Profinet: OEM Device ID is addedBirol Capa1-1/+32
2015-06-05Fix a few issues reported by PVS-StudioPascal Quantin2-4/+6
2015-06-04Profinet: Add Fiber Optic Diagnosis Info.Birol Capa1-0/+28
2015-05-30ams: fixed wrong offset calculation, adsstate has 2 bytesThomas Wiens1-1/+1
2015-04-30Fix some cases where we're shifting a signed 1 left.Guy Harris1-7/+7
2015-04-20wimax: replace deprecated tvb_length callsEvan Huus2-16/+15
2015-04-17Fix CMake warningsGraham Bloice14-42/+42
2015-04-06unistim: remove tvb_length deprecated APIEvan Huus1-7/+5
2015-04-06profinet: remove tvb_length deprecated APIEvan Huus4-12/+12
2015-04-06ethercat: remove deprecated tvb_length APIEvan Huus2-4/+4
2015-04-05docsis: remove tvb_length callsEvan Huus8-10/+10
2015-04-05irda: remove tvb_length callsEvan Huus3-17/+16
2015-03-14Update Custom.nmake.example with the change done in g2ef72cbPascal Quantin1-1/+1
2015-03-12CMake: Add a top-level nsis_package target.Gerald Combs1-3/+2
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris9-89/+89
2015-03-03plugins: fix dissector registration with CMakePeter Wu5-0/+5
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-7/+4
2015-02-27<string.h>, not <memory.h>, is the header file for memcpy().Guy Harris3-3/+6
2015-02-22Add tvb_address_with_resolution_to_str.Michael Mann1-21/+13
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-2/+3
2015-02-15EtherCAT: Suppress pedantic warnings.Gerald Combs2-3/+10
2015-02-12Gryphon: do not use col_set_str with non constant stringsPascal Quantin1-1/+1
2015-02-10Remove unneeded includes from plugins folderMartin Mathieson24-36/+0
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier1-1/+1
2015-02-09Eliminate the hf member out of the address structure.Michael Mann1-1/+1
2015-02-05ethercat: add default case in FoeFormatterEvan Huus1-0/+2
2015-01-27WIMAX: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte11-27/+25
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan2-2/+3
2015-01-20CMake: Set an output directory for plugins.Gerald Combs14-537/+49
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-17A few more emem replacements with wmem.Michael Mann1-6/+5
2015-01-15mate_util: fix parameter ... not found in the function declaration [-Wdocumen...Alexis La Goutte1-3/+3
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris2-6/+3