wireshark/epan/dissectors
Guy Harris 2d41b15495 Add a "failed" return for tap packet routines.
This allows taps that can fail to report an error and fail; a failed
tap's packet routine won't be called again, so they don't have to keep
track of whether they've failed themselves.

We make the return value from the packet routine an enum.

Don't have a separate type for the per-packet routine for "follow" taps;
they're expected to act like tap packet routines, so just use the type
for tap packet routines.

One tap packet routine returned -1; that's not a valid return value, and
wasn't one before this change (the return value was a boolean), so
presume the intent was "don't redraw".

Another tap routine's early return, without doing any work, returned
TRUE; this is presumably an error (no work done, no need to redraw), so
presumably it should be "don't redraw".

Clean up some white space while we're at it.

Change-Id: Ia7d2b717b2cace4b13c2b886e699aa4d79cc82c8
Reviewed-on: https://code.wireshark.org/review/31283
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-01-01 05:03:42 +00:00
..
asn1 Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
dcerpc
pidl
.editorconfig Netmon+Message Analyzer: Fix a couple of lengths. 2018-09-24 20:08:43 +00:00
CMakeLists.txt Export ITS-AppId/psId names from IEEE1609 2018-12-31 14:25:14 +00:00
CMakeListsCustom.txt.example
README.X11
dissectors.h dissectors: Fix visibility and header installation 2018-10-25 12:58:25 +00:00
errno.c
file-btsnoop.c
file-elf.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
file-file.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
file-file.h
file-gif.c
file-jpeg.c
file-mp4.c
file-pcap.c PCAP: Add expert info to too long frames 2018-11-26 09:41:43 +00:00
file-pcapng.c file-pcapng: Fix name for Secrets Length 2018-11-20 09:28:23 +00:00
file-png.c
file-rbm.c
file-rbm.h
file-rfc7468.c rfc7468: Fix a memory leak 2018-12-19 11:40:57 +00:00
packet-2dparityfec.c
packet-3com-njack.c
packet-3com-xns.c
packet-3g-a11.c
packet-6lowpan.c 6lowpan: fix handling of UDP packets without payload 2018-11-07 11:43:30 +00:00
packet-6lowpan.h
packet-9p.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-HI2Operations.c No need to export a dissector for UUS1-Content_PDUs. 2018-12-26 07:38:37 +00:00
packet-a21.c
packet-a21.h
packet-aarp.c
packet-aastra-aasp.c
packet-acap.c
packet-acn.c
packet-acp133.c
packet-acp133.h
packet-acr122.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-acse.c
packet-acse.h
packet-actrace.c
packet-actrace.h
packet-adb.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-adb_cs.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-adb_service.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-adb_service.h
packet-adwin-config.c
packet-adwin.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-aeron.c Aeron: Update disector on the latest aeron protocol specification 2018-09-15 07:18:53 +00:00
packet-afp.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-afp.h
packet-afs.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-agentx.c
packet-aim.c Rename packet-ssl* to packet-tls* 2018-09-25 13:24:17 +00:00
packet-ain.c ain:Prettify Carrier and AMAslpID parameters. 2018-11-19 13:28:32 +00:00
packet-ajp13.c
packet-alcap.c
packet-alcap.h
packet-alljoyn.c
packet-amqp.c Add obsolete ssl[._]port preferences. 2018-09-25 20:55:47 +00:00
packet-amr.c
packet-amt.c
packet-ancp.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-ans.c
packet-ansi_637.c
packet-ansi_683.c
packet-ansi_801.c
packet-ansi_a.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-ansi_a.h
packet-ansi_map.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-ansi_map.h
packet-ansi_tcap.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-ansi_tcap.h
packet-aodv.c Fix AODV flags dissection for version draft_01_v6 2018-11-30 13:49:56 +00:00
packet-aoe.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-aol.c
packet-ap1394.c
packet-app-pkix-cert.c
packet-applemidi.c
packet-aprs.c
packet-ar_drone.c
packet-arcnet.c
packet-armagetronad.c
packet-arp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-arp.h
packet-artemis.c
packet-artnet.c
packet-aruba-adp.c
packet-aruba-erm.c
packet-aruba-iap.c
packet-aruba-papi.c
packet-asap.c
packet-ascend.c
packet-asf.c
packet-assa_r3.c
packet-asterix.c Fixed ASTERIX 6bit callsign decoding 2018-12-28 21:27:12 +00:00
packet-at.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-atalk.c
packet-atalk.h
packet-ath.c
packet-atm.c Update URLs. 2018-09-25 04:59:35 +00:00
packet-atm.h
packet-atmtcp.c
packet-atn-cm.c
packet-atn-cpdlc.c
packet-atn-ulcs.c
packet-atn-ulcs.h
packet-auto_rp.c
packet-avsp.c AVSP: Read ethernet type and call ethernet type dissector after reading AVSP 2018-09-06 03:51:08 +00:00
packet-awdl.c Add Apple Wireless Direct Link (AWDL) dissector 2018-11-29 22:12:42 +00:00
packet-ax25-kiss.c
packet-ax25-nol3.c
packet-ax25.c
packet-ax4000.c
packet-ayiya.c
packet-babel.c
packet-bacapp.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-bacapp.h Added multiple new field dissectors for the BACnet-APDU protocol. 2018-12-14 04:59:20 +00:00
packet-bacnet.c
packet-bacnet.h
packet-banana.c
packet-bat.c
packet-batadv.c
packet-bctp.c
packet-beep.c Apply port preferences during dissector handoff registration 2018-12-01 15:52:37 +00:00
packet-bencode.c
packet-ber.c
packet-ber.h
packet-bfcp.c
packet-bfd.c
packet-bfd.h
packet-bgp.c BGP: Decode next hop BGP MP_REACH_NLRI for MCAST-VPN saf 2018-12-23 06:48:17 +00:00
packet-bgp.h
packet-bitcoin.c Register some unregistered etts. 2018-09-08 07:07:45 +00:00
packet-bittorrent.c BitTorrent:Add Fast Extension Message(Bep06) analysis 2018-12-09 07:14:22 +00:00
packet-bjnp.c
packet-blip.c Declare register and register-handoff functions. 2018-12-26 07:42:44 +00:00
packet-bluecom.c
packet-bluetooth.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-bluetooth.h Bluetooth: HCI: Add more description about SCO Packet Types 2018-11-01 22:41:23 +00:00
packet-bmc.c
packet-bmp.c
packet-bofl.c
packet-bootparams.c
packet-bpdu.c
packet-bpq.c
packet-brcm-tag.c
packet-brdwlk.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-brp.c
packet-bssap.c
packet-bssap.h
packet-bssgp.c
packet-bssgp.h
packet-bt-dht.c
packet-bt-utp.c
packet-bt3ds.c
packet-btamp.c
packet-btatt.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-btatt.h
packet-btavctp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-btavctp.h
packet-btavdtp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-btavdtp.h
packet-btavrcp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-btavrcp.h
packet-btbnep.c
packet-btbredr_rf.c
packet-bthci_acl.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-bthci_acl.h
packet-bthci_cmd.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-bthci_cmd.h
packet-bthci_evt.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-bthci_evt.h
packet-bthci_sco.c Don't use on-the-stack buffers for pinfo addresses. 2018-09-08 19:47:47 +00:00
packet-bthci_sco.h
packet-bthci_vendor.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-bthcrp.c
packet-bthfp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-bthid.c
packet-bthsp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-btl2cap.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-btl2cap.h
packet-btle.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-btle.h
packet-btle_rf.c
packet-btmcap.c
packet-btmesh.c Try to discourage the use of APIs via counting. 2018-09-19 16:07:03 +00:00
packet-btrfcomm.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-btrfcomm.h
packet-btsap.c
packet-btsdp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-btsdp.h
packet-btsmp.c
packet-bvlc.c
packet-bzr.c
packet-c15ch.c
packet-c1222.c c1222: Free uat table records 2018-11-04 16:46:27 +00:00
packet-c1222.h
packet-calcappprotocol.c
packet-camel.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-camel.h
packet-caneth.c
packet-canopen.c
packet-capwap.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-carp.c
packet-cast.c
packet-catapult-dct2000.c DCT2000: Pass NR NAS payload to dissector with S1AP framing 2018-12-14 14:07:10 +00:00
packet-cattp.c cattp: use the version bits in the heristic check 2018-12-08 16:35:16 +00:00
packet-cbor.c
packet-cbrs-oids.c CBRS-OIDs: adding Citizens Broadband Radio Service Object Identifiers 2018-11-15 05:37:12 +00:00
packet-ccsds.c
packet-cdma2k.c cdma2k : fix no previous prototype for function 'proto_[register|reg_handoff]_cdma2k' [-Wmissing-prototypes] 2018-12-25 21:23:29 +00:00
packet-cdp.c
packet-cdt.c
packet-cdt.h
packet-cell_broadcast.c
packet-cell_broadcast.h
packet-cemi.c cemi: fix dead assignment (found by clang). 2018-11-02 08:33:29 +00:00
packet-ceph.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-cesoeth.c CESoETH: Add dissection of MEF 8 CES over Ethernet 2018-12-31 10:59:45 +00:00
packet-cfdp.c
packet-cfm.c
packet-cgmp.c
packet-chargen.c
packet-charging_ase.c
packet-charging_ase.h
packet-chdlc.c
packet-chdlc.h
packet-cigi.c
packet-cimd.c
packet-cimetrics.c
packet-cip.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-cip.h CIP: Improve connected data information 2018-12-09 07:19:01 +00:00
packet-cipmotion.c CIP: Improve connected data information 2018-12-09 07:19:01 +00:00
packet-cipmotion.h
packet-cipsafety.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-cipsafety.h CIP Safety: Minor additions 2018-12-11 04:40:14 +00:00
packet-cisco-erspan.c
packet-cisco-fp-mim.c
packet-cisco-marker.c
packet-cisco-metadata.c
packet-cisco-oui.c
packet-cisco-sm.c
packet-cisco-ttag.c
packet-cisco-wids.c
packet-classicstun.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-clearcase.c Remove some unneeded headers. 2018-09-22 06:14:47 +00:00
packet-clip.c
packet-clique-rm.c
packet-clnp.c
packet-cmip.c
packet-cmip.h
packet-cmp.c CMP: adding p10cr PKIbody dissection 2018-10-04 11:23:43 +00:00
packet-cmp.h CMP: cleaning out excessive exports 2018-10-04 06:37:20 +00:00
packet-cmpp.c
packet-cms.c
packet-cms.h
packet-cnip.c
packet-coap.c coap: Add request/response arrows 2018-12-18 13:15:13 +00:00
packet-coap.h
packet-collectd.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-componentstatus.c
packet-cops.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-corosync-totemnet.c
packet-corosync-totemsrp.c
packet-coseventcomm.c
packet-cosine.c
packet-cosnaming.c
packet-couchbase.c couchbase: Add durable DCP commands 2018-12-10 14:45:56 +00:00
packet-cp2179.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-cpfi.c
packet-cpha.c
packet-cql.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-credssp.c Start renaming SSL to TLS. 2018-09-13 22:37:52 +00:00
packet-credssp.h
packet-crmf.c CRMF: cleaning out excessive exports 2018-10-03 20:59:14 +00:00
packet-crmf.h CRMF: cleaning out excessive exports 2018-10-03 20:59:14 +00:00
packet-csm-encaps.c
packet-csn1.c
packet-csn1.h
packet-ctdb.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-cups.c
packet-cvspserver.c
packet-daap.c
packet-dap.c Add tvb_ascii_isprint API 2018-10-21 07:55:40 +00:00
packet-dap.h
packet-data.c
packet-daytime.c
packet-db-lsp.c
packet-dbus.c
packet-dcc.c
packet-dcc.h
packet-dccp.c Add a mechanism to register aliases for preference modules. 2018-09-29 03:24:15 +00:00
packet-dccp.h
packet-dcerpc-atsvc.c
packet-dcerpc-atsvc.h
packet-dcerpc-bossvr.c
packet-dcerpc-browser.c
packet-dcerpc-browser.h
packet-dcerpc-budb.c
packet-dcerpc-budb.h
packet-dcerpc-butc.c
packet-dcerpc-butc.h
packet-dcerpc-cds_clerkserver.c
packet-dcerpc-cds_solicit.c
packet-dcerpc-clusapi.c
packet-dcerpc-clusapi.h
packet-dcerpc-conv.c
packet-dcerpc-cprpc_server.c
packet-dcerpc-dce122.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-dcerpc-dce122.h
packet-dcerpc-dcom.h
packet-dcerpc-dfs.c
packet-dcerpc-dfs.h
packet-dcerpc-dnsserver.c
packet-dcerpc-dnsserver.h
packet-dcerpc-drsuapi.c
packet-dcerpc-drsuapi.h
packet-dcerpc-dssetup.c
packet-dcerpc-dssetup.h
packet-dcerpc-dtsprovider.c
packet-dcerpc-dtsstime_req.c
packet-dcerpc-efs.c
packet-dcerpc-efs.h
packet-dcerpc-epm.c
packet-dcerpc-eventlog.c
packet-dcerpc-eventlog.h
packet-dcerpc-fileexp.c
packet-dcerpc-fldb.c
packet-dcerpc-frsapi.c
packet-dcerpc-frsapi.h
packet-dcerpc-frsrpc.c
packet-dcerpc-frsrpc.h
packet-dcerpc-frstrans.c
packet-dcerpc-frstrans.h
packet-dcerpc-ftserver.c
packet-dcerpc-icl_rpc.c
packet-dcerpc-initshutdown.c
packet-dcerpc-initshutdown.h
packet-dcerpc-krb5rpc.c
packet-dcerpc-llb.c
packet-dcerpc-lsa.c
packet-dcerpc-lsa.h
packet-dcerpc-mapi.c
packet-dcerpc-mapi.h
packet-dcerpc-mdssvc.c
packet-dcerpc-mdssvc.h
packet-dcerpc-messenger.c
packet-dcerpc-mgmt.c
packet-dcerpc-misc.c
packet-dcerpc-misc.h
packet-dcerpc-ndr.c
packet-dcerpc-netlogon.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-dcerpc-netlogon.h
packet-dcerpc-nspi.c
packet-dcerpc-nspi.h
packet-dcerpc-nt.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-dcerpc-nt.h
packet-dcerpc-pnp.c
packet-dcerpc-pnp.h
packet-dcerpc-rdaclif.c
packet-dcerpc-rep_proc.c
packet-dcerpc-rfr.c
packet-dcerpc-rfr.h
packet-dcerpc-roverride.c
packet-dcerpc-rpriv.c
packet-dcerpc-rras.c
packet-dcerpc-rras.h
packet-dcerpc-rs_acct.c
packet-dcerpc-rs_attr.c
packet-dcerpc-rs_attr_schema.c
packet-dcerpc-rs_bind.c
packet-dcerpc-rs_misc.c
packet-dcerpc-rs_pgo.c
packet-dcerpc-rs_plcy.c
packet-dcerpc-rs_prop_acct.c
packet-dcerpc-rs_prop_acl.c
packet-dcerpc-rs_prop_attr.c
packet-dcerpc-rs_prop_pgo.c
packet-dcerpc-rs_prop_plcy.c
packet-dcerpc-rs_pwd_mgmt.c
packet-dcerpc-rs_repadm.c
packet-dcerpc-rs_replist.c
packet-dcerpc-rs_repmgr.c
packet-dcerpc-rs_unix.c
packet-dcerpc-rsec_login.c
packet-dcerpc-samr.c
packet-dcerpc-samr.h
packet-dcerpc-secidmap.c
packet-dcerpc-spoolss.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-dcerpc-spoolss.h
packet-dcerpc-srvsvc.c
packet-dcerpc-srvsvc.h
packet-dcerpc-svcctl.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-dcerpc-svcctl.h
packet-dcerpc-tapi.c
packet-dcerpc-tapi.h
packet-dcerpc-tkn4int.c
packet-dcerpc-trksvr.c
packet-dcerpc-ubikdisk.c
packet-dcerpc-ubikvote.c
packet-dcerpc-update.c
packet-dcerpc-winreg.c
packet-dcerpc-winreg.h
packet-dcerpc-witness.c
packet-dcerpc-witness.h
packet-dcerpc-wkssvc.c
packet-dcerpc-wkssvc.h
packet-dcerpc-wzcsvc.c
packet-dcerpc-wzcsvc.h
packet-dcerpc.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-dcerpc.h
packet-dcm.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-dcm.h dcm: Generate packet-dcm.h from DICOM standard in DocBook format 2018-10-22 22:07:55 +00:00
packet-dcom-dispatch.c
packet-dcom-dispatch.h
packet-dcom-oxid.c
packet-dcom-remact.c
packet-dcom-remunkn.c
packet-dcom-sysact.c
packet-dcom.c DCOM: always NUL-terminate dissect_dcom_BSTR results 2018-10-12 05:09:00 +00:00
packet-dcom.h
packet-dcp-etsi.c
packet-ddtp.c
packet-dec-bpdu.c
packet-dec-dnart.c
packet-dect.c
packet-devicenet.c
packet-dhcp-failover.c
packet-dhcp.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-dhcpv6.c DHCPv6: Added CableLabs Option 61 for "CCAP-CORES" 2018-10-23 20:15:07 +00:00
packet-diameter.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-diameter.h Diameter-3gpp: Dissect the SMS inside AVP 3301 SM-RP-UI. 2018-11-09 13:55:31 +00:00
packet-diameter_3gpp.c diameter: Added Secondary-RAT-Type 2018-12-13 18:27:23 +00:00
packet-diameter_3gpp.h
packet-diffserv-mpls-common.c
packet-diffserv-mpls-common.h
packet-dis.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-disp.c
packet-disp.h
packet-distcc.c
packet-dji-uav.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-dlm3.c
packet-dlsw.c
packet-dmp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-dmx.c
packet-dnp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-dns.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-dns.h
packet-docsis-macmgmt.c docsis: Fixed reassembly for REG-REQ-MP and DBC-REQ MMMs 2018-10-26 06:40:05 +00:00
packet-docsis-tlv.c docsis: enhancements and additions for DOCSIS TLVs 5.20 and 5.40 2018-12-29 09:10:36 +00:00
packet-docsis-tlv.h docsis: SF TLV 23 is applicable to both US and DS; added SF TLVs 24.25 and 24.26 2018-12-22 09:21:57 +00:00
packet-docsis-vendor.c
packet-docsis.c DOCSIS: bugfix: correct dissection of encrypted Mac Specific frame 2018-12-07 20:25:17 +00:00
packet-dof.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-doip.c
packet-dop.c
packet-dop.h
packet-dpaux.c
packet-dpaux.h
packet-dpauxmon.c
packet-dplay.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-dpnet.c
packet-dpnss-link.c
packet-dpnss.c
packet-drb.c
packet-drda.c
packet-dsi.c
packet-dsp.c
packet-dsp.h
packet-dsr.c
packet-dtcp-ip.c
packet-dtls.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-dtls.h Rename packet-ssl* to packet-tls* 2018-09-25 13:24:17 +00:00
packet-dtn.c dtn: fix spelling-error-in-binary found by lintian 2018-10-12 15:49:49 +00:00
packet-dtn.h DTN: updated dissection of confidentiality and integrity blocks 2018-09-20 23:06:07 +00:00
packet-dtp.c
packet-dtpt.c
packet-dua.c
packet-dvb-ait.c
packet-dvb-bat.c
packet-dvb-data-mpe.c
packet-dvb-eit.c
packet-dvb-ipdc.c
packet-dvb-nit.c
packet-dvb-s2-bb.c
packet-dvb-sdt.c
packet-dvb-tdt.c
packet-dvb-tot.c
packet-dvbci.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-dvbci.h
packet-dvmrp.c
packet-dxl.c
packet-e1ap.c E1AP: upgrade dissector to v15.1.0 2018-10-09 04:05:37 +00:00
packet-e100.c
packet-e164.c E164: Add a valuestring with the country name abbreviated ISO3166. 2018-12-13 11:20:14 +00:00
packet-e164.h E164: Add a valuestring with the country name abbreviated ISO3166. 2018-12-13 11:20:14 +00:00
packet-e212.c
packet-e212.h
packet-eap.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-eapol.c
packet-eapol.h
packet-echo.c
packet-ecmp.c
packet-ecp-oui.c
packet-ecp.c
packet-edonkey.c
packet-edonkey.h
packet-egd.c
packet-ehdlc.c
packet-ehs.c
packet-eigrp.c
packet-eigrp.h
packet-eiss.c
packet-elasticsearch.c
packet-elcom.c
packet-elmi.c
packet-enc.c
packet-enip.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-enip.h enip: rearrange struct member to avoid -Wmissing-braces warning 2018-12-09 21:20:56 +00:00
packet-enrp.c
packet-enttec.c
packet-epl-profile-parser.c
packet-epl.c Apply port preferences during dissector handoff registration 2018-12-01 15:52:37 +00:00
packet-epl.h
packet-epl_v1.c
packet-epmd.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-epmd.h
packet-epon.c
packet-erf.c erf: Add support for attribute and sensor Provenance tags 2018-12-20 05:13:44 +00:00
packet-erf.h
packet-erldp.c Add tvb_ascii_isprint API 2018-10-21 07:55:40 +00:00
packet-esio.c
packet-esis.c
packet-ess.c
packet-ess.h
packet-etag.c
packet-etch.c
packet-eth.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-eth.h
packet-etherip.c
packet-ethertype.c GeoNetworking: Add ethertype 0x8947 2018-12-13 09:41:23 +00:00
packet-etsi_card_app_toolkit.c
packet-etv.c
packet-evrc.c
packet-evs.c evs: Make a value string for 13.2 kbs BW CT RF index. 2018-09-26 11:20:54 +00:00
packet-exablaze.c
packet-exec.c
packet-exported_pdu.c
packet-extreme.c
packet-f1ap.c F1AP: upgrade dissector to v15.3.0 2018-10-07 19:33:23 +00:00
packet-f5ethtrailer.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-f5ethtrailer.h Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-fbzero.c
packet-fc.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-fc.h
packet-fc00.c glib: restore some GLIB_CHECK_VERSION 2018-10-14 18:05:05 +00:00
packet-fcbls.h
packet-fcct.c
packet-fcct.h
packet-fcdns.c
packet-fcels.c
packet-fcels.h
packet-fcfcs.c
packet-fcfcs.h
packet-fcfzs.c
packet-fcfzs.h
packet-fcgi.c
packet-fcip.c
packet-fclctl.c
packet-fclctl.h
packet-fcoe.c
packet-fcoib.c
packet-fcp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-fcsb3.c
packet-fcsb3.h
packet-fcsp.c
packet-fcswils.c
packet-fcswils.h
packet-fddi.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-fefd.c
packet-ff.c
packet-ff.h
packet-finger.c
packet-fip.c
packet-fix.c Rename packet-ssl* to packet-tls* 2018-09-25 13:24:17 +00:00
packet-fix.h
packet-flexnet.c
packet-flexray.c
packet-flip.c
packet-fmp.c
packet-fmp.h
packet-fmp_notify.c
packet-fmtp.c
packet-force10-oui.c
packet-forces.c
packet-foundry.c
packet-fp_hint.c
packet-fp_mux.c
packet-fpp.c
packet-fr.c Rename the pseudo-header for X.25, V.120, and Frame Relay. 2018-09-26 00:15:26 +00:00
packet-fractalgeneratorprotocol.c
packet-frame.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-frame.h
packet-ftam.c
packet-ftam.h
packet-ftp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-fw1.c
packet-g723.c
packet-gadu-gadu.c epan: fix various misannotations of VALS/RVALS/VALS64/TFS 2018-09-20 05:06:07 +00:00
packet-gcsna.c gcsna: fix no previous prototype for function 'proto_[register|reg_handoff]_gcsna' [-Wmissing-prototypes] 2018-12-26 20:17:48 +00:00
packet-gdb.c
packet-gdsdb.c
packet-gearman.c
packet-ged125.c
packet-geneve.c
packet-geonw.c Export ITS-AppId/psId names from IEEE1609 2018-12-31 14:25:14 +00:00
packet-geonw.h GeoNetworking, BTP dissectors (ITS-V2X) 2018-12-13 21:39:12 +00:00
packet-gfp.c
packet-gias.c
packet-gift.c
packet-giop.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-giop.h
packet-git.c
packet-glbp.c
packet-glow.c
packet-gluster.h
packet-gluster_cli.c
packet-gluster_pmap.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-glusterd.c
packet-glusterfs.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-glusterfs_hndsk.c
packet-gmhdr.c
packet-gmr1_bcch.c
packet-gmr1_common.c
packet-gmr1_common.h
packet-gmr1_dtap.c
packet-gmr1_rach.c
packet-gmr1_rr.c
packet-gmr1_rr.h
packet-gmrp.c
packet-gnutella.c Remove packet-gnutella.h 2018-09-22 06:15:29 +00:00
packet-goose.c
packet-gopher.c Apply port preferences during dissector handoff registration 2018-12-01 15:52:37 +00:00
packet-gpef.c
packet-gprs-llc.c
packet-gprscdr.c gprscdr: Update to 3GPP TS 32.298 V15.4.0 2018-10-04 18:49:54 +00:00
packet-gprscdr.h
packet-gquic.c Make routines used outside this file static. 2018-12-26 07:35:07 +00:00
packet-gquic.h QUIC: gQUIC Q044 always use CHLO from gQUIC (with tag) 2018-10-11 08:39:36 +00:00
packet-gre.c
packet-gre.h
packet-grpc.c
packet-gsm_a_bssmap.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-gsm_a_common.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-gsm_a_common.h 3GPP NAS: upgrade dissector to v15.5.0 2018-12-28 13:48:08 +00:00
packet-gsm_a_dtap.c GSM A DTAP: add UMTS EVS to supported codecs list IE 2018-12-17 17:51:35 +00:00
packet-gsm_a_gm.c 3GPP NAS: upgrade dissector to v15.5.0 2018-12-28 13:48:08 +00:00
packet-gsm_a_rp.c
packet-gsm_a_rr.c
packet-gsm_a_rr.h
packet-gsm_abis_om2000.c
packet-gsm_abis_oml.c gsm_abis_oml: Decode Primary OML IP Address as big endian 2018-11-07 20:46:09 +00:00
packet-gsm_abis_pgsl.c
packet-gsm_abis_tfp.c
packet-gsm_bsslap.c
packet-gsm_bssmap_le.c
packet-gsm_cbch.c
packet-gsm_gsup.c GSUP/SMS: add READY-FOR-SM message decoding 2018-12-19 12:27:24 +00:00
packet-gsm_ipa.c GSM over IP: Require a valid message type for dissection. 2018-12-31 07:59:57 +00:00
packet-gsm_map.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-gsm_map.h
packet-gsm_osmux.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-gsm_r_uus1.c
packet-gsm_rlcmac.c
packet-gsm_rlcmac.h
packet-gsm_sim.c
packet-gsm_sms.c
packet-gsm_sms.h
packet-gsm_sms_ud.c Add a mechanism to register aliases for preference modules. 2018-09-29 03:24:15 +00:00
packet-gsm_um.c
packet-gsmtap.c GSMTAP: update description of types 2018-10-08 12:12:44 +00:00
packet-gsmtap.h Update the URL of the latest gsmtap.h 2018-10-08 11:17:15 +00:00
packet-gsmtap_log.c
packet-gssapi.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-gssapi.h
packet-gtp.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-gtp.h
packet-gtpv2.c GTPv2: fix dissection of APN IE 2018-12-28 14:08:53 +00:00
packet-gtpv2.h
packet-gvcp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-gvrp.c
packet-gvsp.c
packet-h1.c
packet-h221_nonstd.c
packet-h223.c
packet-h223.h
packet-h225.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-h225.h
packet-h235.c
packet-h235.h
packet-h245.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-h245.h
packet-h248.c
packet-h248.h
packet-h248_2.c
packet-h248_3gpp.c h248_3gpp: register an ett. 2018-10-04 15:48:57 +00:00
packet-h248_7.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-h248_10.c
packet-h248_annex_c.c
packet-h248_annex_e.c
packet-h248_q1950.c
packet-h261.c
packet-h263.c
packet-h263.h
packet-h263p.c
packet-h264.c
packet-h264.h
packet-h265.c
packet-h265.h
packet-h282.c
packet-h283.c
packet-h323.c
packet-h323.h
packet-h450-ros.c
packet-h450-ros.h
packet-h450.c
packet-h460.c
packet-h501.c
packet-hartip.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-hazelcast.c
packet-hci_h1.c
packet-hci_h4.c
packet-hci_mon.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-hci_usb.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-hclnfsd.c
packet-hcrt.c
packet-hdcp.c
packet-hdcp2.c HDCP: Add support for HDCP 2.2 commands 2018-12-21 05:26:01 +00:00
packet-hdfs.c Apply port preferences during dissector handoff registration 2018-12-01 15:52:37 +00:00
packet-hdfsdata.c
packet-hdmi.c
packet-hip.c
packet-hiqnet.c
packet-hislip.c
packet-hl7.c
packet-hnbap.c
packet-homeplug-av.c HPAV: Expanding support for HPGP 2018-12-12 14:05:05 +00:00
packet-homeplug.c
packet-homepna.c
packet-hp-erm.c
packet-hpext.c
packet-hpext.h
packet-hpfeeds.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-hpsw.c
packet-hpteam.c
packet-hsms.c
packet-hsr-prp-supervision.c
packet-hsr.c
packet-hsrp.c
packet-http-urlencoded.c
packet-http.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-http.h Add sip_call_id filter to RTP stream. 2018-11-29 12:16:20 +00:00
packet-http2.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-http2.h HTTP2: allow subdissectors to query the Stream ID 2018-09-27 12:18:28 +00:00
packet-hyperscsi.c
packet-i2c.c
packet-iana-oui.c
packet-iana-oui.h
packet-iapp.c
packet-iax2.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-iax2.h
packet-icap.c
packet-icep.c
packet-icmp-int.h ICMPv6: Add Extended Echo (Probe) RFC8335 2018-11-20 05:05:11 +00:00
packet-icmp.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-icmp.h
packet-icmpv6.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-icp.c
packet-icq.c
packet-idmp.c
packet-idmp.h
packet-idp.c
packet-idp.h
packet-idrp.c
packet-iec104.c Apply port preferences during dissector handoff registration 2018-12-01 15:52:37 +00:00
packet-ieee802a.c
packet-ieee802a.h
packet-ieee1609dot2.c Export ITS-AppId/psId names from IEEE1609 2018-12-31 14:25:14 +00:00
packet-ieee1609dot2.h Export ITS-AppId/psId names from IEEE1609 2018-12-31 14:25:14 +00:00
packet-ieee1722.c
packet-ieee1905.c
packet-ieee8021ah.c
packet-ieee8023.c
packet-ieee8023.h
packet-ieee17221.c
packet-ieee80211-netmon.c
packet-ieee80211-prism.c
packet-ieee80211-radio.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-ieee80211-radio.h Add a tap for the radio dissector that passes the pseudo-header. 2018-10-30 06:06:21 +00:00
packet-ieee80211-radiotap-defs.h radiotap: Correct support for 0-length PSDUs. 2018-09-10 07:33:57 +00:00
packet-ieee80211-radiotap-iter.c
packet-ieee80211-radiotap-iter.h
packet-ieee80211-radiotap.c Move the Linux ARPHRD_ types to epan/arptypes.h. 2018-11-13 06:18:22 +00:00
packet-ieee80211-wlancap.c
packet-ieee80211.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-ieee80211.h ieee80211ah: Start adding support for S1G. 2018-11-06 19:03:14 +00:00
packet-ieee802154.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-ieee802154.h
packet-ifcp.c
packet-igap.c
packet-igmp.c
packet-igmp.h
packet-igrp.c
packet-ilp.c
packet-imap.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-imf.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-imf.h
packet-inap.c
packet-inap.h
packet-indigocare-icall.c
packet-indigocare-netrix.c
packet-infiniband.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-infiniband.h
packet-infiniband_sdp.c
packet-interlink.c
packet-ip.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-ip.h IPv6: Add comment explaining frag_plen 2018-08-29 21:02:21 +00:00
packet-ipars.c
packet-ipdc.c
packet-ipdr.c
packet-iperf.c
packet-ipfc.c
packet-ipmi-app.c
packet-ipmi-bridge.c
packet-ipmi-chassis.c
packet-ipmi-picmg.c
packet-ipmi-pps.c
packet-ipmi-se.c
packet-ipmi-session.c
packet-ipmi-storage.c
packet-ipmi-trace.c
packet-ipmi-transport.c
packet-ipmi-update.c
packet-ipmi-vita.c
packet-ipmi.c
packet-ipmi.h
packet-ipnet.c
packet-ipoib.c
packet-ipos.c
packet-ipp.c Use the time stamps in the packet_info structure, not the frame_data structure. 2018-09-26 20:34:21 +00:00
packet-ipsec-tcp.c
packet-ipsec-udp.c
packet-ipsec.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-ipsec.h
packet-ipsi-ctl.c
packet-ipv6.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-ipvs-syncd.c
packet-ipx.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-ipx.h
packet-ipxwan.c
packet-irc.c
packet-isakmp.c ISAKMP: Fix a crash when no decryption data block is there 2018-12-27 16:53:34 +00:00
packet-isakmp.h
packet-iscsi.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-isdn-sup.c
packet-isdn.c
packet-iser.c
packet-isi.c
packet-isis-clv.c ISIS: Add Prefix Attribute Flags TLV (rfc7794) 2018-12-19 06:11:50 +00:00
packet-isis-clv.h ISIS (LSP/HELLO): Add RFC 6119 (IPv6 Traffic Engineering in IS-IS) 2018-09-03 04:03:46 +00:00
packet-isis-hello.c ISIS (LSP/HELLO): Add RFC 6119 (IPv6 Traffic Engineering in IS-IS) 2018-09-03 04:03:46 +00:00
packet-isis-lsp.c ISIS: Add Prefix Attribute Flags TLV (rfc7794) 2018-12-19 06:11:50 +00:00
packet-isis-snp.c
packet-isis.c
packet-isis.h
packet-isl.c
packet-isl.h
packet-ismacryp.c
packet-ismp.c
packet-isns.c
packet-iso7816.c
packet-iso8583.c
packet-iso14443.c
packet-iso15765.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-isobus-vt.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-isobus.c
packet-isup.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-isup.h
packet-itdm.c
packet-its.c Update definitions from ETSI TS 102 965 v3 2018-12-23 21:53:38 +00:00
packet-its.h ITS: regenerate dissector 2018-12-20 08:35:12 +00:00
packet-iua.c
packet-iuup.c
packet-iwarp-ddp-rdmap.c
packet-iwarp-ddp-rdmap.h
packet-iwarp-mpa.c
packet-ixiatrailer.c
packet-ixveriwave.c
packet-j1939.c
packet-jmirror.c
packet-jpeg.c
packet-json.c wsutil: rename some wsjson functions 2018-11-20 05:03:26 +00:00
packet-juniper.c
packet-juniper.h
packet-jxta.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-jxta.h
packet-k12.c
packet-kadm5.c
packet-kafka.c Apply port preferences during dissector handoff registration 2018-12-01 15:52:37 +00:00
packet-kdp.c
packet-kdsp.c
packet-kerberos.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-kerberos.h
packet-kerberos4.c
packet-kingfisher.c
packet-kink.c
packet-kismet.c
packet-klm.c Remove some unneeded headers. 2018-09-22 06:14:47 +00:00
packet-knet.c KNET: Validate the length field before claiming packet 2018-12-31 08:00:05 +00:00
packet-knxip.c knxip: fix no previous prototype for function 'proto_register_knxip'. 2018-12-23 06:45:56 +00:00
packet-knxip.h KNX-IP: new KNXnet/IP dissector 2018-10-16 09:03:43 +00:00
packet-knxip_decrypt.c KNX-IP: new KNXnet/IP dissector 2018-10-16 09:03:43 +00:00
packet-knxip_decrypt.h KNX-IP: new KNXnet/IP dissector 2018-10-16 09:03:43 +00:00
packet-kpasswd.c
packet-kt.c
packet-l1-events.c
packet-l2tp.c
packet-l2tp.h
packet-lacp.c
packet-lanforge.c
packet-lapb.c
packet-lapbether.c
packet-lapd.c
packet-lapdm.c
packet-lapdm.h
packet-laplink.c
packet-lapsat.c
packet-lat.c
packet-lbm.c
packet-lbm.h
packet-lbmc.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-lbmpdm.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-lbmpdmtcp.c
packet-lbmr.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-lbtrm.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-lbtrm.h
packet-lbtru.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-lbtru.h
packet-lbttcp.c
packet-lbttcp.h
packet-lcsap.c
packet-lcsap.h
packet-ldap.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-ldap.h
packet-ldp.c
packet-ldp.h
packet-ldss.c Initialize broadcast_addr at compile time. 2018-09-08 20:09:28 +00:00
packet-lg8979.c
packet-lge_monitor.c
packet-link16.c
packet-link16.h
packet-linx.c
packet-lisp-data.c
packet-lisp-tcp.c LISP: Switch to proto_tree_add_subtree_format() 2018-11-16 14:18:02 +00:00
packet-lisp.c LISP: Switch to proto_tree_add_subtree_format() 2018-11-16 14:18:02 +00:00
packet-lisp.h
packet-llc.c llc.c: Check ethertype 0x88DC and call the ethertype dissector. 2018-10-02 15:45:11 +00:00
packet-llc.h
packet-lldp.c Update some ACI values 2018-10-23 19:04:41 +00:00
packet-llrp.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-llt.c
packet-lltd.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-lmi.c Update URL. 2018-09-25 06:17:30 +00:00
packet-lmp.c
packet-lnet.c
packet-lnet.h
packet-lnpdqp.c lnpdqp: Get rid of warnings. 2018-11-19 13:11:13 +00:00
packet-logcat-text.c
packet-logcat.c
packet-logotypecertextn.c
packet-logotypecertextn.h
packet-lon.c
packet-loop.c
packet-loratap.c
packet-lorawan.c
packet-lpd.c
packet-lpp.c LPP: upgrade dissector to v15.1.0 2018-10-03 21:08:44 +00:00
packet-lpp.h LTE RRC: upgrade dissector to v15.3.0 2018-09-28 12:18:02 +00:00
packet-lppa.c
packet-lppe.c
packet-lsc.c
packet-lsd.c
packet-lte-rrc.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-lte-rrc.h XnAP: upgrade dissector to v15.1.0 2018-10-07 15:47:23 +00:00
packet-ltp.c
packet-lustre.c sizeof isn't useful when calculating the size of data in the packet. 2018-09-11 03:42:50 +00:00
packet-lwapp.c
packet-lwm.c
packet-lwm2mtlv.c lwm2mtlv: Show resource name in a generated item 2018-09-15 18:22:16 +00:00
packet-lwres.c
packet-m2ap.c M2AP: upgrade dissector to v15.0.0 2018-10-23 11:32:49 +00:00
packet-m2pa.c
packet-m2tp.c
packet-m2ua.c
packet-m3ap.c
packet-m3ua.c
packet-maap.c
packet-mac-lte-framed.c
packet-mac-lte.c Separate signed and unsigned decimal UAT fields. 2018-10-20 21:03:51 +00:00
packet-mac-lte.h
packet-mac-nr.c MAC NR: put conditions on HarqId and PUCCH report type display 2018-10-23 09:01:15 +00:00
packet-mac-nr.h MAC-NR: Add harq-id to the struct and context 2018-10-22 11:13:02 +00:00
packet-maccontrol.c
packet-macsec.c
packet-mactelnet.c
packet-manolito.c
packet-marker.c
packet-mausb.c
packet-mausb.h
packet-mbim.c mbim: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang 2018-09-22 06:17:28 +00:00
packet-mbim.h
packet-mbtcp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-mbtcp.h
packet-mcpe.c
packet-mdp.c
packet-mdshdr.c
packet-media.c
packet-megaco.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-memcache.c
packet-mesh.c
packet-messageanalyzer.c Netmon+Message Analyzer: Fix a couple of lengths. 2018-09-24 20:08:43 +00:00
packet-meta.c
packet-metamako.c Use the time stamps in the packet_info structure, not the frame_data structure. 2018-09-26 20:34:21 +00:00
packet-mgcp.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-mgcp.h
packet-mih.c
packet-mikey.c
packet-mime-encap.c
packet-mint.c packet-mint.c: Rename mint type to mint port and enhance list of ports. 2018-11-18 21:32:21 +00:00
packet-miop.c
packet-mip.c
packet-mip6.c
packet-mka.c
packet-mle.c Fix MLE security suite display 2018-11-19 17:11:19 +00:00
packet-mle.h
packet-mms.c
packet-mms.h
packet-mmse.c MMSE: catch length overflows to avoid infinite loop. 2018-11-10 07:43:04 +00:00
packet-mndp.c
packet-mojito.c
packet-moldudp.c
packet-moldudp64.c
packet-mongo.c Update MongoDB ObjectID dissector element 2018-11-14 10:35:51 +00:00
packet-mount.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-mount.h
packet-mp2t.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-mp4ves.c
packet-mp4ves.h
packet-mpeg-audio.c
packet-mpeg-ca.c
packet-mpeg-descriptor.c
packet-mpeg-descriptor.h
packet-mpeg-dsmcc.c
packet-mpeg-pat.c
packet-mpeg-pes.c
packet-mpeg-pmt.c
packet-mpeg-sect.c
packet-mpeg-sect.h
packet-mpeg1.c
packet-mpls-echo.c
packet-mpls-mac.c
packet-mpls-pm.c
packet-mpls-psc.c
packet-mpls-y1711.c
packet-mpls.c MPLS: add dissector for Management Communication Channel 2018-09-30 19:24:54 +00:00
packet-mpls.h MPLS: add dissector for Management Communication Channel 2018-09-30 19:24:54 +00:00
packet-mplstp-oam.c
packet-mq-base.c
packet-mq-pcf.c
packet-mq.c Rename packet-ssl* to packet-tls* 2018-09-25 13:24:17 +00:00
packet-mq.h
packet-mqtt-sn.c
packet-mqtt.c MQTT v5 malformed packet fixes. 2018-11-01 22:43:10 +00:00
packet-mrcpv2.c
packet-mrdisc.c
packet-mrp-mmrp.c
packet-mrp-msrp.c
packet-mrp-mvrp.c
packet-ms-mms.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-msdp.c
packet-msgpack.c
packet-msn-messenger.c
packet-msnip.c
packet-msnlb.c
packet-msproxy.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-msrp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-msrp.h
packet-mstp.c
packet-mstp.h
packet-mswsp.c mswsp: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang 2018-09-23 20:56:46 +00:00
packet-mtp2.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-mtp3.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-mtp3.h
packet-mtp3mg.c
packet-mudurl.c
packet-multipart.c Add sip_call_id filter to RTP stream. 2018-11-29 12:16:20 +00:00
packet-mux27010.c
packet-mysql.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-nano.c
packet-nas_5gs.c 3GPP NAS: upgrade dissector to v15.5.0 2018-12-28 13:48:08 +00:00
packet-nas_eps.c NAS EPS: upgrade dissector to v15.5.0 2018-12-28 13:48:14 +00:00
packet-nasdaq-itch.c
packet-nasdaq-soup.c
packet-nat-pmp.c PCP: Add padding for option 2018-09-26 03:55:27 +00:00
packet-nb_rtpmux.c
packet-nbap.c Regenerate ASN.1 dissectors. 2018-10-20 06:38:33 +00:00
packet-nbap.h NBAP: Remove #if 0'd code 2018-09-17 04:00:02 +00:00
packet-nbd.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-nbifom.c
packet-nbipx.c
packet-nbt.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-ncp-int.h
packet-ncp-nmas.c
packet-ncp-nmas.h
packet-ncp-sss.c
packet-ncp-sss.h
packet-ncp.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-ncp2222.inc Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-ncs.c
packet-ndmp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-ndmp.h
packet-ndp.c
packet-ndps.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-ndps.h Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-negoex.c
packet-netanalyzer.c
packet-netbios.c
packet-netbios.h
packet-netdump.c
packet-netflow.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-netgear-ensemble.c
packet-netlink-generic.c
packet-netlink-netfilter.c
packet-netlink-nl80211.c nl80211: dissect the mac attribute as address 2018-12-02 22:58:06 +00:00
packet-netlink-route.c netlink-*: fix various VALS/TFS misuse 2018-09-20 12:50:49 +00:00
packet-netlink-sock_diag.c netlink-*: fix various VALS/TFS misuse 2018-09-20 12:50:49 +00:00
packet-netlink.c
packet-netlink.h
packet-netmon.c Netmon+Message Analyzer: Fix a couple of lengths. 2018-09-24 20:08:43 +00:00
packet-netmon.h
packet-netperfmeter.c
packet-netrom.c
packet-netsync.c
packet-nettl.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-newmail.c
packet-nfapi.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-nflog.c
packet-nfs.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-nfs.h
packet-nfsacl.c
packet-nfsauth.c
packet-ngap.c NGAP: prettify a bit mode fields 2018-10-07 16:12:09 +00:00
packet-ngap.h
packet-nhrp.c
packet-nisplus.c
packet-nisplus.h
packet-nist-csor.c
packet-nist-csor.h
packet-nlm.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-nlm.h
packet-nlsp.c
packet-nntp.c
packet-noe.c
packet-nordic_ble.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-novell_pkis.c
packet-nr-rrc.c F1AP: upgrade dissector to v15.3.0 2018-10-07 19:33:23 +00:00
packet-nr-rrc.h F1AP: upgrade dissector to v15.3.0 2018-10-07 19:33:23 +00:00
packet-ns-ha.c
packet-ns-mep.c
packet-ns-rpc.c
packet-ns_cert_exts.c
packet-nsh.c
packet-nsh.h
packet-nsip.c Add a mechanism to register aliases for preference modules. 2018-09-29 03:24:15 +00:00
packet-nsrp.c
packet-nstrace.c
packet-nt-oui.c
packet-nt-tpcp.c
packet-ntlmssp.c
packet-ntlmssp.h
packet-ntp.c NTP: fix dissection of authentication parameters in mode 7 packets 2018-11-07 08:42:20 +00:00
packet-ntp.h
packet-null.c
packet-nvme-rdma.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-nvme.c
packet-nvme.h
packet-nwmtp.c
packet-nwp.c
packet-nxp_802154_sniffer.c
packet-oampdu.c OAMPDU: fix dissection of DPOE TLV 2018-08-24 19:48:32 +00:00
packet-obd-ii.c
packet-obex.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-ocfs2.c
packet-ocsp.c
packet-ocsp.h
packet-oer.c Make dissect_oer_not_decoded_yet() static. 2018-12-26 07:40:44 +00:00
packet-oer.h IEEE 1609.2 dissector converted from per to oer by hand 2018-10-19 12:44:32 +00:00
packet-oicq.c
packet-oipf.c
packet-olsr.c
packet-omapi.c
packet-omron-fins.c
packet-opa-fe.c Add obsolete ssl[._]port preferences. 2018-09-25 20:55:47 +00:00
packet-opa-mad.c
packet-opa-snc.c
packet-opa.c
packet-openflow.c
packet-openflow_v1.c
packet-openflow_v4.c
packet-openflow_v5.c
packet-openflow_v6.c
packet-opensafety.c
packet-opensafety.h
packet-openthread.c
packet-openvpn.c Start renaming SSL to TLS. 2018-09-13 22:37:52 +00:00
packet-openwire.c
packet-opsi.c
packet-optommp.c
packet-osc.c
packet-oscore.c
packet-oscore.h
packet-osi-options.c osi-options: name ett variables 'ett_' (instead of 'ott_'). 2018-10-19 20:52:11 +00:00
packet-osi-options.h
packet-osi.c
packet-osi.h
packet-ositp.c Add tvb_ascii_isprint API 2018-10-21 07:55:40 +00:00
packet-ospf.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-ossp.c
packet-ouch.c
packet-p1.c Regenerate ASN.1 dissectors. 2018-10-20 06:38:33 +00:00
packet-p1.h
packet-p7.c
packet-p7.h
packet-p22.c
packet-p22.h
packet-p772.c
packet-p772.h
packet-p_mul.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-packetbb.c
packet-packetlogger.c packetlogger: Show all known types in Info column 2018-11-01 10:46:22 +00:00
packet-pagp.c
packet-paltalk.c
packet-pana.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-parlay.c
packet-pathport.c
packet-pcap.c
packet-pcap_pktdata.c
packet-pcap_pktdata.h
packet-pcapng_block.c
packet-pcep.c
packet-pcli.c
packet-pcnfsd.c
packet-pcnfsd.h
packet-pcomtcp.c pcomtcp: new built-in dissector for PCOM protocol 2018-12-13 05:29:10 +00:00
packet-pcp.c Rename packet-ssl* to packet-tls* 2018-09-25 13:24:17 +00:00
packet-pdc.c
packet-pdcp-lte.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-pdcp-lte.h
packet-pdcp-nr.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-pdcp-nr.h PDCP-NR: Show some config highlights in config root and Info column. 2018-11-11 10:25:01 +00:00
packet-peekremote.c
packet-per.c Provide data to inner dissector for PER open type 2018-12-18 09:25:45 +00:00
packet-per.h
packet-pfcp.c pfpc: update Failed Rule ID IE with clearer append text 2018-12-20 20:27:10 +00:00
packet-pflog.c
packet-pgm.c
packet-pgsql.c PGSQL: Enhance protocol version handling 2018-11-21 13:28:56 +00:00
packet-pim.c
packet-pingpongprotocol.c
packet-pkcs1.c
packet-pkcs1.h
packet-pkcs10.c PKCS10/pkix1explict: adding PKCS#9 OIDs 2018-11-13 14:54:57 +00:00
packet-pkcs10.h New PKCS#10 CertificationRequest dissector 2018-10-03 15:19:06 +00:00
packet-pkcs12.c
packet-pkcs12.h
packet-pkinit.c
packet-pkinit.h
packet-pkix1explicit.c PKIX1EXPLICIT: Fixing Attribute and AttributeTypeAndValue ASN.1 cnf 2018-11-13 17:58:08 +00:00
packet-pkix1explicit.h
packet-pkix1implicit.c
packet-pkix1implicit.h
packet-pkixac.c
packet-pkixac.h
packet-pkixproxy.c
packet-pkixproxy.h
packet-pkixqualified.c
packet-pkixqualified.h
packet-pkixtsp.c
packet-pkixtsp.h
packet-pktap.c
packet-pktc.c Remove some unneeded headers. 2018-09-22 06:14:47 +00:00
packet-pktgen.c
packet-pmproxy.c
packet-pnrp.c
packet-pop.c Rename packet-ssl* to packet-tls* 2018-09-25 13:24:17 +00:00
packet-portmap.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-portmap.h
packet-ppcap.c
packet-ppi-antenna.c
packet-ppi-geolocation-common.c
packet-ppi-geolocation-common.h
packet-ppi-gps.c
packet-ppi-sensor.c
packet-ppi-vector.c
packet-ppi.c
packet-ppp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-ppp.h
packet-pppoe.c
packet-pptp.c
packet-pres.c
packet-pres.h
packet-protobuf.c
packet-protobuf.h
packet-proxy.c Proxy: fix heuristic dissector 2018-08-27 08:46:03 +00:00
packet-prp.c
packet-ptp.c
packet-ptp.h
packet-ptpip.c
packet-ptpip.h
packet-pulse.c
packet-pvfs2.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-pw-atm.c
packet-pw-atm.h
packet-pw-cesopsn.c pw: make ett names longer. 2018-10-21 06:56:12 +00:00
packet-pw-common.c pw: make ett names longer. 2018-10-21 06:56:12 +00:00
packet-pw-common.h
packet-pw-eth.c
packet-pw-fr.c
packet-pw-hdlc.c
packet-pw-oam.c
packet-pw-satop.c pw: make ett names longer. 2018-10-21 06:56:12 +00:00
packet-q708.c
packet-q708.h
packet-q931.c
packet-q931.h
packet-q932-ros.c
packet-q932.c
packet-q932.h
packet-q933.c
packet-q2931.c
packet-qllc.c
packet-qnet6.c
packet-qsig.c
packet-qsig.h
packet-quake.c
packet-quake2.c Apply port preferences during dissector handoff registration 2018-12-01 15:52:37 +00:00
packet-quake3.c
packet-quakeworld.c Apply port preferences during dissector handoff registration 2018-12-01 15:52:37 +00:00
packet-quic.c quic: comment out unused function. 2018-12-23 19:49:59 +00:00
packet-radius.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-radius.h
packet-radius_packetcable.c
packet-raknet.c
packet-raknet.h
packet-ranap.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-ranap.h
packet-raw.c
packet-rdm.c
packet-rdm.h
packet-rdp.c RDP: Changed some RDP info text to better indicate which packet type 2018-10-02 04:41:25 +00:00
packet-rdt.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-rdt.h
packet-redback.c
packet-redbackli.c
packet-reload-framing.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-reload.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-reload.h
packet-retix-bpdu.c
packet-rfc2190.c
packet-rfid-felica.c
packet-rfid-mifare.c
packet-rfid-pn532-hci.c
packet-rfid-pn532.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-rftap.c
packet-rgmp.c
packet-riemann.c
packet-rip.c
packet-ripng.c
packet-rlc-lte.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-rlc-lte.h
packet-rlc-nr.c RLC-NR: set pdcp_nr_handle in handoff function 2018-10-22 10:04:44 +00:00
packet-rlc-nr.h
packet-rlm.c
packet-rlogin.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-rmcp.c
packet-rmi.c
packet-rmi.h
packet-rmp.c
packet-rmt-alc.c
packet-rmt-common.h
packet-rmt-fec.c
packet-rmt-lct.c
packet-rmt-norm.c
packet-rnsap.c
packet-rohc.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-rohc.h
packet-roofnet.c
packet-ros.c
packet-ros.h
packet-rpc.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-rpc.h
packet-rpcap.c
packet-rpcrdma.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-rpcrdma.h
packet-rpki-rtr.c Rename packet-ssl* to packet-tls* 2018-09-25 13:24:17 +00:00
packet-rpl.c
packet-rquota.c Remove some unneeded headers. 2018-09-22 06:14:47 +00:00
packet-rrc.c RRC: upgrade dissector to v15.4.0 2018-09-28 17:53:20 +00:00
packet-rrc.h
packet-rrlp.c
packet-rsh.c
packet-rsip.c
packet-rsl.c packet-rsl: Add Establishment Cause from Channel Request to proto tree 2018-12-10 19:01:46 +00:00
packet-rstat.c
packet-rsvd.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-rsvp.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-rsvp.h
packet-rsync.c Apply port preferences during dissector handoff registration 2018-12-01 15:52:37 +00:00
packet-rtacser.c
packet-rtcdc.c
packet-rtcp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-rtcp.h
packet-rtitcp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-rtls.c
packet-rtmpt.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-rtnet.c
packet-rtp-ed137.c RTP.ED-137: Memleak fixed 2018-10-24 06:56:12 +00:00
packet-rtp-events.c
packet-rtp-events.h
packet-rtp-midi.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-rtp.c CESoETH: Add dissection of MEF 8 CES over Ethernet 2018-12-31 10:59:45 +00:00
packet-rtp.h CESoETH: Add dissection of MEF 8 CES over Ethernet 2018-12-31 10:59:45 +00:00
packet-rtpproxy.c
packet-rtps.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-rtps.h RTPS: Added dissection of Support Type Object LB 2018-12-04 06:06:03 +00:00
packet-rtse.c
packet-rtse.h
packet-rtsp.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-rtsp.h
packet-rua.c
packet-rudp.c
packet-rwall.c Remove some unneeded headers. 2018-09-22 06:14:47 +00:00
packet-rx.c
packet-rx.h
packet-s1ap.c Add tvb_ascii_isprint API 2018-10-21 07:55:40 +00:00
packet-s1ap.h
packet-s7comm.c s7comm: fix using wrong offset variable 2018-12-03 22:18:03 +00:00
packet-s7comm.h
packet-s7comm_szl_ids.c s7comm dissector infinite loop error is fixed. 2018-10-03 03:51:14 +00:00
packet-s7comm_szl_ids.h
packet-s101.c
packet-s5066dts.c Apply port preferences during dissector handoff registration 2018-12-01 15:52:37 +00:00
packet-s5066sis.c
packet-s5066sis.h
packet-sabp.c
packet-sadmind.c
packet-sametime.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-sap.c
packet-sasp.c
packet-sbc-ap.c
packet-sbc.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-sbus.c
packet-sccp.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-sccp.h
packet-sccpmg.c
packet-scop.c
packet-scriptingservice.c
packet-scsi-mmc.c
packet-scsi-mmc.h
packet-scsi-osd.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-scsi-osd.h
packet-scsi-sbc.c
packet-scsi-sbc.h
packet-scsi-smc.c
packet-scsi-smc.h
packet-scsi-ssc.c
packet-scsi-ssc.h
packet-scsi.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-scsi.h
packet-scte35.c
packet-sctp.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-sctp.h
packet-sdh.c
packet-sdlc.c
packet-sdp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-sdp.h RTP: Restructure call id handling. 2018-12-03 17:01:03 +00:00
packet-sebek.c
packet-selfm.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-sercosiii.c
packet-ses.c
packet-ses.h
packet-sflow.c sFlow: Dissect output interface according to spec 2018-12-13 09:34:15 +00:00
packet-sflow.h
packet-sgsap.c
packet-shim6.c
packet-sigcomp.c
packet-simple.c simple: fix value_string type mismatch with simple.link16.rc 2018-09-20 05:04:55 +00:00
packet-simulcrypt.c
packet-sip.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-sip.h
packet-sipfrag.c
packet-sita.c
packet-skinny.c Use the time stamps in the packet_info structure, not the frame_data structure. 2018-09-26 20:34:21 +00:00
packet-skinny.c.in Rename packet-ssl* to packet-tls* 2018-09-25 13:24:17 +00:00
packet-skinny.h
packet-skinny.h.in
packet-skype.c
packet-slimp3.c
packet-sll.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-sll.h Move the Linux ARPHRD_ types to epan/arptypes.h. 2018-11-13 06:18:22 +00:00
packet-slowprotocols.c
packet-slsk.c
packet-smb-browse.c
packet-smb-browse.h
packet-smb-common.c
packet-smb-common.h
packet-smb-direct.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-smb-logon.c
packet-smb-mailslot.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-smb-mailslot.h
packet-smb-pipe.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-smb-pipe.h
packet-smb-sidsnooping.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-smb-sidsnooping.h
packet-smb.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-smb.h
packet-smb2.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-smb2.h
packet-smcr.c
packet-sml.c
packet-smp.c
packet-smpp.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-smpp.h
packet-smrse.c
packet-smrse.h
packet-smtp.c Rename packet-ssl* to packet-tls* 2018-09-25 13:24:17 +00:00
packet-sna.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-snaeth.c
packet-sndcp-xid.c
packet-sndcp.c
packet-snmp.c
packet-snmp.h
packet-snort.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-socketcan.c
packet-socketcan.h
packet-socks.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-solaredge.c
packet-soupbintcp.c
packet-spdy.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-spice.c spice: fix malformed packet exception in LZ image 2018-09-01 13:03:35 +00:00
packet-spice.h spice: regenerate packet-spice.h 2018-09-01 12:54:34 +00:00
packet-spnego.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-spp.c
packet-spray.c Remove some unneeded headers. 2018-09-22 06:14:47 +00:00
packet-sprt.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-sprt.h
packet-srp.c WNSRP: Add WNSRP definitions to SRP 2018-10-21 20:22:22 +00:00
packet-srt.c srt: fix not a Doxygen trailing comment [-Wdocumentation] 2018-12-30 12:41:39 +00:00
packet-srvloc.c
packet-sscf-nni.c
packet-sscop.c
packet-sscop.h
packet-ssh.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-sstp.c
packet-stanag4607.c
packet-starteam.c
packet-stat-notify.c
packet-stat-notify.h
packet-stat.c
packet-stat.h
packet-stcsig.c Squelch a narrowing warning. 2018-09-11 04:32:16 +00:00
packet-steam-ihs-discovery.c steam-ihs: fix memleak on exception 2018-10-10 04:01:29 +00:00
packet-stt.c
packet-stun.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-sua.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-sv.c SV: Fix handling data length 2018-10-25 14:13:50 +00:00
packet-sv.h
packet-swipe.c
packet-symantec.c
packet-sync.c
packet-synergy.c
packet-synphasor.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-sysdig-event.c
packet-sysex.c
packet-syslog.c Add a systemd Journal Export Format parser and dissector. 2018-08-31 05:20:27 +00:00
packet-syslog.h Add a systemd Journal Export Format parser and dissector. 2018-08-31 05:20:27 +00:00
packet-systemd-journal.c systemd Journal: More UTF-8 fixes. 2018-11-22 20:55:54 +00:00
packet-t30.c
packet-t30.h
packet-t38.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-t38.h
packet-t124.c
packet-t124.h
packet-t125.c T125: avoid returning from TRY/CATCH in dissect_t125_heur 2018-10-10 04:07:05 +00:00
packet-tacacs.c Fix reassembly of larger TACACS+ accounting messages 2018-11-21 04:37:17 +00:00
packet-tacacs.h
packet-tali.c
packet-tango.c
packet-tapa.c
packet-tcap.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-tcap.h
packet-tcg-cp-oids.c Adding dissector for OIDs used in TCG X.509 Certificates 2018-10-03 03:49:44 +00:00
packet-tcg-cp-oids.h Adding dissector for OIDs used in TCG X.509 Certificates 2018-10-03 03:49:44 +00:00
packet-tcp.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-tcp.h
packet-tcpros.c
packet-tdmoe.c
packet-tdmop.c
packet-tds.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-teamspeak2.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-teimanagement.c
packet-teklink.c
packet-telkonet.c
packet-telnet.c Rename packet-ssl* to packet-tls* 2018-09-25 13:24:17 +00:00
packet-teredo.c
packet-tetra.c
packet-tetra.h
packet-text-media.c
packet-tfp.c
packet-tftp.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-thread.c
packet-thrift.c Thrift: Update to distinguish between map key and value types 2018-12-20 08:09:50 +00:00
packet-thrift.h
packet-tibia.c tibia: Use wmem for decrypted buffer 2018-12-20 10:09:21 +00:00
packet-time.c
packet-tipc.c
packet-tivoconnect.c
packet-tls-utils.c Add new "rsa_keys" UAT for storage of RSA private keys 2018-12-13 05:28:02 +00:00
packet-tls-utils.h TLS: really delay key lookup until it is necessary 2018-12-01 09:07:57 +00:00
packet-tls.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-tls.h Rename packet-ssl* to packet-tls* 2018-09-25 13:24:17 +00:00
packet-tn3270.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-tn3270.h
packet-tn5250.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-tn5250.h
packet-tnef.c
packet-tns.c
packet-tpkt.c
packet-tpkt.h
packet-tpm20.c
packet-tpncp.c
packet-tr.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-tr.h
packet-trill.c
packet-trmac.c
packet-tsdns.c Add TSDNS (TeamSpeak 3 DNS) dissector 2018-10-22 04:46:39 +00:00
packet-tsp.c
packet-tte-pcf.c
packet-tte.c
packet-tte.h
packet-turbocell.c
packet-turnchannel.c Add support for aliases to dissector tables. 2018-09-15 08:54:14 +00:00
packet-tuxedo.c
packet-twamp.c
packet-tzsp.c Add support for tzsp encapsulation type 802.11 RadioTap 2018-10-24 04:21:00 +00:00
packet-u3v.c Use the time stamps in the packet_info structure, not the frame_data structure. 2018-09-26 20:34:21 +00:00
packet-ua.c
packet-ua.h
packet-ua3g.c
packet-uasip.c
packet-uaudp.c Apply port preferences during dissector handoff registration 2018-12-01 15:52:37 +00:00
packet-uaudp.h
packet-ubdp.c
packet-ubertooth.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-ubertooth.h
packet-ucp.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-udld.c
packet-udp-nm.c
packet-udp.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-udp.h UDP/UDP-Lite : Add Conversation timestamps 2018-11-04 20:10:39 +00:00
packet-uds.c
packet-udt.c
packet-uftp.c
packet-uftp4.c
packet-uhd.c
packet-ulp.c
packet-uma.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-umts_fp.c FP: Added E-DCH T1 heuristic dissector 2018-10-15 05:13:50 +00:00
packet-umts_fp.h FP: HS-DSCH - Use RLC mode from NBAP 2018-09-17 03:58:49 +00:00
packet-umts_mac.c
packet-umts_mac.h
packet-umts_rlc.c
packet-umts_rlc.h
packet-usb-audio.c
packet-usb-ccid.c
packet-usb-com.c
packet-usb-dfu.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-usb-hid.c Fix Usb HID Report descriptor Local item Usage parsing 2018-08-24 07:10:56 +00:00
packet-usb-hid.h
packet-usb-hub.c
packet-usb-i1d3.c
packet-usb-masstorage.c
packet-usb-video.c
packet-usb.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-usb.h
packet-usbip.c
packet-usbip.h
packet-user_encap.c
packet-userlog.c
packet-uts.c
packet-v5dl.c
packet-v5ef.c
packet-v5ua.c
packet-v52.c
packet-v120.c
packet-v150fw.c
packet-vcdu.c
packet-vicp.c
packet-vines.c Make AT_VINES a built-in type 2018-08-29 19:36:43 +00:00
packet-vlan.c
packet-vmlab.c
packet-vnc.c
packet-vntag.c
packet-vp8.c
packet-vrrp.c
packet-vrt.c
packet-vsip.c
packet-vsock.c
packet-vssmonitoring.c
packet-vtp.c
packet-vuze-dht.c
packet-vxi11.c
packet-vxlan.c
packet-vxlan.h
packet-wai.c
packet-wap.c
packet-wap.h
packet-wassp.c
packet-waveagent.c
packet-wbxml.c
packet-wccp.c
packet-wccp.h
packet-wcp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-websocket.c
packet-wfleet-hdlc.c
packet-who.c
packet-whois.c
packet-wifi-display.c
packet-wifi-dpp.c
packet-wifi-p2p.c
packet-windows-common.c
packet-windows-common.h
packet-winsrepl.c
packet-wireguard.c wireguard: Free uat table records 2018-11-04 16:46:19 +00:00
packet-wisun.c wisun: fix display of Netricity LQI-IE 2018-10-24 04:24:29 +00:00
packet-wlancertextn.c
packet-wlancertextn.h
packet-wlccp.c
packet-wol.c
packet-wow.c
packet-wps.c
packet-wps.h
packet-wreth.c
packet-wsmp.c Export ITS-AppId/psId names from IEEE1609 2018-12-31 14:25:14 +00:00
packet-wsp.c Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
packet-wsp.h
packet-wtls.c
packet-wtls.h
packet-wtp.c
packet-wtp.h
packet-x2ap.c X2AP: fix dissection of MeNBtoSgNBContainer in SgNBModificationConfirm message 2018-12-18 05:19:04 +00:00
packet-x2ap.h
packet-x11-keysymdef.h
packet-x11.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-x11.h
packet-x25.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-x29.c
packet-x509af.c
packet-x509af.h
packet-x509ce.c Adding string for "anyPolicy" OID to x509ce 2018-10-03 03:50:02 +00:00
packet-x509ce.h
packet-x509if.c
packet-x509if.h
packet-x509sat.c
packet-x509sat.h
packet-xcsl.c
packet-xdmcp.c xdmcp: fix indent 2018-10-10 03:59:59 +00:00
packet-xip-serval.c
packet-xip.c
packet-xmcp.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-xml.c
packet-xml.h
packet-xmpp-conference.c
packet-xmpp-conference.h
packet-xmpp-core.c Rename packet-ssl* to packet-tls* 2018-09-25 13:24:17 +00:00
packet-xmpp-core.h
packet-xmpp-gtalk.c
packet-xmpp-gtalk.h
packet-xmpp-jingle.c
packet-xmpp-jingle.h
packet-xmpp-other.c
packet-xmpp-other.h
packet-xmpp-utils.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-xmpp-utils.h
packet-xmpp.c
packet-xmpp.h
packet-xnap.c XnAP: remove a useless variable from private data 2018-12-18 06:49:31 +00:00
packet-xot.c
packet-xra.c XRA: Bugfix in ncp_profile_select 2018-11-20 12:25:11 +00:00
packet-xtp.c
packet-xyplex.c
packet-yami.c
packet-yhoo.c
packet-ymsg.c
packet-ypbind.c
packet-ypbind.h
packet-yppasswd.c
packet-yppasswd.h
packet-ypserv.c
packet-ypserv.h
packet-ypxfr.c
packet-ypxfr.h
packet-z3950.c Z39.50: Implementation of Z39.50 Information Retrieval protocol 2018-12-28 09:28:17 +00:00
packet-z3950.h Z39.50: Implementation of Z39.50 Information Retrieval protocol 2018-12-28 09:28:17 +00:00
packet-zbee-aps.c [zigbee] add Daily Schedule (0x070d) cluster dissectors 2018-11-25 07:11:43 +00:00
packet-zbee-aps.h [zigbee] add Daily Schedule (0x070d) cluster dissectors 2018-11-25 07:11:43 +00:00
packet-zbee-nwk-gp.c
packet-zbee-nwk.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-zbee-nwk.h
packet-zbee-security.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-zbee-security.h
packet-zbee-zcl-closures.c
packet-zbee-zcl-general.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-zbee-zcl-ha.c zbee-zcl: register several ett variables. 2018-10-19 18:08:53 +00:00
packet-zbee-zcl-hvac.c
packet-zbee-zcl-lighting.c ZigBee ZCL: Fix a divide-by-zero. 2018-11-27 21:28:09 +00:00
packet-zbee-zcl-meas-sensing.c zbee-zcl: register several ett variables. 2018-10-19 18:08:53 +00:00
packet-zbee-zcl-misc.c
packet-zbee-zcl-sas.c
packet-zbee-zcl-se.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-zbee-zcl.c
packet-zbee-zcl.h
packet-zbee-zdp-binding.c
packet-zbee-zdp-discovery.c
packet-zbee-zdp-management.c ZigBee: Correct unsolicited nwk update notify 2018-12-02 02:49:50 +00:00
packet-zbee-zdp.c ZigBee: Correct unsolicited nwk update notify 2018-12-02 02:49:50 +00:00
packet-zbee-zdp.h ZigBee: Correct unsolicited nwk update notify 2018-12-02 02:49:50 +00:00
packet-zbee.h [zigbee] add Daily Schedule (0x070d) cluster dissectors 2018-11-25 07:11:43 +00:00
packet-zebra.c Fix some spelling errors found by Lintian. 2018-12-05 18:58:19 +00:00
packet-zep.c
packet-ziop.c Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet-ziop.h
packet-zrtp.c Add sip_call_id filter to RTP stream. 2018-11-29 12:16:20 +00:00
packet-zvt.c
read_keytab_file.h
snort-config.c snort: Fix a memory leak on error 2018-12-20 10:55:17 +00:00
snort-config.h
usb.c [Automatic update for 2018-12-09] 2018-12-09 08:23:06 +00:00
x11-declarations.h Update the X11 dissector to use the latest mesa and xcbproto. 2018-09-24 17:53:52 +00:00
x11-enum.h Update the X11 dissector to use the latest mesa and xcbproto. 2018-09-24 17:53:52 +00:00
x11-extension-errors.h Update the X11 dissector to use the latest mesa and xcbproto. 2018-09-24 17:53:52 +00:00
x11-extension-implementation.h Update the X11 dissector to use the latest mesa and xcbproto. 2018-09-24 17:53:52 +00:00
x11-fields
x11-glx-render-enum.h Update the X11 dissector to use the latest mesa and xcbproto. 2018-09-24 17:53:52 +00:00
x11-keysym.h
x11-register-info.h Update the X11 dissector to use the latest mesa and xcbproto. 2018-09-24 17:53:52 +00:00

