aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-27Capinfos: Add SHA256. Remove MD5.Gerald Combs3-19/+23
2017-09-27sharkd: support for frame comments.Jakub Zawadzki1-6/+22
2017-09-26WSUG: More tools updates.Gerald Combs3-16/+41
2017-09-26LPP: upgrade dissector to v14.3.0Pascal Quantin5-12/+33
2017-09-26plugins: Move the build dir scanning code to a separate functionJoão Valverde1-68/+68
2017-09-26Remove "easy_codec" sourceJoão Valverde13-570/+0
2017-09-26plugins: No need to allocate a new structJoão Valverde1-30/+26
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde44-73/+73
2017-09-26Move some DIAG_OFFs to make code less uglyJoão Valverde4-9/+14
2017-09-26DOCSIS: Adding Attribute masks to Service FlowBruno Verstuyft2-0/+58
2017-09-26plugins: Use g_slist_prepend() instead.João Valverde3-3/+3
2017-09-26GTP: fix display of GTP Prime in frame.protocols fieldPascal Quantin1-2/+1
2017-09-26coap: Added dissection for LWM2M JSON inside CoAP protocolAnton Butenko2-0/+3
2017-09-26plugins: Build the description string while loadingJoão Valverde1-45/+18
2017-09-26Add GRPC dissectorHuang Qiangxiong5-0/+441
2017-09-26ZigBee ZCL SE Events: Dissect commands within ZCL SE Events ClusterMartin Boye Petersen1-10/+304
2017-09-26plugins: Sort the descriptionsJoão Valverde2-20/+36
2017-09-26plugins: Use hash table for book-keepingJoão Valverde1-98/+55
2017-09-26HTTP2: Store all packets' header indexes in header_stream_info structHuang Qiangxiong2-8/+100
2017-09-26ZigBee PP Dissector: Increase number of subtreesMartin Boye Petersen1-2/+2
2017-09-26Editcap: Don't treat plain -F and -T as errors.Gerald Combs2-15/+15
2017-09-25Qt: Free MainWindow at shutdownMikael Kanstrup2-0/+11
2017-09-25Docbook: Automatically generate the tools help output.Gerald Combs16-689/+792
2017-09-25Qt: Fix leaked interfaces array in Wireless frameMikael Kanstrup1-0/+1
2017-09-25NAS EPS: upgrade dissector to v14.5.0Pascal Quantin2-30/+11
2017-09-253GPP NAS: upgrade dissector to v14.5.0Pascal Quantin2-6/+109
2017-09-25plugins: Fix crash loading binary module twiceJoão Valverde2-30/+29
2017-09-25udpdump: Add missing include for timeval struct.Jakub Zawadzki1-0/+4
2017-09-25macOS: Fixup plugin signing.Gerald Combs1-1/+1
2017-09-25text2pcap: fix crash when there is no argumentPascal Quantin1-3/+10
2017-09-25Add toy plugin to doc/ as an out-of-tree build exampleJoão Valverde6-2/+151
2017-09-25Docsis: fix an infinite loopPascal Quantin1-0/+14
2017-09-25packet-brcm-tag: Add Broadcom tag dissectionFlorian Fainelli6-0/+210
2017-09-25pidl: fix field2name wireshark dissector test.Guy Harris1-1/+1
2017-09-25pidl: Fix array range checks in python outputGuy Harris1-3/+6
2017-09-25python3: Use "y#" instead of "s#" for binary data in PyArg_ParseTupleGuy Harris1-3/+3
2017-09-25pidl: Fix Coverity warnings from duplicate NULL checks.Guy Harris1-25/+38
2017-09-25python: pidl: Port Python interface generatorGuy Harris1-23/+34
2017-09-25pidl:Python: use of pytalloc_GenericObject_reference*() for pyrpc_{ex,im}port...Guy Harris1-78/+7
2017-09-25pidl:Python: replace pytalloc_CObject_FromTallocPtr() with pytalloc_GenericOb...Guy Harris1-9/+11
2017-09-25BUG: https://bugzilla.samba.org/show_bug.cgi?id=12601Guy Harris1-1/+7
2017-09-25pidl:Python: add PyTypeObject objects for function structsGuy Harris1-1/+477
2017-09-25pidl:Python: split out a PythonElementGetSet() helper functionGuy Harris1-29/+35
2017-09-25pidl:Python: the py_{import,export}_*() functions can be static now.Guy Harris1-4/+2
2017-09-25pidl:Python: make use of the pyrpc_{import,export}_union() functionsGuy Harris1-7/+25
2017-09-25pidl:Python: provide a PyTypeObject with METH_CLASS __import__() and __export...Guy Harris1-0/+214
2017-09-25pidl:Python: provide the abstract syntax as <module>.<interface>_abstract_syntaxGuy Harris1-12/+34
2017-09-25pidl:Python: prettify names of constantsGuy Harris1-2/+2
2017-09-25pidl:Python: improve the .doc string for the get/set elementsGuy Harris1-1/+1
2017-09-25pidl:Python: make use of NDR_ERR_CODE_IS_SUCCESS()Guy Harris1-2/+2