aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-11-11Change prototype of callbacks passed to wmem_tree_foreach so that theyMatthieu Coudron7-11/+11
2015-11-11ISI: fix code will never be executed [-Wunreachable-code]Alexis La Goutte1-1/+1
2015-11-10Apple calls it just "OS X" these days.Guy Harris1-2/+2
2015-11-10Initial Sysdig syscall (event) support.Gerald Combs3-0/+2209
2015-11-10GIOP dissector: Replies are not correctly associated with requestsAndyL1-7/+11
2015-11-10RPC: call REPORT_DISSECTOR_BUG() rather than abort().Jeff Morriss1-3/+9
2015-11-10ZCL (zbee): Use hf_zbee_zcl_attr_uint40 for ZBEE_ZCL_40_BIT_UINTAlexis La Goutte1-1/+1
2015-11-10packet-smb2: provide reassembling support for Named Pipe subdissectors (e.g. ...Stefan Metzmacher3-23/+324
2015-11-09Call the dumper routine to finish write a file the "finish" routine.Guy Harris2-17/+17
2015-11-09Convert some TCP subdissectors to "new" style.Michael Mann12-110/+135
2015-11-09Convert some UDP subdissectors to "new" style.Michael Mann16-67/+93
2015-11-09Convert some "ethertype" subdissectors to "new" style.Michael Mann5-24/+30
2015-11-09DTLS: fix no previous prototype for 'dtls_dissector_add/delete' [-Wmissing-pr...Alexis La Goutte1-0/+1
2015-11-09WPA/WPA2 decoding fixes and improvementsAlexander Wetzel5-261/+209
2015-11-09idl2wrs: fix some glibc calls in favour of glib.Dario Lombardo1-328/+345
2015-11-08[Automatic update for 2015-11-08]Gerald Combs2-3/+118
2015-11-08GTP sequence number fix for allowing to have sequence number equal to 0Gloria Pozuelo1-2/+7
2015-11-08DCT2000: change switch to if - I'm surprised it compiled at allMartin Mathieson1-3/+3
2015-11-08DCT2000: eliminate dead code return from function (CID 1158885)Martin Mathieson1-11/+6
2015-11-08This doesn't need <wsutil/file_util.h>.Guy Harris1-1/+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-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-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris5-20/+0
2015-11-07column-utils: Refactor col_append_port() to col_append_ports()João Valverde5-20/+25
2015-11-07Further refactor GSS_API dissectors to pass gssapi_encrypt_info_t structure b...Michael Mann6-121/+270
2015-11-07Add user preference to display IPv6 ext headers under root protocol treeJoão Valverde1-12/+29
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 Mann16-220/+195
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-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-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 Key5-0/+2146
2015-11-06[Dissector tables] DISSECTOR_TABLE_NOT_ALLOW_DUPLICATE -> DISSECTOR_TABLE_ALL...AndersBroman3-5/+5
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-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 Harris6-6/+6
2015-11-05dcerpc: add check for mutually exclusive function pointersDario Lombardo1-0/+3
2015-11-05DNS: Register dissector by nameAlexis La Goutte1-20/+18