wireshark/epan/dissectors
Peter Wu 6b09377285 Extract errno value_strings from usb code
The convention of returning negative errno codes from the Linux kernel
is not just limited to usb/usbip, it is also needed by netlink. Now
netlink error codes are properly dissected.

Also add ERFKILL and EHWPOISON (since 2009 and 2011) and change ESTALE
and ENOSYS to match the current description as of Linux 4.7. Fixed
header paths in comments too.

Used this command to generate the table (with fixups for gaps):

    cpp -dM -CC include/uapi/asm-generic/errno.h |
    perl -ne '/^#define (E[A-Z0-9]+) ([0-9]+) \/\* (.+) \*\// &&
    printf "    { -%-4s \"%s (-%s)\" },\n", "$2,", $3, $1' | sort -k2

Change-Id: I16fa41a42bd4201a8383ea8e70a0aa8a597b311d
Reviewed-on: https://code.wireshark.org/review/16952
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-06-12 06:34:16 +00:00
..
asn1 Ranap: improve heuristic algorithm 2017-06-11 19:17:14 +00:00
dcerpc
pidl tnef: fix conflicting entry in its value_string 2017-05-05 21:57:31 +00:00
.editorconfig Dissector: IndigoCare nursecall protocols support 2017-01-24 14:01:29 +00:00
CMakeLists.txt Extract errno value_strings from usb code 2017-06-12 06:34:16 +00:00
CMakeListsCustom.txt.example
Custom.common
Makefile.am Extract errno value_strings from usb code 2017-06-12 06:34:16 +00:00
README.X11
errno.c Extract errno value_strings from usb code 2017-06-12 06:34:16 +00:00
file-btsnoop.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
file-elf.c
file-file.c Rewrite dissectors to use Libgcrypt functions. 2017-03-02 23:58:05 +00:00
file-file.h
file-gif.c gif: expert info for unknown data block type 2017-05-29 23:58:02 +00:00
file-jpeg.c Use col_append_sep_str() for fixed strings 2017-04-02 16:40:28 +00:00
file-mp4.c Adjust proto_tree_add_[float|double]_format_value calls to use unit string 2016-12-13 22:56:36 +00:00
file-pcap.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
file-pcapng.c pcapng: Align code name and hf name. 2017-03-30 09:10:34 +00:00
file-png.c Adjust proto_tree_add_[float|double]_format_value calls to use unit string 2016-12-13 22:56:36 +00:00
packet-2dparityfec.c
packet-3com-njack.c Rewrite dissectors to use Libgcrypt functions. 2017-03-02 23:58:05 +00:00
packet-3com-xns.c
packet-3g-a11.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-6lowpan.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-6lowpan.h
packet-9p.c wmem_map_new -> wmem_map_new_autoreset 2017-01-28 20:14:12 +00:00
packet-HI2Operations.c
packet-a21.c
packet-a21.h
packet-aarp.c
packet-aastra-aasp.c
packet-acap.c format_text_wmem -> format_text 2017-01-31 17:08:47 +00:00
packet-acn.c acn: fix conflict for hf field 2017-05-31 16:48:24 +00:00
packet-acp133.c
packet-acp133.h
packet-acr122.c
packet-acse.c Convert GHashTable -> wmem_map_t for ASN.1 disseectors 2017-01-30 02:25:24 +00:00
packet-acse.h
packet-actrace.c
packet-actrace.h
packet-adb.c adb: fix this condition has identical branches [-Werror=duplicated-branches] found by gcc7 2017-04-06 11:05:10 +00:00
packet-adb_cs.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-adb_service.c Have format_text_wsp use wmem allocated memory. 2017-01-30 02:25:45 +00:00
packet-adb_service.h
packet-adwin-config.c
packet-adwin.c adwin: remove an unnecessary if(tree) check 2017-04-07 01:27:39 +00:00
packet-aeron.c GHashtable -> wmem_map conversions 2017-02-02 13:46:03 +00:00
packet-afp.c afp: fix indent (use tab) 2017-05-19 10:30:33 +00:00
packet-afp.h
packet-afs.c GHashtable -> wmem_map conversions 2017-02-02 13:46:03 +00:00
packet-agentx.c
packet-aim.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-ajp13.c Create temporary variables for some proto_tree_add_<datatype> calculations. 2017-05-22 15:28:10 +00:00
packet-alcap.c Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS. 2017-04-18 22:28:07 +00:00
packet-alcap.h
packet-alljoyn.c alljoyn: fix signature length adjustments 2016-10-22 11:06:37 +00:00
packet-amqp.c AMQP: fix field amqp.value is not of type FT_NONE 2017-03-31 10:42:30 +00:00
packet-amr.c
packet-ancp.c ANCP: Update to RFC6320 2017-04-08 14:33:12 +00:00
packet-ans.c
packet-ansi_637.c format_text_wmem -> format_text 2017-01-31 17:08:47 +00:00
packet-ansi_683.c
packet-ansi_801.c Adjust proto_tree_add_uint_format_value calls to use unit string 2016-12-13 22:56:50 +00:00
packet-ansi_a.c ansi_a: fix this condition has identical branches [-Werror=duplicated-branches] found by gcc7 2017-03-12 12:10:24 +00:00
packet-ansi_a.h
packet-ansi_map.c Convert GHashTable -> wmem_map_t for ASN.1 disseectors 2017-01-30 02:25:24 +00:00
packet-ansi_map.h
packet-ansi_tcap.c Convert GHashTable -> wmem_map_t for ASN.1 disseectors 2017-01-30 02:25:24 +00:00
packet-ansi_tcap.h
packet-aodv.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-aoe.c GHashtable -> wmem_map conversions 2017-02-02 13:46:03 +00:00
packet-aol.c
packet-ap1394.c Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-app-pkix-cert.c Use col_append_sep_str() for fixed strings 2017-04-02 16:40:28 +00:00
packet-applemidi.c RTP: RTP dissector is able to decode RTP over TCP (RFC 4571) 2016-12-18 03:12:48 +00:00
packet-aprs.c
packet-ar_drone.c Create temporary variables for some proto_tree_add_<datatype> calculations. 2017-05-17 15:17:20 +00:00
packet-arcnet.c Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-armagetronad.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-arp.c Fix incorrect NSAP AFI values. 2017-03-31 07:28:37 +00:00
packet-arp.h Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-artnet.c Use col_append_str() for fixed strings 2017-04-03 05:32:17 +00:00
packet-aruba-adp.c
packet-aruba-erm.c Make some more protocols into pinos. 2017-02-02 01:14:09 +00:00
packet-aruba-iap.c
packet-aruba-papi.c aruba (PAPI): fix conflicting entry in its value_string 2017-04-22 22:48:35 +00:00
packet-asap.c Remove proto_item_append_text calls in favor of BASE_UNIT_STRING. 2016-12-16 03:04:11 +00:00
packet-ascend.c
packet-asf.c
packet-assa_r3.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-asterix.c asterix: add a link to the specifications 2017-06-05 13:43:26 +00:00
packet-at.c Have format_text_wsp use wmem allocated memory. 2017-01-30 02:25:45 +00:00
packet-atalk.c dissectors: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7 2017-03-05 22:39:13 +00:00
packet-atalk.h
packet-ath.c
packet-atm.c Fix up dissector tables' UI names. 2017-05-29 16:12: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-ax25-kiss.c Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-ax25-nol3.c
packet-ax25.c fix no previous prototype for ‘capture_*’ [-Wmissing-prototypes] 2016-11-12 19:51:54 +00:00
packet-ax4000.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-ayiya.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-babel.c
packet-bacapp.c bacapp: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7 2017-03-05 21:46:38 +00:00
packet-bacapp.h
packet-bacnet.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-banana.c
packet-bat.c Adjust proto_tree_add_uint_format_value calls to use unit string 2016-12-13 22:56:50 +00:00
packet-batadv.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-bctp.c bctp: fix conflicting entry in its value_string 2017-03-27 15:25:25 +00:00
packet-beep.c GHashtable -> wmem_map conversions 2017-02-02 13:46:03 +00:00
packet-bencode.c Add format_text_wmem. 2017-01-31 02:26:35 +00:00
packet-ber.c Fix up dissector tables' UI names. 2017-05-29 16:12:35 +00:00
packet-ber.h
packet-bfcp.c
packet-bfd.c A few more BASE_UNIT_STRING cases. 2017-04-05 07:13:17 +00:00
packet-bfd.h
packet-bgp.c Add BGP dissector support for draft-ietf-idr-bgp-prefix-sid-05 2017-06-09 11:50:09 +00:00
packet-bgp.h
packet-bitcoin.c Fix up time encodings. 2017-03-28 10:18:36 +00:00
packet-bittorrent.c format_text_wmem -> format_text 2017-01-31 17:08:47 +00:00
packet-bjnp.c
packet-bluecom.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-bluetooth.c Bluetooth: AD: Add dissector for Apple iBeacon 2017-02-17 04:54:45 +00:00
packet-bluetooth.h Qt/Bluetooth: Split LE Meta Events 2016-11-04 09:23:05 +00:00
packet-bmc.c
packet-bmp.c
packet-bofl.c New/updated reference URLs. 2017-02-21 03:05:38 +00:00
packet-bootp.c bootp: Always have SIP Server IP be an IP address 2017-05-17 12:35:06 +00:00
packet-bootparams.c
packet-bpdu.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-bpq.c Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-brdwlk.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-brp.c
packet-bssap.c
packet-bssap.h
packet-bssgp.c [BSSAP] Update comments from V 14.2.0 2017-03-22 13:51:40 +00:00
packet-bssgp.h
packet-bt-dht.c BT-DHT: add IPv6 support for find_node responses 2017-03-03 05:01:19 +00:00
packet-bt-utp.c
packet-bt3ds.c
packet-btamp.c
packet-btatt.c btatt: failed assertion 'hf->bitmask != 0' (btatt.glucose_measurement.type_and_sample_location.type) 2017-04-16 14:33:31 +00:00
packet-btatt.h
packet-btavctp.c
packet-btavctp.h
packet-btavdtp.c Remove proto_item_append_text calls in favor of BASE_UNIT_STRING. 2016-12-16 03:04:11 +00:00
packet-btavdtp.h
packet-btavrcp.c Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS. 2017-04-18 22:28:07 +00:00
packet-btavrcp.h
packet-btbnep.c
packet-btbredr_rf.c
packet-bthci_acl.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-bthci_acl.h
packet-bthci_cmd.c Bluetooth: HCI: fix dissection of command Enhanced Setup Synchronous Connection 2017-04-14 11:31:10 +00:00
packet-bthci_cmd.h Bluetooth 5.0, HCI command/event PHY update dissection 2017-02-01 07:36:24 +00:00
packet-bthci_evt.c Bluetooth: HCI_CMD: Implement a lot of remaining commands 2017-04-04 15:05:10 +00:00
packet-bthci_evt.h Bluetooth: HCI_CMD: Implement a lot of remaining commands 2017-04-04 15:05:10 +00:00
packet-bthci_sco.c
packet-bthci_sco.h
packet-bthci_vendor.c Use col_append_str() for fixed strings 2017-04-03 05:32:17 +00:00
packet-bthcrp.c
packet-bthfp.c Bluetooth: HFP: Fix "Parameters" field highlight 2017-04-04 11:33:01 +00:00
packet-bthid.c bluetooth: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7 2017-03-06 09:54:01 +00:00
packet-bthsp.c Use col_append_str() for fixed strings 2017-04-03 05:32:17 +00:00
packet-btl2cap.c BT L2CAP: avoid a division by 0 2017-05-12 19:43:09 +00:00
packet-btl2cap.h
packet-btle.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-btle.h
packet-btle_rf.c Bluetooth: BTLE*: Initialize what initialized was not 2016-12-05 12:48:04 +00:00
packet-btmcap.c Use col_append_str() for fixed strings 2017-04-03 05:32:17 +00:00
packet-btrfcomm.c uat: add a reset callback. 2017-01-12 12:39:15 +00:00
packet-btrfcomm.h
packet-btsap.c
packet-btsdp.c Use col_append_str() for fixed strings 2017-04-03 05:32:17 +00:00
packet-btsdp.h
packet-btsmp.c Bluetooth: SMP: Use bitmask fields 2016-12-07 16:37:39 +00:00
packet-bvlc.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-bzr.c packet-bzr.c: Prevent infinite loop 2017-05-02 07:42:47 +00:00
packet-c15ch.c Use col_append_str() for fixed strings 2017-04-03 05:32:17 +00:00
packet-c1222.c Make Libgcrypt a mandatory dependency 2017-02-13 18:35:47 +00:00
packet-c1222.h
packet-calcappprotocol.c
packet-camel.c Convert GHashTable -> wmem_map_t for ASN.1 disseectors 2017-01-30 02:25:24 +00:00
packet-camel.h
packet-canopen.c can: remove duplicated can_identifier struct. 2017-05-06 15:56:40 +00:00
packet-capwap.c capwap: fix conflicting entry in its value_string 2017-04-21 19:15:32 +00:00
packet-carp.c carp: fix fix spelling typo found by lintian 2016-10-28 07:41:15 +00:00
packet-cast.c cast: fix conflicting entry in its value_string 2017-04-21 13:09:50 +00:00
packet-catapult-dct2000.c Use col_append_str() for fixed strings 2017-04-03 05:32:17 +00:00
packet-cattp.c Adjust proto_tree_add_uint_format_value calls to use unit string 2016-12-13 22:56:50 +00:00
packet-cbor.c
packet-ccsds.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-cdp.c Adjust proto_tree_add_uint_format_value calls to use unit string 2016-12-13 22:56:50 +00:00
packet-cdt.c
packet-cdt.h
packet-cell_broadcast.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-cell_broadcast.h
packet-ceph.c ceph: fix conflicting entry in its value_string 2017-05-08 17:43:19 +00:00
packet-cfdp.c
packet-cfm.c Fix typo. 2016-10-18 20:50:10 +00:00
packet-cgmp.c
packet-chargen.c
packet-charging_ase.c
packet-charging_ase.h
packet-chdlc.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-chdlc.h Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-cigi.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-cimd.c
packet-cimetrics.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-cip.c Create temporary variables for some proto_tree_add_<datatype> calculations. 2017-05-22 15:28:10 +00:00
packet-cip.h Add support for verifying CIP Safety CRC values. 2017-03-16 05:51:04 +00:00
packet-cipmotion.c cipmotion: fix conflicting entry in its value_string 2017-04-28 11:53:38 +00:00
packet-cipsafety.c cipsafety: Fix Dereference of null pointer found by Clang Analyzer 2017-03-18 19:15:04 +00:00
packet-cipsafety.h Add support for verifying CIP Safety CRC values. 2017-03-16 05:51:04 +00:00
packet-cisco-erspan.c
packet-cisco-fp-mim.c
packet-cisco-marker.c
packet-cisco-metadata.c
packet-cisco-oui.c Update some Cisco URLs. 2017-03-23 04:13:23 +00:00
packet-cisco-sm.c
packet-cisco-ttag.c Cast larger types to time_t 2016-12-20 19:17:51 +00:00
packet-cisco-wids.c
packet-classicstun.c Create temporary variables for some proto_tree_add_<datatype> calculations. 2017-05-17 15:17:20 +00:00
packet-clearcase.c
packet-clearcase.h
packet-clip.c Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-clique-rm.c
packet-clnp.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-cmip.c Use col_append_str() for fixed strings 2017-04-03 05:32:17 +00:00
packet-cmip.h
packet-cmp.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-cmp.h
packet-cmpp.c
packet-cms.c Rewrite dissectors to use Libgcrypt functions. 2017-03-02 23:58:05 +00:00
packet-cms.h Move DigestInfo from pkcs12 to cms 2016-12-27 12:59:57 +00:00
packet-cnip.c
packet-coap.c CoAP: added new TLV code 11542 according to changes in LwM2M OMA Spec. 2017-06-07 13:17:20 +00:00
packet-coap.h CoAP: Enhancements to improve conversation recording. 2017-03-16 13:21:31 +00:00
packet-collectd.c
packet-componentstatus.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-cops.c Add format_text_wmem. 2017-01-31 02:26:35 +00:00
packet-corosync-totemnet.c Rewrite dissectors to use Libgcrypt functions. 2017-03-02 23:58:05 +00:00
packet-corosync-totemsrp.c A bunch of "{Mac} OS X" -> "macOS" changes. 2017-04-05 19:16:22 +00:00
packet-coseventcomm.c
packet-cosine.c
packet-cosnaming.c
packet-couchbase.c couchbase: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang 2017-02-21 05:45:25 +00:00
packet-cp2179.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-cpfi.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-cpha.c
packet-cql.c CQL: add an expert info when a list count is negative 2017-06-07 08:04:02 +00:00
packet-credssp.c
packet-credssp.h
packet-crmf.c
packet-crmf.h
packet-csm-encaps.c
packet-csn1.c csn1: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7 2017-03-05 21:49:33 +00:00
packet-csn1.h
packet-ctdb.c dissectors: update list of controls in CTDB dissector. 2017-02-09 16:16:45 +00:00
packet-cups.c
packet-daap.c
packet-dap.c
packet-dap.h
packet-data.c Rewrite dissectors to use Libgcrypt functions. 2017-03-02 23:58:05 +00:00
packet-daytime.c
packet-db-lsp.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-dbus.c Adjust proto_tree_add_[float|double]_format_value calls to use unit string 2016-12-13 22:56:36 +00:00
packet-dcc.c
packet-dcc.h
packet-dccp.c packet-dccp.c: Don't use tvb_get_ptr for getting a uint number. 2017-05-22 15:28:49 +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
packet-dcerpc-dce122.h
packet-dcerpc-dcom.h
packet-dcerpc-dfs.c
packet-dcerpc-dfs.h
packet-dcerpc-dnsserver.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
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 Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-dcerpc-eventlog.h
packet-dcerpc-fileexp.c
packet-dcerpc-fldb.c
packet-dcerpc-frsapi.c
packet-dcerpc-frsapi.h
packet-dcerpc-frsrpc.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
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 Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-dcerpc-llb.c
packet-dcerpc-lsa.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-dcerpc-lsa.h
packet-dcerpc-mapi.c mapi: fix conflicting entry in its value_string 2017-05-05 21:44:49 +00:00
packet-dcerpc-mapi.h mapi: fix conflicting entry in its value_string 2017-05-05 21:44:49 +00:00
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 dcerpc (netlogon): fix this condition has identical branches [-Werror=duplicated-branches] found by gcc7 2017-03-12 12:13:44 +00:00
packet-dcerpc-netlogon.h
packet-dcerpc-nspi.c tnef: fix conflicting entry in its value_string 2017-05-05 21:57:31 +00:00
packet-dcerpc-nspi.h tnef: fix conflicting entry in its value_string 2017-05-05 21:57:31 +00:00
packet-dcerpc-nt.c GHashtable -> wmem_map conversions 2017-02-02 13:46:03 +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 dissectors: add PRINTER_INFO_5 decoding for DCE/RPC spoolss dissector. 2016-11-24 07:04:25 +00:00
packet-dcerpc-spoolss.h
packet-dcerpc-srvsvc.c
packet-dcerpc-srvsvc.h
packet-dcerpc-svcctl.c
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 Get rid of Boolean "flags" that don't have any bit set. 2016-11-06 19:03:21 +00:00
packet-dcerpc-witness.h
packet-dcerpc-wkssvc.c wkssvc(dcerpc): fix spelling typo found by lintian 2016-10-27 07:12:13 +00:00
packet-dcerpc-wkssvc.h
packet-dcerpc-wzcsvc.c
packet-dcerpc-wzcsvc.h
packet-dcerpc.c Add DCE/RPC over TCP dissector to "force" DCE/RPC when heuristics fail 2017-06-05 02:50:10 +00:00
packet-dcerpc.h
packet-dcm.c packet-dcm.c: Fix infinite loop 2017-05-06 02:27:35 +00:00
packet-dcm.h
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
packet-dcom.h
packet-dcp-etsi.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-ddtp.c
packet-dec-bpdu.c
packet-dec-dnart.c
packet-dect.c
packet-devicenet.c can: remove duplicated can_identifier struct. 2017-05-06 15:56:40 +00:00
packet-dhcp-failover.c format_text_wmem -> format_text 2017-01-31 17:08:47 +00:00
packet-dhcpv6.c dhcpv6: Add Captive Portal option (103) 2017-03-16 04:49:52 +00:00
packet-diameter.c Fix up dissector tables' UI names. 2017-05-29 16:12:35 +00:00
packet-diameter.h diameter_3gpp: add decoding of Sd feature list 2016-11-14 10:53:55 +00:00
packet-diameter_3gpp.c [Diameter 3GPP] Add subdissection of AVP 1679 AIR-Flags 2017-05-30 14:24:26 +00:00
packet-diameter_3gpp.h diameter_3gpp: added decoding of TWAN-Identifier AVP 2017-02-10 20:27:02 +00:00
packet-diffserv-mpls-common.c
packet-diffserv-mpls-common.h
packet-dis.c dis: fix conflicting entry in its value_string 2017-04-28 11:54:31 +00:00
packet-disp.c
packet-disp.h
packet-distcc.c Check preference titles and descriptions. 2016-12-01 01:26:39 +00:00
packet-dji-uav.c
packet-dlm3.c
packet-dlsw.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-dmp.c GHashtable -> wmem_map conversions 2017-02-02 13:46:03 +00:00
packet-dmx.c
packet-dnp.c dnp3: fix parser when a packed variation is used with prefix value qualifier 2017-05-21 21:58:41 +00:00
packet-dns.c Fix up dissector tables' UI names. 2017-05-29 16:12:35 +00:00
packet-dns.h dns: change get_dns_name to return consumed bytes + actual name len. 2017-01-19 09:31:37 +00:00
packet-dof.c DOF: Fix buffer overflow (read) 2017-04-23 00:29:50 +00:00
packet-dop.c Fix up dissector tables' UI names. 2017-05-29 16:12:35 +00:00
packet-dop.h
packet-dplay.c
packet-dpnet.c dpnet: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang 2017-04-10 11:34:41 +00:00
packet-dpnss-link.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-dpnss.c
packet-drda.c Cleanup DRDA dissector 2017-06-05 23:59:03 +00:00
packet-dsi.c Adjust proto_tree_add_uint_format_value calls to use unit string 2016-12-13 22:56:50 +00:00
packet-dsp.c
packet-dsp.h
packet-dsr.c DSR: fix conflicting entry in its value_string 2017-04-27 15:00:57 +00:00
packet-dtcp-ip.c
packet-dtls.c Move RSA key loading and decryption functions to wsutil 2017-06-05 23:43:03 +00:00
packet-dtls.h DTLS: add support for use_srtp extension (RFC 5764) 2016-12-06 05:58:39 +00:00
packet-dtn.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-dtn.h
packet-dtp.c
packet-dtpt.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-dua.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
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 Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-dvb-s2-bb.c dvb (s2): fix 'dvb-s2_bb.reserved' exists multiple times with NOT compatible types: FT_NONE and FT_BYTES 2017-03-25 16:21:10 +00:00
packet-dvb-sdt.c
packet-dvb-tdt.c
packet-dvb-tot.c
packet-dvbci.c Use col_append_sep_str() for fixed strings 2017-04-02 16:40:28 +00:00
packet-dvbci.h
packet-dvmrp.c
packet-e100.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-e164.c
packet-e164.h
packet-e212.c E.212: fix a typo 2017-04-04 22:06:24 +00:00
packet-e212.h E.212: fix identification of PLMNs with 3 digits MNC ending with a 0 2016-11-06 03:58:03 +00:00
packet-eap.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-eapol.c EAPOL-MKA: Implement updates from IEEE standards 2017-04-04 18:11:19 +00:00
packet-eapol.h Make EAPOL packet types into a dissector table. 2016-12-20 19:27:38 +00:00
packet-echo.c echo: decide on req/resp based on matched port 2016-12-02 21:48:00 +00:00
packet-ecmp.c dissectors (and tools): fix typo dependant -> dependent 2017-03-19 21:55:21 +00:00
packet-ecp-oui.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-ecp.c
packet-edonkey.c dissectors: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7 2017-03-05 22:39:13 +00:00
packet-edonkey.h
packet-egd.c
packet-ehdlc.c Adjust proto_tree_add_uint_format_value calls to use unit string 2016-12-13 22:56:50 +00:00
packet-ehs.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-eigrp.c There's an RFC for that. 2017-02-04 22:42:10 +00:00
packet-eigrp.h
packet-eiss.c
packet-elasticsearch.c
packet-elcom.c
packet-elmi.c Use col_append_str() for fixed strings 2017-04-03 05:32:17 +00:00
packet-enc.c ENC: fix parsing of header broken by gee242bd 2016-12-30 17:53:35 +00:00
packet-enip.c Remove "length only" check for dissectors that use tcp_dissect_pdus. 2017-06-05 02:53:35 +00:00
packet-enip.h Add support for verifying CIP Safety CRC values. 2017-03-16 05:51:04 +00:00
packet-enrp.c Remove proto_item_append_text calls in favor of BASE_UNIT_STRING. 2016-12-16 03:04:11 +00:00
packet-enttec.c
packet-epl-profile-parser.c epl (profiler-parser): fix parameter 'cmp/allocator' not found in the function declaration [-Wdocumentation] 2017-06-06 14:07:41 +00:00
packet-epl.c epl: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang 2017-06-08 14:44:45 +00:00
packet-epl.h Add SUBOBJECT_INITIALIZER and use it. 2017-06-02 08:30:16 +00:00
packet-epl_v1.c
packet-epmd.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-epmd.h
packet-epon.c
packet-erf.c Fix up dissector tables' UI names. 2017-05-29 16:12:35 +00:00
packet-erf.h
packet-erldp.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-esio.c
packet-esis.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-ess.c uat: add a reset callback. 2017-01-12 12:39:15 +00:00
packet-ess.h
packet-etag.c
packet-etch.c Clean up handling of enabled/disabled protocols/heuristic dissectors. 2017-04-08 20:40:08 +00:00
packet-eth.c packet-nsh.c: Create dissector table for next protocol 2017-04-17 20:22:45 +00:00
packet-eth.h Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-etherip.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-ethertype.c Fix Decode As for protocols that may use tunneling. 2017-06-02 01:19:02 +00:00
packet-etsi_card_app_toolkit.c
packet-etv.c
packet-evrc.c
packet-exec.c
packet-exported_pdu.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-extreme.c format_text_wmem -> format_text 2017-01-31 17:08:47 +00:00
packet-fbzero.c fb-zero: Add support of Zero Protocol 2017-06-01 22:09:02 +00:00
packet-fc.c GHashtable -> wmem_map conversions 2017-02-02 13:46:03 +00:00
packet-fc.h
packet-fc00.c Move Base32_encode from packet-fc00.c to wsutil (as ws_base32_decode) 2016-11-02 04:34:44 +00:00
packet-fcbls.h
packet-fcct.c
packet-fcct.h
packet-fcdns.c GHashtable -> wmem_map conversions 2017-02-02 13:46:03 +00:00
packet-fcels.c GHashtable -> wmem_map conversions 2017-02-02 13:46:03 +00:00
packet-fcels.h
packet-fcfcs.c GHashtable -> wmem_map conversions 2017-02-02 13:46:03 +00:00
packet-fcfcs.h
packet-fcfzs.c GHashtable -> wmem_map conversions 2017-02-02 13:46:03 +00:00
packet-fcfzs.h
packet-fcgi.c
packet-fcip.c
packet-fclctl.c
packet-fclctl.h
packet-fcoe.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-fcoib.c Use tvb_new_subset_length(); no need to do its work ourselves. 2017-01-09 22:27:18 +00:00
packet-fcp.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-fcp.h
packet-fcsb3.c
packet-fcsb3.h
packet-fcsp.c
packet-fcswils.c GHashtable -> wmem_map conversions 2017-02-02 13:46:03 +00:00
packet-fcswils.h
packet-fddi.c Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-fefd.c
packet-ff.c
packet-ff.h
packet-finger.c
packet-fip.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-fix.c
packet-fix.h Terminate string_strings with { NULL, NULL }. 2017-03-30 00:28:23 +00:00
packet-flexnet.c
packet-flexray.c
packet-flip.c Fix up dissector tables' UI names. 2017-05-29 16:12:35 +00:00
packet-fmp.c
packet-fmp.h
packet-fmp_notify.c
packet-fmtp.c
packet-force10-oui.c
packet-forces.c Adjust proto_tree_add_uint_format_value calls to use unit string 2016-12-13 22:56:50 +00:00
packet-foundry.c format_text_wmem -> format_text 2017-01-31 17:08:47 +00:00
packet-fp_hint.c
packet-fr.c New/updated reference URLs. 2017-02-21 03:05:38 +00:00
packet-fractalgeneratorprotocol.c
packet-frame.c Rewrite dissectors to use Libgcrypt functions. 2017-03-02 23:58:05 +00:00
packet-frame.h
packet-ftam.c
packet-ftam.h
packet-ftp.c ftp-data: treat \r\n as printable. Also show number of lines in text lines 2017-06-08 06:05:51 +00:00
packet-fw1.c packet-fw1.c: header should be packet scoped, not epan scoped 2017-02-25 13:35:26 +00:00
packet-g723.c
packet-gadu-gadu.c
packet-gdb.c Dissect the checksum field as a string, as that's what it is. 2016-11-11 22:37:54 +00:00
packet-gdsdb.c
packet-gearman.c Use col_append_sep_str() for fixed strings 2017-04-02 16:40:28 +00:00
packet-ged125.c
packet-geneve.c packet-geneve.c: Convert print_flags to proto_tree_add_bitmask 2017-04-05 04:48:50 +00:00
packet-gfp.c
packet-gias.c
packet-gift.c format_text_wmem -> format_text 2017-01-31 17:08:47 +00:00
packet-giop.c Qt: Provide both file save and open preferences 2017-04-17 10:51:10 +00:00
packet-giop.h
packet-git.c
packet-glbp.c
packet-gluster.h GlusterFS: Insert missing FORGET command. 2016-11-26 09:31:10 +00:00
packet-gluster_cli.c
packet-gluster_pmap.c
packet-glusterd.c Make some more protocols into pinos. 2017-02-02 01:14:09 +00:00
packet-glusterfs.c GlusterFS: Insert missing FORGET command. 2016-11-26 09:31:10 +00:00
packet-glusterfs_hndsk.c
packet-gmhdr.c Gigamon Trailer support for new chassis types 2017-01-18 10:27:55 +00:00
packet-gmr1_bcch.c Fix lintian found spelling error "splitted" -> "split" 2016-11-03 02:30:50 +00:00
packet-gmr1_common.c
packet-gmr1_common.h
packet-gmr1_dtap.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-gmr1_rach.c Use col_append_str() for fixed strings 2017-04-03 05:32:17 +00:00
packet-gmr1_rr.c
packet-gmr1_rr.h
packet-gmrp.c
packet-gnutella.c Use col_append_sep_str() for fixed strings 2017-04-02 16:40:28 +00:00
packet-gnutella.h
packet-goose.c
packet-gopher.c Convert range API to always use wmem memory. 2017-01-07 00:44:10 +00:00
packet-gpef.c
packet-gprs-llc.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-gprscdr.c GPRSCDR: remove obsolete ASN.1 files 2016-10-31 22:03:00 +00:00
packet-gprscdr.h GPRSCDR: remove obsolete ASN.1 files 2016-10-31 22:03:00 +00:00
packet-gre.c Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-gre.h
packet-gsm_a_bssmap.c [Bssmap] Fix and improve dissection 2017-06-05 13:00:14 +00:00
packet-gsm_a_common.c Remove proto_item_append_text calls in favor of BASE_UNIT_STRING. 2016-12-16 03:04:11 +00:00
packet-gsm_a_common.h [ISAKMP] Dissect 3GPP private error and status messages in NOTIFY. 2017-02-13 17:36:52 +00:00
packet-gsm_a_dtap.c GSM A DTAP: fix detection of missing first mandatory element 2017-06-04 15:51:01 +00:00
packet-gsm_a_gm.c [ISAKMP] Dissect 3GPP private error and status messages in NOTIFY. 2017-02-13 17:36:52 +00:00
packet-gsm_a_rp.c
packet-gsm_a_rr.c packet-gsm_a_rr: add missing ie in Paging Response message 2017-06-03 15:38:55 +00:00
packet-gsm_a_rr.h
packet-gsm_abis_om2000.c gsm_abis_om2000: restore offset increment removed by g1643e37 2016-12-21 11:05:52 +00:00
packet-gsm_abis_oml.c
packet-gsm_abis_pgsl.c gsm_abis_pgsl: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang 2016-11-16 02:32:12 +00:00
packet-gsm_abis_tfp.c gsm_abis_tfp: Detect + display AMR rate based on payload length 2016-10-25 22:44:14 +00:00
packet-gsm_bsslap.c
packet-gsm_bssmap_le.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-gsm_cbch.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-gsm_ipa.c
packet-gsm_map.c GSM SMS: use TCAP OTID as last resort for reassembly when GSM MAP does not give info 2017-04-30 17:06:42 +00:00
packet-gsm_map.h GSM MAP: use TCAP OTID to retrieve SM-RP-OA and SM-RP-DA fields when required 2017-04-29 06:04:18 +00:00
packet-gsm_osmux.c gsm_osmux: Use proper sizes for struct osmux_hdr fields 2017-06-02 15:07:11 +00:00
packet-gsm_rlcmac.c GSM RLC/MAC: fix another global-buffer-overflow error reported by ASAN 2017-05-14 16:21:05 +00:00
packet-gsm_rlcmac.h [GSM RLCMAC] Update : PACKET RESOURCE REQUEST to Release 14.0.0 2017-05-08 17:40:14 +00:00
packet-gsm_sim.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-gsm_sms.c gsm_sms: fix no previous prototype for ‘proto_reg_handoff_gsm_sms’ [-Wmissing-prototypes] 2017-05-05 18:15:00 +00:00
packet-gsm_sms.h
packet-gsm_sms_ud.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-gsm_um.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-gsmtap.c LAPDm: Support the LAPDm B4 Frame Format 2017-05-27 12:21:06 +00:00
packet-gsmtap.h Add GSMTAP logging sub-dissector 2016-12-16 17:14:36 +00:00
packet-gsmtap_log.c Add ENC_TIME_TIMEVAL and use it for gsmtap. 2017-03-26 04:38:11 +00:00
packet-gssapi.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-gssapi.h
packet-gtp.c [GTP] Update cause values. 2017-05-30 14:24:40 +00:00
packet-gtp.h
packet-gtpv2.c GTPv2: Added decoding of Serving PLMN Rate Control and Counter IE 2017-06-08 15:55:03 +00:00
packet-gtpv2.h diameter_3gpp: added decoding of TWAN-Identifier AVP 2017-02-10 20:27:02 +00:00
packet-gvcp.c Use col_append_str() for fixed strings 2017-04-03 05:32:17 +00:00
packet-gvrp.c
packet-gvsp.c GVSP: Disable the heuristic by default 2016-11-10 08:42:54 +00:00
packet-h1.c
packet-h221_nonstd.c
packet-h223.c Convert a few more dissectors to use wmem_hash instead of GHashtable. 2017-02-25 13:35:37 +00:00
packet-h223.h
packet-h225.c Fix up dissector tables' UI names. 2017-05-29 16:12:35 +00:00
packet-h225.h
packet-h235.c
packet-h235.h
packet-h245.c Fix up dissector tables' UI names. 2017-05-29 16:12:35 +00:00
packet-h245.h
packet-h248.c h248: convert GTree to wmem_tree. 2017-02-01 16:14:01 +00:00
packet-h248.h
packet-h248_2.c
packet-h248_3gpp.c [H248 3GPP] Add dissection of IP transport package. 2017-03-16 18:37:13 +00:00
packet-h248_7.c
packet-h248_10.c
packet-h248_annex_c.c [H248 Annex C] hf variable imported from packet-sdp,c is uint16 not int 2017-02-07 17:55:46 +00:00
packet-h248_annex_e.c
packet-h248_q1950.c
packet-h261.c packet-h261.c: Use proto_tree_add_item 2017-05-22 15:28:41 +00:00
packet-h263.c
packet-h263.h
packet-h263p.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-h264.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-h264.h
packet-h282.c
packet-h283.c
packet-h323.c
packet-h323.h
packet-h450-ros.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-h450-ros.h
packet-h450.c
packet-h460.c h460: use wmem for strdup. 2017-02-01 16:14:13 +00:00
packet-h501.c
packet-hartip.c Remove "length only" check for dissectors that use tcp_dissect_pdus. 2017-06-05 02:53:35 +00:00
packet-hazelcast.c
packet-hci_h1.c
packet-hci_h4.c Use col_append_str() for fixed strings 2017-04-03 05:32:17 +00:00
packet-hci_mon.c
packet-hci_usb.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-hclnfsd.c
packet-hcrt.c
packet-hdcp.c Use col_append_sep_str() for fixed strings 2017-04-02 16:40:28 +00:00
packet-hdcp2.c Use col_append_str() for fixed strings 2017-04-03 05:32:17 +00:00
packet-hdfs.c Add prefs_get_uint_value and prefs_get_range_value 2016-11-22 16:47:47 +00:00
packet-hdfsdata.c
packet-hdmi.c
packet-hip.c
packet-hiqnet.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-hislip.c packet-hislip.c: Remove duplicate entries from vendorID. 2017-04-16 16:22:01 +00:00
packet-hl7.c Use col_append_str() for fixed strings 2017-04-03 05:32:17 +00:00
packet-hnbap.c
packet-homeplug-av.c dissector: fix typo identifer -> identifier 2017-03-19 16:23:53 +00:00
packet-homeplug.c
packet-homepna.c Add HomePNA dissector 2016-12-20 19:25:21 +00:00
packet-hp-erm.c packet-hp-erm.c: Add is_tagged flag 2017-03-04 17:26:11 +00:00
packet-hpext.c
packet-hpext.h
packet-hpfeeds.c Remove "length only" check for dissectors that use tcp_dissect_pdus. 2017-06-05 02:53:35 +00:00
packet-hpsw.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-hpteam.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-hsms.c wmem_map_new -> wmem_map_new_autoreset 2017-01-28 20:14:12 +00:00
packet-hsr-prp-supervision.c
packet-hsr.c
packet-hsrp.c
packet-http-urlencoded.c
packet-http.c HTTP: Add status code description 2017-04-23 06:18:00 +00:00
packet-http.h
packet-http2.c Remove "length only" check for dissectors that use tcp_dissect_pdus. 2017-06-05 02:53:35 +00:00
packet-http2.h
packet-hyperscsi.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-i2c.c Make some more protocols into pinos. 2017-02-02 01:14:09 +00:00
packet-iana-oui.c
packet-iana-oui.h
packet-iapp.c
packet-iax2.c IAX2: Add a timestamp check. 2017-03-03 19:24:07 +00:00
packet-iax2.h
packet-icap.c format_text_wmem -> format_text 2017-01-31 17:08:47 +00:00
packet-icep.c
packet-icmp.c Bugfix bad checksum of ICMP extension header. 2017-04-13 11:19:43 +00:00
packet-icmp.h
packet-icmpv6.c Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS. 2017-04-18 22:28:07 +00:00
packet-icp.c
packet-icq.c icq: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang 2017-05-25 11:29:51 +00:00
packet-idmp.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-idmp.h
packet-idp.c Adjust proto_tree_add_uint_format_value calls to use unit string 2016-12-13 22:56:50 +00:00
packet-idp.h
packet-idrp.c Use col_append_str() for fixed strings 2017-04-03 05:32:17 +00:00
packet-iec104.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-ieee802a.c ieee802a: add shutdown routine. 2017-02-01 16:07:12 +00:00
packet-ieee802a.h
packet-ieee1722.c A few more BASE_UNIT_STRING cases. 2017-04-05 07:13:17 +00:00
packet-ieee8021ah.c Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-ieee8023.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-ieee8023.h
packet-ieee17221.c
packet-ieee80211-netmon.c Adjust proto_tree_add_uint_format_value calls to use unit string 2016-12-13 22:56:50 +00:00
packet-ieee80211-prism.c 80211 (prism): fix conflict for hf field 2017-05-31 17:04:46 +00:00
packet-ieee80211-radio.c ieee80211-radio: Fix calculation of frame start time 2017-06-09 11:43:18 +00:00
packet-ieee80211-radio.h Add a timeline view for packets, with the timing data used to generate the display 2017-06-05 11:25:51 +00:00
packet-ieee80211-radiotap-defs.h RadioTap TimeStamp field added. 2017-03-06 19:57:23 +00:00
packet-ieee80211-radiotap-iter.c RadioTap TimeStamp field added. 2017-03-06 19:57:23 +00:00
packet-ieee80211-radiotap-iter.h
packet-ieee80211-radiotap.c radiotap: no expert info under if (tree) please 2017-06-08 01:32:08 +00:00
packet-ieee80211-wlancap.c fix no previous prototype for ‘capture_*’ [-Wmissing-prototypes] 2016-11-12 19:51:54 +00:00
packet-ieee80211.c Create temporary variables for some proto_tree_add_<datatype> calculations. 2017-05-17 15:17:20 +00:00
packet-ieee80211.h Convert IEEE802.11 tagged fields into a dissector table 2017-02-17 21:54:50 +00:00
packet-ieee802154.c 802.15.4: Improved ZBOSS header dissection. 2017-06-09 11:49:10 +00:00
packet-ieee802154.h IEEE 802.15.4: Add support for Thread, MLE and ZigBee IP 2017-04-10 20:26:25 +00:00
packet-ifcp.c
packet-igap.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-igmp.c Convert range API to always use wmem memory. 2017-01-07 00:44:10 +00:00
packet-igmp.h
packet-igrp.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-ilp.c
packet-imap.c imap: Give correct lineend to get_token_len() 2017-03-09 09:11:59 +00:00
packet-imf.c imf: convert GHashTable to wmem_map 2017-02-02 16:47:11 +00:00
packet-imf.h Enable exporting IMF traffic as an EML file 2016-11-10 14:36:00 +00:00
packet-inap.c Convert range API to always use wmem memory. 2017-01-07 00:44:10 +00:00
packet-inap.h
packet-indigocare-icall.c Dissector: IndigoCare nursecall protocols support 2017-01-24 14:01:29 +00:00
packet-indigocare-netrix.c Dissector: IndigoCare nursecall protocols support 2017-01-24 14:01:29 +00:00
packet-infiniband.c dissectors: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7 2017-03-05 22:39:13 +00:00
packet-infiniband.h Make more infiniband subdissectors heuristic. 2016-12-19 14:19:48 +00:00
packet-infiniband_sdp.c Improve Infiniband heuristic subdissection. 2016-12-20 22:15:56 +00:00
packet-interlink.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-ip.c packet-nsh.c: Create dissector table for next protocol 2017-04-17 20:22:45 +00:00
packet-ip.h Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-ipars.c
packet-ipdc.c ipdc: fix conflicting entry in its value_string (and convert to value_string_ext) 2017-04-27 18:49:32 +00:00
packet-ipdr.c
packet-iperf.c Add support to dissect iperf2 packets 2016-10-26 11:53:49 +00:00
packet-ipfc.c Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-ipmi-app.c
packet-ipmi-bridge.c
packet-ipmi-chassis.c
packet-ipmi-picmg.c
packet-ipmi-pps.c
packet-ipmi-se.c Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS. 2017-04-18 22:28:07 +00:00
packet-ipmi-session.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-ipmi-storage.c
packet-ipmi-trace.c
packet-ipmi-transport.c
packet-ipmi-update.c
packet-ipmi-vita.c
packet-ipmi.c ipmi: use wmem instead of glib allocator. 2017-02-01 16:10:57 +00:00
packet-ipmi.h
packet-ipnet.c
packet-ipoib.c
packet-ipos.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-ipp.c packet-ipp.c: Improve enum tag filtering 2017-06-02 04:38:07 +00:00
packet-ipsec-tcp.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-ipsec-udp.c
packet-ipsec.c Make Libgcrypt a mandatory dependency 2017-02-13 18:35:47 +00:00
packet-ipsec.h
packet-ipsi-ctl.c
packet-ipv6.c packet-ipv6.c: dissect_routing6_rpl must have IPv6 addresses. 2017-05-06 02:17:24 +00:00
packet-ipv6.h Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-ipvs-syncd.c
packet-ipx.c ipx: Convert GHashtable to wmem_map 2017-01-29 07:38:04 +00:00
packet-ipx.h Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-ipxwan.c Adjust proto_tree_add_uint_format_value calls to use unit string 2016-12-13 22:56:50 +00:00
packet-irc.c
packet-isakmp.c Introduce "bytes_string" type, similar to "value_string" 2017-03-08 23:04:12 +00:00
packet-isakmp.h
packet-iscsi.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-isdn-sup.c
packet-isdn.c
packet-iser.c Convert range API to always use wmem memory. 2017-01-07 00:44:10 +00:00
packet-isi.c Use tvb_new_subset_remaining() rather than tvb_new_subset_length_caplen(). 2017-01-10 06:40:45 +00:00
packet-isis-clv.c IS-IS: Add support for CRYPTO_AUTH authentication type 2017-05-19 17:07:27 +00:00
packet-isis-clv.h IS-IS: Add support for CRYPTO_AUTH authentication type 2017-05-19 17:07:27 +00:00
packet-isis-hello.c IS-IS: Add support for CRYPTO_AUTH authentication type 2017-05-19 17:07:27 +00:00
packet-isis-lsp.c IS-IS: Add support for CRYPTO_AUTH authentication type 2017-05-19 17:07:27 +00:00
packet-isis-snp.c IS-IS: Add support for CRYPTO_AUTH authentication type 2017-05-19 17:07:27 +00:00
packet-isis.c IS-IS: Add support for CRYPTO_AUTH authentication type 2017-05-19 17:07:27 +00:00
packet-isis.h IS-IS: Add support for CRYPTO_AUTH authentication type 2017-05-19 17:07:27 +00:00
packet-isl.c Update some Cisco URLs. 2017-03-23 04:13:23 +00:00
packet-isl.h Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-ismacryp.c Remove proto_item_append_text calls in favor of BASE_UNIT_STRING. 2016-12-16 03:04:11 +00:00
packet-ismp.c Create temporary variables for some proto_tree_add_<datatype> calculations. 2017-05-22 15:28:10 +00:00
packet-isns.c Check before setting the length of a protocol item. 2017-04-01 19:28:39 +00:00
packet-iso7816.c Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS. 2017-04-18 22:28:07 +00:00
packet-iso8583.c
packet-iso14443.c iso14443: dissect the type B bit rate info 2017-04-29 14:31:53 +00:00
packet-iso15765.c can: remove duplicated can_identifier struct. 2017-05-06 15:56:40 +00:00
packet-isobus-vt.c Add isobus dissector 2017-06-12 03:25:26 +00:00
packet-isobus.c Add isobus dissector 2017-06-12 03:25:26 +00:00
packet-isup.c ISUP: restore number indicators2 display like what was done in master-1.12 2017-04-26 17:40:18 +00:00
packet-isup.h
packet-itdm.c Restore some MPLS registered dissectors. 2017-01-08 08:15:41 +00:00
packet-iua.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-iuup.c GHashtable -> wmem_map conversions 2017-02-02 13:46:03 +00:00
packet-iwarp-ddp-rdmap.c Adjust proto_tree_add_uint_format_value calls to use unit string 2016-12-13 22:56:50 +00:00
packet-iwarp-ddp-rdmap.h
packet-iwarp-mpa.c Adjust proto_tree_add_uint_format_value calls to use unit string 2016-12-13 22:56:50 +00:00
packet-ixiatrailer.c
packet-ixveriwave.c You can't have a field be both integer and string. 2017-05-09 22:08:02 +00:00
packet-j1939.c can: remove duplicated can_identifier struct. 2017-05-06 15:56:40 +00:00
packet-jmirror.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-jpeg.c
packet-json.c
packet-juniper.c
packet-juniper.h
packet-jxta.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-jxta.h
packet-k12.c Put back the null terminator in the list of handles. 2017-05-03 21:24:35 +00:00
packet-kadm5.c
packet-kafka.c [Kafka] The inclusion of LZ4 broke building on Ubuntu 14.04, since it has lz4-r114. 2017-05-16 12:32:03 +00:00
packet-kdp.c
packet-kdsp.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-kerberos.c kerberos: fix conflicting entry in its value_string 2017-05-02 12:27:59 +00:00
packet-kerberos.h Handle -K, -n, -N, and -u in the common dissection option code. 2016-10-31 05:05:50 +00:00
packet-kerberos4.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-kingfisher.c
packet-kink.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-kismet.c format_text_wmem -> format_text 2017-01-31 17:08:47 +00:00
packet-klm.c
packet-klm.h
packet-knet.c
packet-knxnetip.c Remove proto_item_append_text calls in favor of BASE_UNIT_STRING. 2016-12-16 03:04:11 +00:00
packet-kpasswd.c kpasswd: remove unused entry hf_kpasswd_newpassword 2017-04-07 01:31:15 +00:00
packet-kt.c
packet-l1-events.c
packet-l2tp.c Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS. 2017-04-18 22:28:07 +00:00
packet-l2tp.h
packet-lacp.c LACP: Add HP IRF vendor TLV 2016-10-28 13:52:19 +00:00
packet-lanforge.c
packet-lapb.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-lapbether.c
packet-lapd.c packet-lapd.c: Replace heuristic UDP dissector with "deterministic" one with prefs. 2017-06-08 20:22:33 +00:00
packet-lapdm.c LAPDm: Support the LAPDm B4 Frame Format 2017-05-27 12:21:06 +00:00
packet-lapdm.h LAPDm: Support the LAPDm B4 Frame Format 2017-05-27 12:21:06 +00:00
packet-laplink.c
packet-lapsat.c LAPSat: remove a useless assert 2017-04-05 21:45:27 +00:00
packet-lat.c Adjust proto_tree_add_uint_format_value calls to use unit string 2016-12-13 22:56:50 +00:00
packet-lbm.c
packet-lbm.h
packet-lbmc.c LBMC: move lbmc_extopt_reassembled_data_t structure from stack to heap 2017-04-13 22:42:00 +00:00
packet-lbmpdm.c
packet-lbmpdmtcp.c uat: add a reset callback. 2017-01-12 12:39:15 +00:00
packet-lbmr.c uat: add a reset callback. 2017-01-12 12:39:15 +00:00
packet-lbtrm.c uat: add a reset callback. 2017-01-12 12:39:15 +00:00
packet-lbtrm.h
packet-lbtru.c uat: add a reset callback. 2017-01-12 12:39:15 +00:00
packet-lbtru.h
packet-lbttcp.c uat: add a reset callback. 2017-01-12 12:39:15 +00:00
packet-lbttcp.h
packet-lcsap.c lcsap fix conflicting entry in its value_string 2017-04-27 15:38:29 +00:00
packet-lcsap.h
packet-ldap.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-ldap.h
packet-ldp.c LDP: Add Entropy Label Capability TLV 2017-04-10 21:12:01 +00:00
packet-ldp.h
packet-ldss.c ldss: Ensure ldss_file_request_t structure gets allocated 2017-01-26 02:04:32 +00:00
packet-lg8979.c Use col_append_sep_str() for fixed strings 2017-04-02 16:40:28 +00:00
packet-lge_monitor.c
packet-link16.c
packet-link16.h
packet-linx.c
packet-lisp-data.c
packet-lisp-tcp.c
packet-lisp.c
packet-llc.c llc: replace GHashTable and glib allocator with wmem. 2017-02-06 12:52:26 +00:00
packet-llc.h Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-lldp.c Improve some unit strings with unicode characters 2016-12-16 22:49:30 +00:00
packet-llrp.c Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS. 2017-04-18 22:28:07 +00:00
packet-llt.c
packet-lltd.c
packet-lmi.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-lmp.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-logcat-text.c Logcat-text: use GRegex optimizations 2017-03-04 17:25:37 +00:00
packet-logcat.c
packet-logotypecertextn.c
packet-logotypecertextn.h
packet-lon.c
packet-loop.c This is specified in section 8 of the DIX v2.0 Ethernet spec. 2017-05-10 01:42:55 +00:00
packet-loratap.c LoRaTap DLT and dissector 2017-06-03 20:19:15 +00:00
packet-lorawan.c Dissector for LoRaWAN 2017-06-12 03:26:42 +00:00
packet-lpd.c
packet-lpp.c packet-lpp.c: Create temporary variables for some proto_tree_add_uint calculations. 2017-05-25 11:39:38 +00:00
packet-lpp.h
packet-lppa.c
packet-lppe.c
packet-lsc.c packet-lsc.c: Use proto_tree_add_item instead of manually fetching field values. 2016-12-14 03:53:29 +00:00
packet-lsd.c lsd: fix unaligned read 2016-11-10 20:39:41 +00:00
packet-lte-rrc.c LTE RRC: fix filtering of q-RxLevMin parameter 2017-06-08 14:27:54 +00:00
packet-lte-rrc.h
packet-ltp.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-lwapp.c Make some more protocols into pinos. 2017-02-02 01:14:09 +00:00
packet-lwm.c Make Libgcrypt a mandatory dependency 2017-02-13 18:35:47 +00:00
packet-lwm2mtlv.c
packet-lwres.c format_text_wmem -> format_text 2017-01-31 17:08:47 +00:00
packet-m2ap.c M2AP: use unit strings 2016-12-18 03:04:20 +00:00
packet-m2pa.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-m2tp.c
packet-m2ua.c m2ua: Export the m2ua dissector for lua scripts or similar 2017-04-26 23:46:17 +00:00
packet-m3ap.c M3AP: use unit strings 2016-12-18 03:03:19 +00:00
packet-m3ua.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-maap.c
packet-mac-lte-framed.c
packet-mac-lte.c NB-IoT SRB1bis implementation 2017-04-11 12:33:37 +00:00
packet-mac-lte.h
packet-maccontrol.c
packet-macsec.c MACsec: Align dissector more with IEEE 802.1AE 2017-03-23 13:41:21 +00:00
packet-mactelnet.c
packet-manolito.c
packet-marker.c
packet-mausb.c MAUSB: Fix width of Cancel Transfer Status field 2016-11-02 00:46:06 +00:00
packet-mausb.h
packet-mbim.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-mbim.h
packet-mbtcp.c Modbus: Add dissection of each bit for holding coils and discrete inputs 2017-05-25 23:21:24 +00:00
packet-mbtcp.h
packet-mcpe.c
packet-mdshdr.c
packet-media.c
packet-megaco.c packet-megaco.c: Rename my_proto_tree_add_string -> megaco_tree_add_string. 2017-05-22 15:28:21 +00:00
packet-memcache.c format_text_wmem -> format_text 2017-01-31 17:08:47 +00:00
packet-mesh.c
packet-meta.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-metamako.c
packet-mgcp.c GHashtable -> wmem_map conversions 2017-02-02 13:46:03 +00:00
packet-mgcp.h
packet-mih.c MIH: fix subtree addition in dissect_dev_states() 2017-04-02 17:56:25 +00:00
packet-mikey.c
packet-mime-encap.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-mint.c Convert some easily identifiable pinos. 2017-01-06 12:48:47 +00:00
packet-miop.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-mip.c MIP: Add decoding of Mobile Network Extensions (RFC5177) 2017-06-07 12:05:18 +00:00
packet-mip6.c [MIP6] Fix length calculation, APN name and PCO. 2017-04-24 15:08:27 +00:00
packet-mka.c EAPOL-MKA: Add parameter set info to info column 2017-04-21 02:13:20 +00:00
packet-mle.c packet-mle.c: Fix infinite loop 2017-05-06 02:14:30 +00:00
packet-mle.h MLE and Thread: Additional dissectors 2017-04-10 20:34:34 +00:00
packet-mms.c
packet-mms.h
packet-mmse.c format_text_wmem -> format_text 2017-01-31 17:08:47 +00:00
packet-mndp.c
packet-mojito.c
packet-moldudp.c Add Decode As capabilities to MoldUDP dissector 2017-01-31 21:12:32 +00:00
packet-moldudp64.c
packet-mongo.c
packet-mount.c
packet-mount.h
packet-mp2t.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-mp4ves.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-mp4ves.h
packet-mpeg-audio.c mpeg-audio: fix spelling typo found by lintian 2016-10-26 20:16:44 +00:00
packet-mpeg-ca.c
packet-mpeg-descriptor.c Bugfix MPEG descriptor Logon Initialize Descriptor tag. 2017-01-29 04:10:36 +00:00
packet-mpeg-descriptor.h
packet-mpeg-dsmcc.c Use col_append_sep_str() for fixed strings 2017-04-02 16:40:28 +00:00
packet-mpeg-pat.c
packet-mpeg-pes.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-mpeg-pmt.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-mpeg-pmt.h
packet-mpeg-sect.c
packet-mpeg-sect.h
packet-mpeg1.c
packet-mpls-echo.c PW_ACH: Use proper symbolic names 2016-10-31 11:38:55 +00:00
packet-mpls-pm.c PW_ACH: Use proper symbolic names 2016-10-31 11:38:55 +00:00
packet-mpls-psc.c PW_ACH: Use proper symbolic names 2016-10-31 11:38:55 +00:00
packet-mpls-y1711.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-mpls.c MPLS: Add Support for identifying Entropy Label (RFC6790) 2017-04-18 17:47:15 +00:00
packet-mpls.h MPLS: Add Support for identifying Entropy Label (RFC6790) 2017-04-18 17:47:15 +00:00
packet-mplstp-oam.c PW_ACH: Use proper symbolic names 2016-10-31 11:38:55 +00:00
packet-mq-base.c packet-mq: Handle MQV902 2017-05-28 19:07:48 +00:00
packet-mq-pcf.c Have format_text_chr use wmem allocated memory. 2017-01-30 00:05:39 +00:00
packet-mq.c MQ: fix typo (Comit -> Commit) 2017-05-14 20:09:30 +00:00
packet-mq.h packet-mq: Handle MQV902 2017-05-28 19:07:48 +00:00
packet-mqtt-sn.c
packet-mqtt.c
packet-mrcpv2.c mrcpv2: fix value_string termination 2017-03-29 20:09:08 +00:00
packet-mrdisc.c mrdisc: Verify pinfo->dst is a valid IPv4 address 2017-05-17 15:18:56 +00:00
packet-mrp-mmrp.c
packet-mrp-msrp.c
packet-mrp-mvrp.c
packet-ms-mms.c format_text_wmem -> format_text 2017-01-31 17:08:47 +00:00
packet-msdp.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-msn-messenger.c format_text_wmem -> format_text 2017-01-31 17:08:47 +00:00
packet-msnip.c msnip: Verify pinfo->dst is a valid IPv4 address 2017-05-19 19:02:43 +00:00
packet-msnlb.c
packet-msproxy.c
packet-msrp.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-msrp.h
packet-mstp.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-mstp.h
packet-mswsp.c mswsp: Align parse_CAggregSpec function with MS-WSP specification. 2017-02-10 03:45:36 +00:00
packet-mtp2.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-mtp3.c
packet-mtp3.h
packet-mtp3mg.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-mudurl.c Add MUD-URL manufacturer usage description certificate extension. 2017-01-07 20:11:39 +00:00
packet-multipart.c
packet-mux27010.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-mysql.c MySQL: Bugfix state handling 2017-03-19 15:12:08 +00:00
packet-nas_eps.c dissectors: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7 2017-03-05 22:39:13 +00:00
packet-nasdaq-itch.c nasdap-itch: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7 2017-03-05 21:59:09 +00:00
packet-nasdaq-soup.c
packet-nat-pmp.c
packet-nb_rtpmux.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-nbap.c Resync some ASN.1 dissectors. 2017-06-10 14:51:50 +00:00
packet-nbap.h Resync some ASN.1 dissectors. 2017-06-10 14:51:50 +00:00
packet-nbd.c
packet-nbifom.c NBIFOM: fix a typo in a filter name 2017-03-22 13:58:01 +00:00
packet-nbipx.c New/updated reference URLs. 2017-02-21 03:05:38 +00:00
packet-nbt.c dns: change get_dns_name to return consumed bytes + actual name len. 2017-01-19 09:31:37 +00:00
packet-ncp-int.h
packet-ncp-nmas.c nmas (ncp): fix conflicting entry in its value_string 2017-05-02 12:43:32 +00:00
packet-ncp-nmas.h
packet-ncp-sss.c
packet-ncp-sss.h
packet-ncp.c dissectors: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7 2017-03-05 22:39:13 +00:00
packet-ncp2222.inc ncp: convert GHashTable to wmem_map_t. 2017-02-02 15:33:20 +00:00
packet-ncs.c
packet-ndmp.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-ndmp.h
packet-ndp.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-ndps.c ndps: convert GHashtable to wmem_map. 2017-02-01 16:06:59 +00:00
packet-ndps.h
packet-negoex.c Use col_append_sep_str() for fixed strings 2017-04-02 16:40:28 +00:00
packet-netanalyzer.c Fix lintian found spelling error "occurence" -> "occurrence" 2016-11-03 02:31:20 +00:00
packet-netbios.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-netbios.h
packet-netdump.c
packet-netflow.c netflow: fix typo adresses => addresses 2017-06-11 21:31:18 +00:00
packet-netgear-ensemble.c Rename packet-netgear.c -> packet-netgear-ensemble.c 2017-06-02 15:29:56 +00:00
packet-netlink-generic.c genl: make subdissectors responsible for header 2017-04-17 02:06:56 +00:00
packet-netlink-netfilter.c Netlink: Remove duplicate from nfq_ctinfo_vals 2017-04-16 16:20:18 +00:00
packet-netlink-nl80211.c netlink (nl80211) fix no previous prototype for ‘proto_register_netlink_nl80211/handoff_netlink_nl80211’ [-Wmissing-prototypes] 2017-05-05 17:49:24 +00:00
packet-netlink-route.c netlink: let subdissectors handle the netlink header 2017-04-09 01:50:27 +00:00
packet-netlink-sock_diag.c netlink (sock_diag): Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang 2017-04-13 20:41:15 +00:00
packet-netlink.c Extract errno value_strings from usb code 2017-06-12 06:34:16 +00:00
packet-netlink.h genl: make subdissectors responsible for header 2017-04-17 02:06:56 +00:00
packet-netperfmeter.c
packet-netrom.c Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-netsync.c packet-netsync.c: Prevent large shift 2017-04-27 14:27:00 +00:00
packet-nettl.c nettl: fix conflicting entry in its value_string 2017-05-02 12:29:25 +00:00
packet-newmail.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-nflog.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-nfs.c NFSv4.2 mode_umask support 2017-02-02 21:18:52 +00:00
packet-nfs.h
packet-nfsacl.c
packet-nfsauth.c
packet-nhrp.c
packet-nisplus.c
packet-nisplus.h
packet-nlm.c Convert a few more dissectors to use wmem_hash instead of GHashtable. 2017-02-25 13:35:37 +00:00
packet-nlm.h
packet-nlsp.c Adjust proto_tree_add_uint_format_value calls to use unit string 2016-12-13 22:56:50 +00:00
packet-nntp.c
packet-noe.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-nordic_ble.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-novell_pkis.c
packet-ns-ha.c Add citrix mep dissectors 2017-04-01 02:03:19 +00:00
packet-ns-mep.c nstrace (mep/rpc): fix conflicting entry in its value_string 2017-04-21 02:13:55 +00:00
packet-ns-rpc.c nstrace (mep/rpc): fix conflicting entry in its value_string 2017-04-21 02:13:55 +00:00
packet-ns_cert_exts.c
packet-nsh.c nsh: fix stack overflow due to missing length checks 2017-05-05 04:05:40 +00:00
packet-nsh.h packet-nsh.c: Create dissector table for next protocol 2017-04-17 20:22:45 +00:00
packet-nsip.c Use col_append_sep_str() for fixed strings 2017-04-02 16:40:28 +00:00
packet-nsrp.c
packet-nstrace.c packet-nstrace.c: Ensure value_strings end with {0, NULL} 2017-03-28 20:55:43 +00:00
packet-nt-oui.c
packet-nt-tpcp.c
packet-ntlmssp.c Use col_append_sep_str() for fixed strings 2017-04-02 16:40:28 +00:00
packet-ntlmssp.h
packet-ntp.c dissectors: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7 2017-03-05 22:39:13 +00:00
packet-ntp.h
packet-null.c Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-nvme-rdma.c packet-nvme-rdma: Corrected NVMe Fabrics port number 2017-03-24 19:04:35 +00:00
packet-nvme.c nvme: add dissection for nvme identify command 2017-06-11 12:44:16 +00:00
packet-nvme.h Added basic support for NVM Express over Fabrics for RDMA. 2016-12-28 07:22:28 +00:00
packet-nwmtp.c
packet-nwp.c
packet-oampdu.c Remove proto_item_append_text calls in favor of BASE_UNIT_STRING. 2016-12-16 03:04:11 +00:00
packet-obd-ii.c odb-ii: Fix Dereference of null pointer found by Clang analyzer 2017-05-18 17:33:26 +00:00
packet-obex.c Bluetooth: PBAP: Fix two Application Parameters fields 2017-04-04 11:31:35 +00:00
packet-ocfs2.c Use col_append_sep_str() for fixed strings 2017-04-02 16:40:28 +00:00
packet-ocsp.c
packet-ocsp.h
packet-oicq.c
packet-oipf.c
packet-olsr.c
packet-omapi.c
packet-omron-fins.c
packet-opa-fe.c Convert range API to always use wmem memory. 2017-01-07 00:44:10 +00:00
packet-opa-mad.c Convert range API to always use wmem memory. 2017-01-07 00:44:10 +00:00
packet-opa-snc.c
packet-opa.c opa: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7 2017-03-06 19:53:23 +00:00
packet-openflow.c Openflow: Add support of openflow 1.5 (v6) 2017-05-14 20:11:36 +00:00
packet-openflow_v1.c
packet-openflow_v4.c Openflow (v4): use BASE_SPECIAL_VALS 2017-05-16 04:28:40 +00:00
packet-openflow_v5.c Openflow(v5): use BASE_SPECIAL_VALS 2017-05-15 13:37:46 +00:00
packet-openflow_v6.c Openflow(v6): enhance display of Port and Port Description 2017-05-19 22:49:00 +00:00
packet-opensafety.c openSAFETY: Set filter list for nodes 2017-04-28 16:19:51 +00:00
packet-opensafety.h
packet-openthread.c MLE and Thread: Additional dissectors 2017-04-10 20:34:34 +00:00
packet-openvpn.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-openwire.c openwire: fix spelling typo found by lintian 2016-10-27 07:14:46 +00:00
packet-opsi.c Use col_append_sep_str() for fixed strings 2017-04-02 16:40:28 +00:00
packet-optommp.c
packet-osc.c Adjust proto_tree_add_xxx_format_value calls to use unit string 2016-12-16 01:55:10 +00:00
packet-osi-options.c
packet-osi-options.h
packet-osi.c
packet-osi.h
packet-ositp.c ositp: fix undefined behavior from large shift 2017-04-18 17:54:09 +00:00
packet-ospf.c Adjust proto_tree_add_uint_format_value calls to use unit string 2016-12-13 22:56:50 +00:00
packet-ossp.c
packet-ouch.c
packet-p1.c Add T.61 character set support 2016-10-22 03:16:11 +00:00
packet-p1.h
packet-p7.c
packet-p7.h
packet-p22.c Add T.61 character set support 2016-10-22 03:16:11 +00:00
packet-p22.h
packet-p772.c
packet-p772.h
packet-p_mul.c P_Mul: Convert GHashtable -> wmem_map to fix memleaks 2017-04-19 14:45:48 +00:00
packet-packetbb.c PacketBB: do not add more bytes to the protocol tree than the real addr array length 2017-04-10 20:10:58 +00:00
packet-packetlogger.c Have format_text_wsp use wmem allocated memory. 2017-01-30 02:25:45 +00:00
packet-pagp.c
packet-paltalk.c
packet-pana.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-parlay.c
packet-pathport.c
packet-pcap.c Convert range API to always use wmem memory. 2017-01-07 00:44:10 +00:00
packet-pcap_pktdata.c
packet-pcap_pktdata.h
packet-pcapng_block.c
packet-pcep.c packet-pcep.c: Fix infinite loop 2017-05-06 02:33:02 +00:00
packet-pcli.c Convert some easily identifiable pinos. 2017-01-06 12:48:47 +00:00
packet-pcnfsd.c
packet-pcnfsd.h
packet-pcp.c
packet-pdc.c
packet-pdcp-lte.c pdcp-lte: add preference to ignore Set Security Algorithm 2017-05-03 07:40:32 +00:00
packet-pdcp-lte.h PDCP LTE: add NB-IoT channels 2016-11-20 18:02:43 +00:00
packet-peekremote.c PEEKREMOTE: treat header size as a signed integer 2017-04-02 17:57:36 +00:00
packet-per.c Fix up dissector tables' UI names. 2017-05-29 16:12:35 +00:00
packet-per.h PER: add support for bit strings >= 16K 2016-11-12 10:21:22 +00:00
packet-pflog.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-pgm.c
packet-pgsql.c pqsql: add salt for GSSAPI 2017-04-19 19:42:50 +00:00
packet-pim.c Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS. 2017-04-18 22:28:07 +00:00
packet-pingpongprotocol.c
packet-pkcs1.c ECDSA+DSA SHA2 algorithm OIDs added to PKCS1 dissector 2017-06-10 15:06:54 +00:00
packet-pkcs1.h
packet-pkcs12.c Make Libgcrypt a mandatory dependency 2017-02-13 18:35:47 +00:00
packet-pkcs12.h
packet-pkinit.c
packet-pkinit.h
packet-pkix1explicit.c Add T.61 character set support 2016-10-22 03:16:11 +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 pkixtsp: add support for dissecting CMS signature time-stamps 2016-12-15 07:27:43 +00:00
packet-pkixtsp.h
packet-pktap.c Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-pktc.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-pktc.h
packet-pktgen.c
packet-pmproxy.c
packet-pnrp.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-pop.c format_text_wmem -> format_text 2017-01-31 17:08:47 +00:00
packet-portmap.c
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 ppi-vector: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang 2016-12-24 19:33:38 +00:00
packet-ppi.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-ppp.c ppp: fix conflict for hf field 2017-02-26 23:30:13 +00:00
packet-ppp.h Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-pppoe.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-pptp.c
packet-pres.c Convert GHashTable -> wmem_map_t for ASN.1 disseectors 2017-01-30 02:25:24 +00:00
packet-pres.h
packet-prp.c Remove individual post-dissect enable preferences. 2016-12-25 15:04:21 +00:00
packet-ptp.c Adjust proto_tree_add_uint_format_value calls to use unit string 2016-12-13 22:56:50 +00:00
packet-ptp.h
packet-ptpip.c
packet-ptpip.h
packet-pulse.c
packet-pvfs2.c GHashtable -> wmem_map conversions 2017-02-02 13:46:03 +00:00
packet-pw-atm.c dissectors: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7 2017-03-05 22:39:13 +00:00
packet-pw-atm.h
packet-pw-cesopsn.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-pw-common.c
packet-pw-common.h
packet-pw-eth.c Revert "MPLS: relax pw_eth_heuristic and improve 1st nibble logic" 2017-01-28 10:30:16 +00:00
packet-pw-fr.c Restore some MPLS registered dissectors. 2017-01-08 08:15:41 +00:00
packet-pw-hdlc.c Restore some MPLS registered dissectors. 2017-01-08 08:15:41 +00:00
packet-pw-oam.c PW_ACH: Use proper symbolic names 2016-10-31 11:38:55 +00:00
packet-pw-satop.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-q708.c
packet-q708.h
packet-q931.c New/updated reference URLs. 2017-02-21 03:05:38 +00:00
packet-q931.h
packet-q932-ros.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-q932.c Revert "Change exports from Q.932 to use VALS_WITH_TABLE in the same way as QSIG" 2017-05-20 19:52:33 +00:00
packet-q932.h Revert "Change exports from Q.932 to use VALS_WITH_TABLE in the same way as QSIG" 2017-05-20 19:52:33 +00:00
packet-q933.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-q2931.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-qllc.c qllc: fix conflicting entry in its value_string 2017-05-02 12:26:21 +00:00
packet-qnet6.c packet-qnet6.c: Remove duplicates from qnet6_kif_msg_devctl_cmd_class_vals. 2017-04-16 16:20:10 +00:00
packet-qsig.c More exports from Q.932 and QSIG 2017-05-16 13:17:39 +00:00
packet-qsig.h More exports from Q.932 and QSIG 2017-05-16 13:17:39 +00:00
packet-quake.c
packet-quake2.c Add prefs_get_uint_value and prefs_get_range_value 2016-11-22 16:47:47 +00:00
packet-quake3.c
packet-quakeworld.c packet-quakeworld.c: Fix potential out of bounds error. 2017-04-22 20:57:53 +00:00
packet-quic.c QUIC: fix some indent issue 2017-05-21 07:56:23 +00:00
packet-radius.c RADIUS: Fix gda9363e202 2017-06-03 12:32:21 +00:00
packet-radius.h RADIUS: Add support for extended attributes (RFC 6929) 2017-05-25 11:31:58 +00:00
packet-radius_packetcable.c
packet-raknet.c raknet: don't THROW() an exception from a dissector 2017-04-18 07:49:29 +00:00
packet-raknet.h
packet-ranap.c Ranap: improve heuristic algorithm 2017-06-11 19:17:14 +00:00
packet-ranap.h
packet-raw.c Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-rdm.c
packet-rdm.h
packet-rdp.c format_text_wmem -> format_text 2017-01-31 17:08:47 +00:00
packet-rdt.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-rdt.h
packet-redback.c
packet-redbackli.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-reload-framing.c reload-framing: fix typo (serie -> series) 2017-05-14 20:10:01 +00:00
packet-reload.c Fix up time encodings. 2017-03-28 10:18:36 +00:00
packet-reload.h
packet-retix-bpdu.c
packet-rfc2190.c packet-rfc2190.c: Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-22 15:28:33 +00:00
packet-rfid-felica.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-rfid-mifare.c Use col_append_sep_str() for fixed strings 2017-04-02 16:40:28 +00:00
packet-rfid-pn532-hci.c
packet-rfid-pn532.c pn532 (rfid): fix conflicting entry in its value_string 2017-05-02 12:29:52 +00:00
packet-rftap.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-rgmp.c packet-rgmp.c: Ensure pinfo->dst is a valid IPv4 address 2017-04-27 16:33:57 +00:00
packet-riemann.c
packet-rip.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-ripng.c
packet-rlc-lte.c NB-IoT SRB1bis implementation 2017-04-11 12:33:37 +00:00
packet-rlc-lte.h NB-IoT SRB1bis implementation 2017-04-11 12:33:37 +00:00
packet-rlc.c UMTS Iub: Added U-RNTI resolving logic for UEs on DCH 2017-04-20 20:19:46 +00:00
packet-rlc.h UMTS Iub: Fixed some comments and replaced tabs with spaces 2017-04-22 22:43:34 +00:00
packet-rlm.c
packet-rlogin.c
packet-rmcp.c
packet-rmi.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-rmi.h
packet-rmp.c RMP: fix conflicting entry in its value_string 2017-04-18 15:50:30 +00:00
packet-rmt-alc.c
packet-rmt-common.h
packet-rmt-fec.c
packet-rmt-lct.c Create temporary variables for some proto_tree_add_<datatype> calculations. 2017-05-17 15:17:20 +00:00
packet-rmt-norm.c
packet-rnsap.c RNSAP: Call right RRC dissectors for payload. 2017-03-17 11:20:45 +00:00
packet-rohc.c Squelch a compiler warning. 2017-02-16 06:42:09 +00:00
packet-rohc.h
packet-roofnet.c roofnet: display always reserved field 2017-02-18 17:34:02 +00:00
packet-ros.c ROS: Harden ROS dissection 2017-04-22 13:08:51 +00:00
packet-ros.h ros (asn1): fix this condition has identical branches [-Werror=duplicated-branches] found by gcc7 2017-03-24 09:52:07 +00:00
packet-rpc.c A bunch of "{Mac} OS X" -> "macOS" changes. 2017-04-05 19:16:22 +00:00
packet-rpc.h
packet-rpcap.c Use col_append_str() for fixed strings 2017-04-03 05:32:17 +00:00
packet-rpcrdma.c RPC-over-RDMA: protect against a variable overflow 2017-04-06 04:51:33 +00:00
packet-rpki-rtr.c RPKI-RTR: Add new error code 2017-03-04 15:39:56 +00:00
packet-rpl.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-rquota.c
packet-rquota.h
packet-rrc.c UMTS Iub: Resolve U-RNTI for C-RNTI 2017-05-12 19:42:20 +00:00
packet-rrc.h UMTS Iub: Resolve U-RNTI for C-RNTI 2017-05-12 19:42:20 +00:00
packet-rrlp.c
packet-rsh.c
packet-rsip.c
packet-rsl.c rsl: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang 2017-06-07 16:24:39 +00:00
packet-rstat.c
packet-rsvd.c RSVDv2 support - 2nd stage 2017-02-28 05:23:34 +00:00
packet-rsvp.c rsvp: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7 2017-03-05 22:03:17 +00:00
packet-rsvp.h
packet-rsync.c Add prefs_get_uint_value and prefs_get_range_value 2016-11-22 16:47:47 +00:00
packet-rtacser.c
packet-rtcdc.c
packet-rtcp.c RTCP: Handle large TMMBR value presentation 2017-04-19 01:04:56 +00:00
packet-rtcp.h
packet-rtitcp.c Remove executable bit, from not executable files. 2017-02-26 17:49:34 +00:00
packet-rtls.c
packet-rtmpt.c Use col_append_sep_str() for fixed strings 2017-04-02 16:40:28 +00:00
packet-rtnet.c
packet-rtp-events.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-rtp-events.h
packet-rtp-midi.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-rtp.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-rtp.h SIP/SDP, RTP: Dissectors shows information about ED-137 related states of radio in info column/VoIP call flow 2016-12-18 11:55:03 +00:00
packet-rtpproxy.c RTPproxy: use tvb_format_text() to add text to info column 2017-04-10 16:44:05 +00:00
packet-rtps.c RTPS: fix no previous prototype for function 'rtps_util_add_timestamp' [-Wmissing-prototypes] 2017-04-04 11:33:40 +00:00
packet-rtps.h RTPS: avoid errors when encountering empty sequences of strings 2017-01-24 14:00:38 +00:00
packet-rtse.c Convert GHashTable -> wmem_map_t for ASN.1 disseectors 2017-01-30 02:25:24 +00:00
packet-rtse.h
packet-rtsp.c format_text_wmem -> format_text 2017-01-31 17:08:47 +00:00
packet-rtsp.h
packet-rua.c
packet-rudp.c
packet-rwall.c
packet-rwall.h
packet-rx.c
packet-rx.h
packet-s1ap.c S1AP: fix dissection of MS Classmark 2 and MS Classmark 3 IEs 2017-04-27 13:33:34 +00:00
packet-s1ap.h Added decoding of RAN/NAS cause IE/AVP 2016-12-19 13:13:39 +00:00
packet-s7comm.c Use col_append_str() for fixed strings 2017-04-03 05:32:17 +00:00
packet-s7comm.h
packet-s7comm_szl_ids.c
packet-s7comm_szl_ids.h
packet-s5066dts.c Add prefs_get_uint_value and prefs_get_range_value 2016-11-22 16:47:47 +00:00
packet-s5066sis.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-s5066sis.h
packet-sabp.c SABP: add support for messages >= 16KB 2016-11-14 09:40:06 +00:00
packet-sadmind.c
packet-sametime.c
packet-sap.c
packet-sasp.c
packet-sbc-ap.c
packet-sbc.c Remove proto_item_append_text calls in favor of BASE_UNIT_STRING. 2016-12-16 03:04:11 +00:00
packet-sbus.c GHashtable -> wmem_map conversions 2017-02-02 13:46:03 +00:00
packet-sccp.c Revert "Fix issue with dissecting multiple DT1 packets in the frame" 2017-05-23 11:03:43 +00:00
packet-sccp.h
packet-sccpmg.c
packet-scop.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-scriptingservice.c
packet-scsi-mmc.c
packet-scsi-mmc.h
packet-scsi-osd.c dissectors: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7 2017-03-05 22:39:13 +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 Adjust proto_tree_add_uint_format_value calls to use unit string 2016-12-13 22:56:50 +00:00
packet-scsi-ssc.h
packet-scsi.c Create temporary variables for some proto_tree_add_<datatype> calculations. 2017-05-17 15:17:20 +00:00
packet-scsi.h scsi: fix conflicting entry in its value_string 2017-05-02 22:01:18 +00:00
packet-scte35.c
packet-sctp.c Fix Decode As for protocols that may use tunneling. 2017-06-02 01:19:02 +00:00
packet-sctp.h
packet-sdh.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-sdlc.c More URL updates and additions. 2017-03-21 02:33:07 +00:00
packet-sdp.c SDP: Handle incomplete media attributes 2017-05-19 11:07:32 +00:00
packet-sdp.h
packet-sebek.c
packet-selfm.c Use col_append_sep_str() for fixed strings 2017-04-02 16:40:28 +00:00
packet-sercosiii.c
packet-ses.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-ses.h
packet-sflow.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-sflow.h
packet-sgsap.c [SGsAP] Fix Release-Request msg 2017-06-04 13:34:21 +00:00
packet-shim6.c Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-sigcomp.c packet-sigcomp.c: Prevent large shift 2017-04-27 14:28:37 +00:00
packet-simple.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-simulcrypt.c Remove proto_item_append_text calls in favor of BASE_UNIT_STRING. 2016-12-16 03:04:11 +00:00
packet-sip.c GSM SMS: Use SIP To / From tapped addresses for reassembly 2017-04-28 04:17:39 +00:00
packet-sip.h
packet-sipfrag.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-sita.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-skinny.c dissector: fix typo reponse -> response 2017-03-19 16:50:01 +00:00
packet-skinny.c.in dissector: fix typo reponse -> response 2017-03-19 16:50:01 +00:00
packet-skinny.h [skinny]: Added conversation and request_response handling 2017-02-16 05:01:54 +00:00
packet-skinny.h.in [skinny]: Added conversation and request_response handling 2017-02-16 05:01:54 +00:00
packet-skype.c Skype: Remove TCP heuristic dissection 2016-10-19 22:57:50 +00:00
packet-slimp3.c Adjust proto_tree_add_uint_format_value calls to use unit string 2016-12-13 22:56:50 +00:00
packet-sll.c Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-sll.h
packet-slowprotocols.c
packet-slsk.c slsk: fix infinite loop 2017-04-23 06:13:54 +00:00
packet-smb-browse.c
packet-smb-browse.h
packet-smb-common.c format_text_wmem -> format_text 2017-01-31 17:08:47 +00:00
packet-smb-common.h
packet-smb-direct.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-smb-logon.c
packet-smb-mailslot.c
packet-smb-mailslot.h
packet-smb-pipe.c Show structures as FT_NONE, not FT_STRING. 2017-05-20 01:30:40 +00:00
packet-smb-pipe.h
packet-smb-sidsnooping.c Clean up handling of enabled/disabled protocols/heuristic dissectors. 2017-04-08 20:40:08 +00:00
packet-smb-sidsnooping.h
packet-smb.c smb: don't use tvb_get_* on proto_tree_add_uint 2017-05-15 13:03:54 +00:00
packet-smb.h
packet-smb2.c export-smb2-objects: Make sure tap be called for named pipe 2017-06-08 07:00:36 +00:00
packet-smb2.h Make SMB2 MessageId field a FT_UINT64 2016-12-02 19:41:40 +00:00
packet-smcr.c Improve Infiniband heuristic subdissection. 2016-12-20 22:15:56 +00:00
packet-sml.c
packet-smpp.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-smpp.h
packet-smrse.c
packet-smrse.h
packet-smtp.c SMTP: allow multiple TCP ports/ranges to be registered 2017-05-17 16:54:33 +00:00
packet-sna.c More URL updates and additions. 2017-03-21 02:33:07 +00:00
packet-snaeth.c
packet-sndcp-xid.c
packet-sndcp.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-snmp.c Rewrite dissectors to use Libgcrypt functions. 2017-03-02 23:58:05 +00:00
packet-snmp.h
packet-snort.c Allow bigger snapshot lengths for D-Bus captures. 2017-06-05 05:28:26 +00:00
packet-socketcan.c can: remove duplicated can_identifier struct. 2017-05-06 15:56:40 +00:00
packet-socketcan.h can: remove duplicated can_identifier struct. 2017-05-06 15:56:40 +00:00
packet-socks.c
packet-soupbintcp.c
packet-spdy.c packet-spdy: Fix -Wunused-const-variable error when compiling without zlib 2017-06-11 13:00:52 +00:00
packet-spice.c dissectors (and tools): fix typo dependant -> dependent 2017-03-19 21:55:21 +00:00
packet-spice.h
packet-spnego.c Rewrite dissectors to use Libgcrypt functions. 2017-03-02 23:58:05 +00:00
packet-spp.c
packet-spray.c
packet-spray.h
packet-sprt.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-sprt.h
packet-srp.c
packet-srvloc.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-sscf-nni.c
packet-sscop.c New/updated reference URLs. 2017-02-21 03:05:38 +00:00
packet-sscop.h
packet-ssh.c SSH: display protocol without carriage return / newline 2017-04-10 02:25:36 +00:00
packet-ssl-utils.c ssl-utils: Build with -Wshorten-64-to-32 2017-06-06 08:01:45 +00:00
packet-ssl-utils.h Add ChaCha20-Poly1305 decryption support for TLS 1.2 and 1.3 2017-06-02 22:04:21 +00:00
packet-ssl.c ssl: add heuristics to detect SSL/TLS on non-standard TCP port 2017-06-12 06:03:42 +00:00
packet-ssl.h
packet-sstp.c
packet-stanag4607.c
packet-starteam.c packet-starteam.c: Remove duplicate entries from starteam_opcode_vals. 2017-04-16 16:19:43 +00:00
packet-stat-notify.c
packet-stat-notify.h
packet-stat.c
packet-stat.h
packet-stt.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-stun.c Create temporary variables for some proto_tree_add_<datatype> calculations. 2017-05-17 15:17:20 +00:00
packet-sua.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-sv.c
packet-sv.h
packet-swipe.c
packet-symantec.c
packet-sync.c Remove proto_item_append_text calls in favor of BASE_UNIT_STRING. 2016-12-16 03:04:11 +00:00
packet-synergy.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-synphasor.c Fix up time encodings. 2017-03-28 10:18:36 +00:00
packet-sysdig-event.c Have format_text_chr use wmem allocated memory. 2017-01-30 00:05:39 +00:00
packet-sysex.c sysex: fix value_string termination 2017-03-29 20:11:50 +00:00
packet-syslog.c
packet-t30.c T30: fix parsing broken since ge063924 2017-03-11 17:45:11 +00:00
packet-t30.h
packet-t38.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-t38.h
packet-t124.c
packet-t124.h
packet-t125.c
packet-tacacs.c Rewrite dissectors to use Libgcrypt functions. 2017-03-02 23:58:05 +00:00
packet-tacacs.h [TACACS] Fix typo with TAC_PLUS_AUTHEN_METH_KRB5 2017-04-16 16:20:04 +00:00
packet-tali.c
packet-tango.c
packet-tapa.c TAPA: replace DISSECTOR_ASSERT() calls by expert info 2017-04-05 20:08:39 +00:00
packet-tcap.c TCAP: fix SRT analysis 2017-06-02 12:13:48 +00:00
packet-tcap.h GSM MAP: use TCAP OTID to retrieve SM-RP-OA and SM-RP-DA fields when required 2017-04-29 06:04:18 +00:00
packet-tcp.c Fix Decode As for protocols that may use tunneling. 2017-06-02 01:19:02 +00:00
packet-tcp.h
packet-tcpros.c
packet-tdmoe.c
packet-tdmop.c Adjust proto_tree_add_uint_format_value calls to use unit string 2016-12-13 22:56:50 +00:00
packet-tds.c [TDS] Convert to using tcp_dissect_pdus. 2017-06-05 02:58:20 +00:00
packet-teamspeak2.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-teimanagement.c
packet-teklink.c
packet-telkonet.c
packet-telnet.c
packet-teredo.c
packet-tetra.c
packet-tetra.h
packet-text-media.c ftp-data: treat \r\n as printable. Also show number of lines in text lines 2017-06-08 06:05:51 +00:00
packet-tfp.c
packet-tftp.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-tftp.h
packet-thread.c thread: Fix division by zero 2017-06-01 22:08:06 +00:00
packet-thrift.c Thrift: Register for media-type application/x-thrift 2017-03-22 21:45:43 +00:00
packet-time.c
packet-tipc.c Having business-as-usually unused words for specific "users" in TIPC not shown 2017-03-03 13:10:09 +00:00
packet-tivoconnect.c
packet-tn3270.c dissectors: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7 2017-03-05 22:39:13 +00:00
packet-tn3270.h
packet-tn5250.c
packet-tn5250.h
packet-tnef.c
packet-tns.c tns(.h): Remove unneeded h file 2017-02-21 05:38:33 +00:00
packet-tpkt.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-tpkt.h
packet-tpncp.c Clean up handling of enabled/disabled protocols/heuristic dissectors. 2017-04-08 20:40:08 +00:00
packet-tr.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-tr.h Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-trill.c
packet-trmac.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-tsp.c
packet-tte-pcf.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-tte.c
packet-tte.h
packet-turbocell.c format_text_wmem -> format_text 2017-01-31 17:08:47 +00:00
packet-turnchannel.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-tuxedo.c
packet-tzsp.c
packet-u3v.c Use col_append_str() for fixed strings 2017-04-03 05:32:17 +00:00
packet-ua.c RTP: RTP dissector is able to decode RTP over TCP (RFC 4571) 2016-12-18 03:12:48 +00:00
packet-ua.h
packet-ua3g.c ua3g: fixed START_TONE message decoding 2017-05-16 04:20:52 +00:00
packet-uasip.c UA/UDP: Create TLV for Connect and make fields filterable 2017-05-17 15:17:38 +00:00
packet-uaudp.c uaudp: added "SuperFast Connect" parameter to connect message (removes "Unknown" display) 2017-06-02 13:47:56 +00:00
packet-uaudp.h UA/UDP: Create TLV for Connect and make fields filterable 2017-05-17 15:17:38 +00:00
packet-ubertooth.c ubertooth: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7 2017-03-08 17:48:28 +00:00
packet-ubertooth.h
packet-ucp.c UCP: Update Xser types 2017-04-21 18:28:52 +00:00
packet-udld.c UDLD: Use correct flag bits 2016-12-30 04:53:42 +00:00
packet-udp-nm.c nm: Uninitialized argument value Warning found by Clang Analyzer 2017-05-09 13:38:01 +00:00
packet-udp.c Fix Decode As for protocols that may use tunneling. 2017-06-02 01:19:02 +00:00
packet-udp.h
packet-uds.c uds: Fix conflict for hf fields 2016-11-20 17:19:16 +00:00
packet-udt.c
packet-uftp.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-uftp4.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-uhd.c
packet-ulp.c ULP: follow-up of gda5cad4 2016-12-17 14:49:09 +00:00
packet-uma.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-umts_fp.c FP: Prevent UE ID overriding in dissection 2017-06-08 14:03:37 +00:00
packet-umts_fp.h UMTS FP: Refactored FP Conversation Info struct 2017-05-20 16:32:00 +00:00
packet-umts_mac.c UMTS Iub: Resolve U-RNTI for C-RNTI 2017-05-12 19:42:20 +00:00
packet-umts_mac.h UMTS Iub: Fixed some comments and replaced tabs with spaces 2017-04-22 22:43:34 +00:00
packet-usb-audio.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-usb-ccid.c Delete unsed variable in ccid 2017-01-27 09:50:48 +00:00
packet-usb-com.c USB COM: highlight the bytes of the communications descriptor 2017-02-23 03:36:53 +00:00
packet-usb-dfu.c
packet-usb-hid.c Use col_append_str() for fixed strings 2017-04-03 05:32:17 +00:00
packet-usb-hid.h
packet-usb-hub.c
packet-usb-i1d3.c X-Rite i1 Display Pro USB protocol dissector. 2016-12-20 23:51:30 +00:00
packet-usb-masstorage.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-usb-video.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-usb.c Extract errno value_strings from usb code 2017-06-12 06:34:16 +00:00
packet-usb.h Extract errno value_strings from usb code 2017-06-12 06:34:16 +00:00
packet-usbip.c Extract errno value_strings from usb code 2017-06-12 06:34:16 +00:00
packet-usbip.h
packet-user_encap.c user_encap: Don't allocate duplicate strings for user_encap2 2017-02-18 04:55:21 +00:00
packet-userlog.c
packet-uts.c
packet-v5dl.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-v5ef.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-v5ua.c
packet-v52.c packet-v52.c: Remove duplicates from info_element_values. 2017-04-16 16:19:49 +00:00
packet-v120.c
packet-v150fw.c v150fw: fix this condition has identical branches [-Werror=duplicated-branches] found by gcc7 2017-03-14 15:41:32 +00:00
packet-vcdu.c uat: add a reset callback. 2017-01-12 12:39:15 +00:00
packet-vicp.c
packet-vines.c Implement registration of capture dissectors by name 2016-10-28 17:39:04 +00:00
packet-vlan.c GTK: Wrap static preference labels. 2017-02-07 05:15:28 +00:00
packet-vmlab.c
packet-vnc.c Convert range API to always use wmem memory. 2017-01-07 00:44:10 +00:00
packet-vntag.c
packet-vp8.c Fixed the column info when displaying VP8 sub protocol to RTP. 2017-05-06 11:57:56 +00:00
packet-vrrp.c VRRP: Improve dissection of VRRP packets using MD5 authentication 2017-04-16 10:53:35 +00:00
packet-vrt.c
packet-vsip.c packet-vsip.c: Remove duplicate value in EVsipConfigItem_vals 2017-04-16 16:19:54 +00:00
packet-vsock.c
packet-vssmonitoring.c
packet-vtp.c
packet-vuze-dht.c
packet-vxi11.c
packet-vxlan.c Convert some easily identifiable pinos. 2017-01-06 12:48:47 +00:00
packet-vxlan.h
packet-wai.c Use col_append_str() for fixed strings 2017-04-03 05:32:17 +00:00
packet-wap.c
packet-wap.h
packet-wassp.c WASSP: replace a DISSECTOR_ASSERT() by an expert info 2017-04-05 21:47:05 +00:00
packet-waveagent.c
packet-wbxml.c wbxml: don't THROW() an exception from a dissector 2017-04-04 01:57:51 +00:00
packet-wccp.c wccp: fix spelling typo found by lintian 2016-10-26 23:04:55 +00:00
packet-wccp.h
packet-wcp.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-websocket.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-wfleet-hdlc.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-who.c
packet-whois.c
packet-wifi-display.c
packet-wifi-p2p.c
packet-windows-common.c SMB2: better RSVD flow 2017-01-22 19:17:26 +00:00
packet-windows-common.h packet-windows-common.h: Fix "Warning: this decimal constant is unsigned only in ISO C90" 2016-12-09 18:20:01 +00:00
packet-winsrepl.c
packet-wlancertextn.c
packet-wlancertextn.h
packet-wlccp.c WLCCP: ensure that offset is always incremented in dissect_wlccp_tlvs() 2017-04-04 02:20:52 +00:00
packet-wol.c
packet-wow.c
packet-wps.c
packet-wps.h
packet-wreth.c
packet-wsmp.c wsmp: read the message length as big endian 2017-06-08 02:23:57 +00:00
packet-wsp.c packet-wsp.c: Fix WSP dissector loop (add_capabilities) 2017-04-11 23:26:09 +00:00
packet-wsp.h
packet-wtls.c
packet-wtls.h
packet-wtp.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-wtp.h
packet-x2ap.c X2AP: upgrade dissector to v13.6.0 2017-01-12 05:46:31 +00:00
packet-x11-keysymdef.h
packet-x11.c X11: Add support for the BIG-REQUESTS extension 2017-06-08 15:06:23 +00:00
packet-x11.h
packet-x25.c Use proto_tree_add_item instead of proto_tree_add_xxx. 2017-05-17 15:16:42 +00:00
packet-x29.c
packet-x509af.c
packet-x509af.h
packet-x509ce.c
packet-x509ce.h
packet-x509if.c
packet-x509if.h
packet-x509sat.c Add T.61 character set support 2016-10-22 03:16:11 +00:00
packet-x509sat.h
packet-xcsl.c
packet-xdmcp.c
packet-xip-serval.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
packet-xip.c
packet-xmcp.c
packet-xml.c packet-xml.c: Fix memory leaks in XML DTD processing (mostly g_* to wmem_* transition) 2017-04-19 22:27:57 +00:00
packet-xml.h xml: use wmem allocators and replace GHashTable with wmem_map_t. 2017-02-02 21:01:33 +00:00
packet-xmpp-conference.c
packet-xmpp-conference.h
packet-xmpp-core.c
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
packet-xmpp-utils.h
packet-xmpp.c
packet-xmpp.h
packet-xot.c packet-xot.c: Handle potentially large representation of packet sizes 2017-04-20 09:04:09 +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 Use col_append_str() for fixed strings 2017-04-03 05:32:17 +00:00
packet-ypserv.h
packet-ypxfr.c
packet-ypxfr.h
packet-zbee-aps.c Register reassembly tables 2017-01-29 13:29:04 +00:00
packet-zbee-aps.h
packet-zbee-nwk-gp.c uat: add a reset callback. 2017-01-12 12:39:15 +00:00
packet-zbee-nwk.c ZigBee NWK: Add zero length beacon checks to avoid assert. 2017-03-14 23:40:32 +00:00
packet-zbee-nwk.h
packet-zbee-security.c Make Libgcrypt a mandatory dependency 2017-02-13 18:35:47 +00:00
packet-zbee-security.h
packet-zbee-zcl-closures.c
packet-zbee-zcl-general.c zbee zcl: fix conflicting entry in its value_string 2017-04-13 01:01:07 +00:00
packet-zbee-zcl-ha.c zbee zcl: fix conflicting entry in its value_string 2017-04-13 01:01:07 +00:00
packet-zbee-zcl-hvac.c
packet-zbee-zcl-lighting.c
packet-zbee-zcl-meas-sensing.c
packet-zbee-zcl-misc.c ZigBee ZCL IAS: fix dissection of ZoneStatus bitmask 2017-03-16 20:30:56 +00:00
packet-zbee-zcl-sas.c
packet-zbee-zcl-se.c ZigBee: Add attribute and command names from Events cluster 2017-05-22 16:28:56 +00:00
packet-zbee-zcl.c zbee: add shutdown routine 2017-01-20 18:30:31 +00:00
packet-zbee-zcl.h
packet-zbee-zdp-binding.c
packet-zbee-zdp-discovery.c ZigBee ZDO dissector: fix for r21 in column description in ZDO Node Desc Resp. 2016-10-19 17:21:25 +00:00
packet-zbee-zdp-management.c
packet-zbee-zdp.c ZigBee ZDO dissector: fix for r21 in column description in ZDO Node Desc Resp. 2016-10-19 17:21:25 +00:00
packet-zbee-zdp.h ZigBee ZDO dissector: fix for r21 in column description in ZDO Node Desc Resp. 2016-10-19 17:21:25 +00:00
packet-zbee.h ZigBee: Add attribute and command names from Events cluster 2017-05-22 16:28:56 +00:00
packet-zebra.c
packet-zep.c
packet-zep.h
packet-ziop.c
packet-ziop.h
packet-zrtp.c Dissectors don't need a journey of self discovery. 2016-12-31 07:31:42 +00:00
packet-zvt.c Use col_append_sep_str() for fixed strings 2017-04-02 16:40:28 +00:00
read_keytab_file.h Handle -K, -n, -N, and -u in the common dissection option code. 2016-10-31 05:05:50 +00:00
snort-config.c Snort: map more pcre modifiers to GRegexCompileFlags 2017-04-16 08:59:32 +00:00
snort-config.h Snort: map more pcre modifiers to GRegexCompileFlags 2017-04-16 08:59:32 +00:00
usb.c [Automatic update for 2017-02-19] 2017-02-19 16:12:11 +00:00
x11-declarations.h x11: proto_tree_add_uint_format -> proto_tree_add_uint_format_value 2017-04-15 16:52:18 +00:00
x11-enum.h x11: proto_tree_add_uint_format -> proto_tree_add_uint_format_value 2017-04-15 16:52:18 +00:00
x11-extension-errors.h x11: proto_tree_add_uint_format -> proto_tree_add_uint_format_value 2017-04-15 16:52:18 +00:00
x11-extension-implementation.h Add terminating NULL to lists for proto_tree_add_bitmask(). 2017-05-03 02:52:37 +00:00
x11-fields X11: General cleanup 2017-04-18 13:39:40 +00:00
x11-glx-render-enum.h Add terminating NULL to lists for proto_tree_add_bitmask(). 2017-05-03 02:52:37 +00:00
x11-keysym.h
x11-register-info.h X11: Sort mesa_enum to allow for value_string_ext 2017-04-18 21:31:07 +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.