README.X11

The X11 dissector generator is no longer run automatically.

To run the dissector generator, you will need perl 5.10 and the XML::Twig
module from CPAN. You will also need 'git' to retrieve the lastest protocol
descriptions.

Once you have those, you also need the XML protocol descriptions. In the
epan/dissectors directory, run the following commands:
 git clone git://anongit.freedesktop.org/xcb/proto xcbproto
 git clone git://anongit.freedesktop.org/git/mesa/mesa

As of this writing, mesa will provide:
 src/mapi/glapi/gen/gl_API.xml
and xcbproto provides:
 bigreq.xml
 composite.xml
 damage.xml
 dpms.xml
 dri2.xml
 ge.xml
 glx.xml
 randr.xml
 record.xml
 render.xml
 res.xml
 screensaver.xml
 shape.xml
 shm.xml
 sync.xml
 xc_misc.xml
 xevie.xml
 xf86dri.xml
 xf86vidmode.xml
 xfixes.xml
 xinerama.xml
 xinput.xml
 xkb.xml
 xprint.xml
 xproto.xml (ignored)
 xselinux.xml
 xtest.xml
 xv.xml
 xvmc.xml
  
Or, if you have already cloned those repositories, "git pull" each one to bring
it up to date. Please be aware that the Mesa repository is rather large; it is
slightly more than 200MB as of this writing.

Run the following:
 make x11-dissector

This will automatically run process-x11-fields.pl (for the core protocol
definitions), and then it will run process-x11-xcb.pl to process the XML
descriptions from XCB and Mesa to generate the extension dissectors.

Once this is complete, compile wireshark as usual.