aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-05[IPsec] Hand the subdissector the payload data only,AndersBroman1-11/+10
2015-11-05packet-dcerpc: let dcerpc_get_proto_name() handle unknown uuidsStefan Metzmacher1-1/+7
2015-11-05packet-dcerpc: fix dissecting of decrypted payloadStefan Metzmacher1-5/+7
2015-11-04gssapi: add init in wrap_dissect_gssapi_payload().Dario Lombardo1-2/+3
2015-11-04Declaring volatile pointers to functions is hard, let's go shopping!Guy Harris1-1/+1
2015-11-04Squelch a "setjmp/longjump may clobber" warning.Guy Harris1-37/+37
2015-11-04SSL: fix SCTP port association so as to match what is done for UDP/TCPPascal Quantin1-3/+4
2015-11-04Skinny: fix dissector registration for SSLPascal Quantin2-2/+4
2015-11-04Don't allow DCE/RPC dissector table to have duplicatesMichael Mann1-1/+1
2015-11-04(Temporarily) Allow DCE/RPC dissector table to have duplicates.Michael Mann1-1/+1
2015-11-04Refactor DCE/RPC dissection to include a real dissector table.Michael Mann2-296/+304
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann164-304/+364
2015-11-04[OpenFlow] Use correct name for flag OFPMPF_REPLY_MORE in v5 dissectorPavlos Antoniou1-2/+3
2015-11-04Don't include "file.h" if you don't need it.Guy Harris75-38/+136
2015-11-04MPTCP: Use copy_address_wmem() instead of copy_address()João Valverde1-2/+2
2015-11-04Refactor some GSS-API dissectors to accept dissector data instead of using pa...Michael Mann3-39/+82
2015-11-04Don't include libwireshark headers from libwiretap.Guy Harris3-16/+3
2015-11-04packetbb; display Addressblock Tail as TailLotte Steenbrink1-1/+1
2015-11-03Include packet-dcerpc-witness.h, so it's in the source tarball.Guy Harris1-0/+1
2015-11-03GTPv2: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2015-11-03[SIP] Rework how the length of the diagnostic string is determined, it didAndersBroman1-5/+5
2015-11-03packet-dcerpc-witness: initial implementation based on the idl file from sambaGregor Beck6-0/+2055