aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-08Use ws_{read,write,fdopen,close}.Guy Harris10-28/+35
2015-11-08Update to reflect current reality.Guy Harris1-29/+20
2015-11-08This doesn't need <wsutil/file_util.h>.Guy Harris1-1/+0
2015-11-08More unnecessary <stdio.h> includes.Guy Harris4-4/+0
2015-11-08More needed <stdlib.h>. Note why it and <stdio.h> are needed.Guy Harris4-3/+7
2015-11-08<stdlib.h> is needed for atoi().Guy Harris1-0/+1
2015-11-07Renames to avoid collisons with read() and write() routines.Guy Harris1-10/+10
2015-11-07Remove some unnecessary includes.Guy Harris16-26/+2
2015-11-07Get rid of some commented-out stuff.Guy Harris1-4/+0
2015-11-07Remove #if 0'ed out includes.Guy Harris1-7/+0
2015-11-07Check for read errors in the open routine.Guy Harris1-4/+15
2015-11-07Just use <wsutil/file_util.h>.Guy Harris1-8/+2
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris52-313/+14
2015-11-07column-utils: Refactor col_append_port() to col_append_ports()João Valverde6-21/+26
2015-11-07Further refactor GSS_API dissectors to pass gssapi_encrypt_info_t structure b...Michael Mann8-194/+483
2015-11-07Add user preference to display IPv6 ext headers under root protocol treeJoão Valverde1-12/+29
2015-11-07NSIS: clear errors before checking WinPcap uninstall registry entryPascal Quantin1-2/+4
2015-11-07DNS: Add support of DNS over TLS and over DTLSMichael Mann1-12/+22
2015-11-07Add support for registering protocols (dissectors) over DTLS.Michael Mann3-0/+45
2015-11-07Create real dissector tables for SSL and DTLS to use.Michael Mann19-227/+203
2015-11-07Consider "HTTP over UDP" to be SSDP.Michael Mann1-23/+12
2015-11-07isis-hello: Fix typo "Srea" -> "Area"Jim Young1-1/+1
2015-11-07packet-smb2: make smb2_set_dcerpc_file_id() more reliableStefan Metzmacher1-2/+13
2015-11-07ssl: add expert info for session resumptionPeter Wu4-79/+81
2015-11-06file_util.h includes io.h, we don't need to do so ourselves.Guy Harris1-7/+32
2015-11-064294967296 is not guaranteed to be a valid integer constant.Guy Harris1-2/+2
2015-11-06Sort isi_sim_cause.Guy Harris1-1/+1
2015-11-06Make rect_on_screen Qt4-compatible.Gerald Combs2-5/+6
2015-11-06Fix crash in internals menu dissector tables dialog by supporting FT_GUID type.Michael Mann1-1/+8
2015-11-06Fix 32-bit OS X buildbot.Guy Harris1-1/+2
2015-11-06"#if 0" out an unused value_string table.Guy Harris1-1/+5
2015-11-06MPTCP: Use wmem_list instead of GSListJoão Valverde2-5/+6
2015-11-06Add Nokia Intelligent Service Interface (ISI) dissectorTyson Key6-1/+2147
2015-11-06No need to include io.h.Guy Harris1-1/+0
2015-11-06[Dissector tables] DISSECTOR_TABLE_NOT_ALLOW_DUPLICATE -> DISSECTOR_TABLE_ALL...AndersBroman5-9/+9
2015-11-06DCERPC: fix compilation with OSX buildbots and Ubuntu 15.10Pascal Quantin1-3/+3
2015-11-06packet-dcerpc: implement dissecting of rpc_sec_verification_trailerGregor Beck1-12/+396
2015-11-06Major Re-factoring of the dissector and some new features.cbontje3-720/+789
2015-11-06Another unnecessary include of io.h.Guy Harris1-4/+0
2015-11-06Move -fno-delete-null-pointer-checks to optionalEvan Huus1-1/+4
2015-11-06reassemble: Add key destroy function to g_hash_tableJoão Valverde1-5/+9
2015-11-06Don't include io.h in Flex scanners - they're not interactive.Guy Harris12-15/+16
2015-11-05Qt: Check for a sane window geometry.Gerald Combs3-5/+33
2015-11-05Get rid of ws80211_frequency_to_channel().Guy Harris5-26/+14
2015-11-05Match what most source say are the actual Japanese 4.9 GHz channels.Guy Harris1-8/+20
2015-11-05docs: Windows CMake buildsGraham Bloice6-349/+150
2015-11-05dcerpc: add check for mutually exclusive function pointersDario Lombardo1-0/+3
2015-11-05DNS: Register dissector by nameAlexis La Goutte1-20/+18
2015-11-05[IPsec] Hand the subdissector the payload data only,AndersBroman1-11/+10
2015-11-05extcap: Provide capture filter to extcap binaryStig Bjørlykke5-3/+15