aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-07-07Qt: Add initial Lua support.Gerald Combs28-57/+1255
2015-07-07Added support for optional display of signed 16/32-bit integer Modbus registe...cbontje2-0/+34
2015-07-07Add #defines for various aggregation flags, and use them.Guy Harris1-13/+20
2015-07-07MySQL: use tvb_format_text instead of format_text/tvb_get_ptrHadriel Kaplan1-4/+4
2015-07-07Initialize the 11b presence flag to 0.Guy Harris4-0/+5
2015-07-07Next Windows Server version seems to be named Windows Server 2016 nowPascal Quantin1-1/+1
2015-07-07PPI: initialize optional presence flags bitmap when using 802.11BPascal Quantin1-0/+1
2015-07-07ixveriwave: comment pcp_type variable as it is not used yetPascal Quantin1-3/+3
2015-07-07Actually, user_data *is* used there.Guy Harris1-1/+1
2015-07-07Use the NSS provided by the Ixia Veriwave hardware.Guy Harris4-12/+35
2015-07-07Starting to get rid of Q_UNUSED declarations for unused function parameters.Joerg Mayer19-101/+39
2015-07-07Revert "diameter: convert some GArrays to epan wmem_arrays"Evan Huus1-28/+23
2015-07-07MySQL: dissector adds packet content to INFO column without scrubbing itHadriel Kaplan1-4/+9
2015-07-06Clean up a bunch of stuff.Guy Harris1-99/+157
2015-07-06Update a comment.Guy Harris1-1/+4
2015-07-06GTP fixes: RAB setup and PDP context prioLuca Melette1-2/+6
2015-07-06[ieee80211] Fix proto_tree_add_item() reversed offset,length argsBill Meier1-1/+1
2015-07-06Rawshark calls init_process_policies() twiceHadriel Kaplan1-5/+0
2015-07-06Add some comments.Guy Harris3-0/+13
2015-07-06Stub out the US public safety band.Guy Harris1-0/+9
2015-07-06Add a comment.Guy Harris1-1/+11
2015-07-06prefs: fix memory leak reading capture columnsEvan Huus1-3/+5
2015-07-05Use space indentation consistently.Guy Harris1-7/+7
2015-07-05Associate the file-mp4 dissector with the audio/mp4 MIME typeTyson Key1-0/+1
2015-07-05rtd_table.h: fix parameter 'rtd_stat_table' not found in the function declara...Alexis La Goutte1-1/+1
2015-07-05RPC: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+0
2015-07-0580211 utils: free nl messages after useEvan Huus1-3/+14
2015-07-05Fix Windows CMake generated installer to include snmp mibsGraham Bloice1-0/+2
2015-07-05[Automatic update for 2015-07-05]Gerald Combs14-3432/+3893
2015-07-04Mark another function as printf-like.Guy Harris1-1/+1
2015-07-04diameter: convert some GArrays to epan wmem_arraysEvan Huus1-23/+28
2015-07-04scsi-osd: initialize the entire extra_data structEvan Huus1-4/+1
2015-07-04Add support for dissecting Notify Responses based on the SMB2 spec. Tested withRichard Sharpe1-2/+80
2015-07-04Add "custom" dissector table tab to Internals->Dissector Tables dialogMichael Mann1-0/+26
2015-07-04Add missing C++ headerMichal Labedzki1-0/+1
2015-07-04store tcp/udp port names in epan scopeEvan Huus3-3/+3
2015-07-04Lua: split init/cleanup routinesHadriel Kaplan1-1/+18
2015-07-04Do error checking on simple_error_message_box() calls and fix errors.Guy Harris2-3/+3
2015-07-04Squelch a compiler warning.Guy Harris1-3/+3
2015-07-04ansi_map: fix float literals missing f suffixEvan Huus2-4/+4
2015-07-04asn1: split off cleanup routinesPeter Wu34-251/+307
2015-07-03plugins: add cleanup routinesPeter Wu6-26/+40
2015-07-03ssl,dtls: split init/cleanup routinesPeter Wu4-32/+47
2015-07-03Split more init routines into init/cleanup functionsPeter Wu13-176/+152
2015-07-03Split init of misc dissectors into init/cleanup functionsPeter Wu11-82/+60
2015-07-03Split four more init routines into init/cleanupPeter Wu4-103/+45
2015-07-03Split init routine into init/cleanup for more dissectorsPeter Wu3-76/+44
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu36-199/+257
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu49-8/+329
2015-07-03rpc: use direct hashing rather than malloced intsEvan Huus2-23/+19