language stringlengths 0 24 | filename stringlengths 9 214 | code stringlengths 99 9.93M |
|---|---|---|
Text | wireshark/plugins/epan/transum/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
include(WiresharkPlugin)
# Plugin name and version info (major minor micro extra)
set_module_info(transum 2 0 4 0)
set(DISSECTOR_SRC
packet... |
C | wireshark/plugins/epan/transum/decoders.c | /* decoders.c
* Routines for the TRANSUM response time analyzer post-dissector
* By Paul Offord <paul.offord@advance7.com>
* Copyright 2016 Advance Seven Limited
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-... |
C/C++ | wireshark/plugins/epan/transum/decoders.h | /* decoders.h
* Header file for the TRANSUM response time analyzer post-dissector
* By Paul Offord <paul.offord@advance7.com>
* Copyright 2016 Advance Seven Limited
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2... |
C | wireshark/plugins/epan/transum/extractors.c | /* extractors.c
* Routines for the TRANSUM response time analyzer post-dissector
* By Paul Offord <paul.offord@advance7.com>
* Copyright 2016 Advance Seven Limited
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.... |
C/C++ | wireshark/plugins/epan/transum/extractors.h | /* extractors.h
* Header file for the TRANSUM response time analyzer post-dissector
* By Paul Offord <paul.offord@advance7.com>
* Copyright 2016 Advance Seven Limited
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL... |
C | wireshark/plugins/epan/transum/packet-transum.c | /* packet-transum.c
* Routines for the TRANSUM response time analyzer post-dissector
* By Paul Offord <paul.offord@advance7.com>
* Copyright 2016 Advance Seven Limited
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GP... |
C/C++ | wireshark/plugins/epan/transum/packet-transum.h | /* packet-transum.h
* Header file for the TRANSUM response time analyzer post-dissector
* By Paul Offord <paul.offord@advance7.com>
* Copyright 2016 Advance Seven Limited
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier:... |
C/C++ | wireshark/plugins/epan/transum/preferences.h | /* preferences.h
* Header file for the TRANSUM response time analyzer post-dissector
* By Paul Offord <paul.offord@advance7.com>
* Copyright 2016 Advance Seven Limited
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GP... |
wireshark/plugins/epan/transum/README | Advance7 has released under GPL this plugin
for Wireshark. It produces detailed response
time information based on the RTE model.
Advance7 can be found at https://www.advance7.com
The author is Paul Offord <paul.offord@advance7.com> | |
C/C++ | wireshark/plugins/epan/unistim/audio.h | /* audio.h
* header field declarations, value_string definitions and true_false_string
* definitions for audio manager messages
* Copyright 2007 Don Newton <dnewton@cypresscom.net>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-I... |
C/C++ | wireshark/plugins/epan/unistim/basic.h | /* basic.h
* header field declarations, value_string def and true_false_string
* definitions for basic manager messages
* Copyright 2007 Don Newton <dnewton@cypresscom.net>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifie... |
C/C++ | wireshark/plugins/epan/unistim/broadcast.h | /* broadcast.h
* header field declarations, value_string def and true_false_string
* definitions for broadcast manager messages
* Copyright 2007 Don Newton <dnewton@cypresscom.net>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-I... |
Text | wireshark/plugins/epan/unistim/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
include(WiresharkPlugin)
# Plugin name and version info (major minor micro extra)
set_module_info(unistim 0 0 2 0)
set(DISSECTOR_SRC
packet... |
C/C++ | wireshark/plugins/epan/unistim/defines.h | /* defines.h
* Contains all bitmask defines for unistim dissecting
* Copyright 2007 Don Newton <dnewton@cypresscom.net>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef UNISTIM_DEFINES
#defi... |
C/C++ | wireshark/plugins/epan/unistim/display.h | /*display.h
* header field declarations, value_string def and true_false_string
* definitions for display manager messages
* Copyright 2007 Don Newton <dnewton@cypresscom.net>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identi... |
C/C++ | wireshark/plugins/epan/unistim/expansion.h | /* expansion.h
* header field declarations, value_string def and true_false_string
* definitions for basic manager messages
* Copyright 2007 Don Newton <dnewton@cypresscom.net>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Ident... |
C/C++ | wireshark/plugins/epan/unistim/key.h | /* key.h
* header field declarations, value_string def and true_false_string
* definitions for key manager messages
* Copyright 2007 Don Newton <dnewton@cypresscom.net>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: G... |
C/C++ | wireshark/plugins/epan/unistim/network.h | /* network.h
* header field declarations, value_string def and true_false_string
* definitions for network manager messages
* Copyright 2007 Don Newton <dnewton@cypresscom.net>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Ident... |
C | wireshark/plugins/epan/unistim/packet-unistim.c | /* packet-unistim.c
* Routines for unistim packet dissection
* Copyright 2007 Don Newton <dnewton@cypresscom.net>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "config.h"
#include <str... |
C/C++ | wireshark/plugins/epan/unistim/packet-unistim.h | /* packet-unistim.h
* header field declarations, value_string definitions, true_false_string
* definitions and function prototypes for main dissectors
* Copyright 2007 Don Newton <dnewton@cypresscom.net>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Com... |
wireshark/plugins/epan/unistim/TODO | * Add addr/cmd decoding to the summary line and info column
* Handle msg_len consistently
* Split up ett_unistim for various purposes | |
C/C++ | wireshark/plugins/epan/unistim/uftp.h | /* uftp.h
* header field declarations, value_string def and true_false_string
* definitions for uftp commands and messages
* Copyright 2007 Chad Singer <csinger@cypresscom.net>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Ident... |
wireshark/plugins/epan/wimax/.editorconfig | #
# Editor configuration
#
# https://editorconfig.org/
#
[msg_dlmap.[ch]]
indent_style = tab
indent_size = tab | |
wireshark/plugins/epan/wimax/AUTHORS | Authors:
Lu Pan <lu.pan@intel.com>
Mike Harvey <michael.harvey@intel.com>
John R. Underwood <junderx@yahoo.com>
Daniel J. Sauble <djsauble@gmail.com> | |
Text | wireshark/plugins/epan/wimax/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
include(WiresharkPlugin)
# Plugin name and version info (major minor micro extra)
set_module_info(wimax 1 2 0 0)
set(DISSECTOR_SRC
packet-m... |
C | wireshark/plugins/epan/wimax/crc.c | /* crc.c
* crc checksum generation and calculation functions: crc.c
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Mike Harvey <michael.harvey@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-... |
C/C++ | wireshark/plugins/epan/wimax/crc.h | /* crc.h
* header file of crc.c
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Mike Harvey <michael.harvey@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef CRC_H
#def... |
C | wireshark/plugins/epan/wimax/crc_data.c | /* crc_data.c
* static crc tables for crc.c
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Mike Harvey <michael.harvey@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#inclu... |
C | wireshark/plugins/epan/wimax/mac_hd_generic_decoder.c | /* mac_hd_generic_decoder.c
* WiMax Generic MAC Header decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
... |
C | wireshark/plugins/epan/wimax/mac_hd_type1_decoder.c | /* mac_hd_type1_decoder.c
* WiMax MAC Type I Signaling Header decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-late... |
C | wireshark/plugins/epan/wimax/mac_hd_type2_decoder.c | /* mac_hd_type2_decoder.c
* WiMax MAC Type II Signaling Header decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-lat... |
C | wireshark/plugins/epan/wimax/mac_mgmt_msg_decoder.c | /* mac_mgmt_msg_decoder.c
* WiMax MAC Management Message decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/... |
C | wireshark/plugins/epan/wimax/msg_aas_beam.c | /* msg_aas_beam.c
* WiMax MAC Management AAS-BEAM-SELECT/REQ/RSP Messages decoders
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
... |
C | wireshark/plugins/epan/wimax/msg_aas_fbck.c | /* msg_aas_beam.c
* WiMax MAC Management AAS-BEAM-SELECT/REQ/RSP Messages decoders
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GP... |
C | wireshark/plugins/epan/wimax/msg_arq.c | /* msg_arq.c
* WiMax MAC Management ARQ Feedback, Discard, Reset Message decoders
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: John R. Underwood <junderx@yahoo.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Ide... |
C | wireshark/plugins/epan/wimax/msg_clk_cmp.c | /* msg_clk_cmp.c
* WiMax MAC Management CLK_CMP Message decoders
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/... |
C | wireshark/plugins/epan/wimax/msg_dcd.c | /* msg_dcd.c
* WiMax MAC Management DCD Message decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/* Incl... |
C | wireshark/plugins/epan/wimax/msg_dlmap.c | /* msg_dlmap.c
* WiMax MAC Management DL-MAP Message decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Mike Harvey <michael.harvey@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-... |
C | wireshark/plugins/epan/wimax/msg_dreg.c | /* msg_dreg.c
* WiMax MAC Management DREG-REQ, DREG-CMD Message decoders
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: John R. Underwood <junderx@yahoo.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: ... |
C | wireshark/plugins/epan/wimax/msg_dsa.c | /* msg_dsa.c
* WiMax MAC Management DSA-REQ/RSP/ACK Messages decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later... |
C | wireshark/plugins/epan/wimax/msg_dsc.c | /* msg_dsc.c
* WiMax MAC Management DSC-REQ/RSP/ACK Messages decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later... |
C | wireshark/plugins/epan/wimax/msg_dsd.c | /* msg_dsd.c
* WiMax MAC Management DSD-REQ/RSP Messages decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/... |
C | wireshark/plugins/epan/wimax/msg_dsx_rvd.c | /* msg_dsx_rvd.c
* WiMax MAC Management DSX-RVD Message decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
... |
C | wireshark/plugins/epan/wimax/msg_fpc.c | /* msg_fpc.c
* WiMax MAC Management FPC Message decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: John R. Underwood <junderx@yahoo.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
... |
C | wireshark/plugins/epan/wimax/msg_pkm.c | /* msg_pkm.c
* WiMax MAC Management PKM-REQ/RSP Messages decoders
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*... |
C | wireshark/plugins/epan/wimax/msg_pmc.c | /* msg_pmc.c
* WiMax MAC Management PMC-REQ, PMC-RSP Message decoders
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: John R. Underwood <junderx@yahoo.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL... |
C | wireshark/plugins/epan/wimax/msg_prc_lt_ctrl.c | /* msg_prc_lt_ctrl.c
* WiMax MAC Management PRC-LT-CTRL Message decoders
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: John R. Underwood <junderx@yahoo.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: ... |
C | wireshark/plugins/epan/wimax/msg_reg_req.c | /* msg_reg_req.c
* WiMax MAC Management REG-REQ Message decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: John R. Underwood <junderx@yahoo.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-o... |
C | wireshark/plugins/epan/wimax/msg_reg_rsp.c | /* msg_reg_rsp.c
* WiMax MAC Management REG-RSP Message decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: John R. Underwood <junderx@yahoo.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-o... |
C | wireshark/plugins/epan/wimax/msg_rep.c | /* msg_rep.c
* WiMax MAC Management REP-REQ/RSP Messages decoders
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*... |
C | wireshark/plugins/epan/wimax/msg_res_cmd.c | /* msg_res_cmd.c
* WiMax MAC Management RES-CMD Message decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
... |
C | wireshark/plugins/epan/wimax/msg_rng_req.c | /* msg_rng_req.c
* WiMax MAC Management RNG-REQ Message decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: John R. Underwood <junderx@yahoo.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-o... |
C | wireshark/plugins/epan/wimax/msg_rng_rsp.c | /* msg_rng_rsp.c
* WiMax MAC Management RNG-RSP Message decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: John R. Underwood <junderx@yahoo.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-o... |
C | wireshark/plugins/epan/wimax/msg_sbc.c | /* msg_sbc.c
* WiMax MAC Management SBC-REQ/RSP Messages decoders
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*... |
C | wireshark/plugins/epan/wimax/msg_ucd.c | /* msg_ucd.c
* WiMax MAC Management UCD Message decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/* Incl... |
C | wireshark/plugins/epan/wimax/msg_ulmap.c | /* msg_ulmap.c
* WiMax MAC Management UL-MAP Message decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Mike Harvey <michael.harvey@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-... |
C | wireshark/plugins/epan/wimax/packet-m2m.c | /* packet-m2m.c
* Routines for WiMax MAC to MAC TLV packet disassembly
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-lat... |
C | wireshark/plugins/epan/wimax/packet-wmx.c | /* packet-wmx.c
* WiMax Protocol and dissectors
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/* Include file... |
wireshark/plugins/epan/wimax/README.wimax | This document is an attempt, to explain how to use the wimax plugin
in this directory.
Overview
--------
The wimax plugin is a standalone Wireshark plugin that contains a set
of WiMax Protocol dissectors. The plugin registers the WiMax Protocol
dissectors without attached to any packet type. So none of the
dissecto... | |
C/C++ | wireshark/plugins/epan/wimax/wimax-int.h | /* wimax-int.h
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef __WIMAX_INT_H__
#define __WIMAX_INT_H__
void wimax_proto_register_wimax_cdma(void);
void wimax_proto_register_wimax_compact_dlm... |
C/C++ | wireshark/plugins/epan/wimax/wimax_bits.h | /* wimax_bits.h
* WiMax MAC Management UL-MAP Message decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Mike Harvey <michael.harvey@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or... |
C | wireshark/plugins/epan/wimax/wimax_cdma_code_decoder.c | /* wimax_cdma_code_decoder.c
* WiMax CDMA CODE Attribute decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/... |
C | wireshark/plugins/epan/wimax/wimax_compact_dlmap_ie_decoder.c | /* wimax_compact_dlmap_ie_decoder.c
* WiMax HARQ Map Message decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later... |
C/C++ | wireshark/plugins/epan/wimax/wimax_compact_dlmap_ie_decoder.h | /* wimax_compact_dlmap_ie_decoder.h
* Declarations of routines exported by WiMax HARQ Map Message decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX... |
C | wireshark/plugins/epan/wimax/wimax_compact_ulmap_ie_decoder.c | /* wimax_compact_ulmap_ie_decoder.c
* WiMax Compact UL-MAP IE decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-late... |
C/C++ | wireshark/plugins/epan/wimax/wimax_compact_ulmap_ie_decoder.h | /* wimax_compact_ulmap_ie_decoder.h
* WiMax HARQ Map Message decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later... |
C | wireshark/plugins/epan/wimax/wimax_fch_decoder.c | /* wimax_fch_decoder.c
* WiMax FCH Burst decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/* Include fil... |
C | wireshark/plugins/epan/wimax/wimax_ffb_decoder.c | /* wimax_ffb_decoder.c
* WiMax Fast Feedback packet decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/* ... |
C | wireshark/plugins/epan/wimax/wimax_hack_decoder.c | /* wimax_hack_decoder.c
* WiMax HARQ ACK Burst decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/* Inclu... |
C | wireshark/plugins/epan/wimax/wimax_harq_map_decoder.c | /* wimax_harq_map_decoder.c
* WiMax HARQ Map Message decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/*... |
C/C++ | wireshark/plugins/epan/wimax/wimax_mac.h | /* wimax_mac.h
* WiMax MAC Definitions
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef WIMAX_MAC_H
#def... |
C | wireshark/plugins/epan/wimax/wimax_pdu_decoder.c | /* wimax_pdu_decoder.c
* WiMax PDU Burst decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/* Include fil... |
C | wireshark/plugins/epan/wimax/wimax_phy_attributes_decoder.c | /* wimax_phy_attributes_decoder.c
* WiMax PDU Burst Physical Attributes decoder
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2... |
C | wireshark/plugins/epan/wimax/wimax_tlv.c | /* wimax_tlv.c
* WiMax TLV handling functions
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "config.... |
C/C++ | wireshark/plugins/epan/wimax/wimax_tlv.h | /* wimax_tlv.h
* WiMax TLV handling function header file
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef... |
C | wireshark/plugins/epan/wimax/wimax_utils.c | /* wimax_utils.c
* WiMax Utility Decoders
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/*
#define DEBUG
*/
... |
C/C++ | wireshark/plugins/epan/wimax/wimax_utils.h | /* wimax_utils.h
* Header file of WiMax Utility Decoders
*
* Copyright (c) 2007 by Intel Corporation.
*
* Author: Lu Pan <lu.pan@intel.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef... |
wireshark/plugins/epan/wimaxasncp/AUTHORS | Authors :
Stephen Croll <croll@mobilemetrics.net>
Zhang Li <lzhang00517@cienet.com.cn>
Wu Yanping <wuyanping@cienet.com.cn>
Terry Le <tle01423@cienet.com.cn> | |
wireshark/plugins/epan/wimaxasncp/ChangeLog | 2007-08-29 Stephen Croll <croll@mobilemetrics.net>
* initial version
2007-10-09 Stephen Croll <stephen.d.croll@gmail.com>
* TLVs defined in XML files.
* packet-wimaxasncp.c: fixed memory leak in function
wimaxasncp_dissect_tlv_value()
2007-11-04 Zhang Li <lzhang@cienet.com.cn>
* Add EAP support. EAP p... | |
Text | wireshark/plugins/epan/wimaxasncp/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
include(WiresharkPlugin)
# Plugin name and version info (major minor micro extra)
set_module_info(wimaxasncp 0 0 1 0)
set(DISSECTOR_SRC
pac... |
C | wireshark/plugins/epan/wimaxasncp/packet-wimaxasncp.c | /* packet-wimaxasncp.c
*
* Routines for WiMAX ASN Control Plane packet dissection dissection
*
* Copyright 2007, Mobile Metrics - http://www.mobilemetrics.net
*
* Author: Stephen Croll <croll@mobilemetrics.net>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 ... |
C/C++ | wireshark/plugins/epan/wimaxasncp/wimaxasncp_dict.h | /*
** wimaxasncp_dict.h
** WIMAXASNCP Dictionary Import Routines
**
** (c) 2007, Stephen Croll <stephen.d.croll@gmail.com>
**
** SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef _WIMAXASNCP_DICT_H_
#define _WIMAXASNCP_DICT_H_
/* -------------------------------------------------------------------------
* ... |
wireshark/plugins/epan/wimaxasncp/wimaxasncp_dict.l | %top {
/* Include this before everything else, for various large-file definitions */
#include "config.h"
#include <wireshark.h>
}
/*
* We want a reentrant scanner.
*/
%option reentrant
/*
* We don't use input, so don't generate code for it.
*/
%option noinput
/*
* We don't use unput, so don't generate code for ... | |
wireshark/plugins/epan/wimaxmacphy/AUTHORS | Initial development commissioned by Mobile Metrics - http://mobilemetrics.net/
Authors :
Stephen Croll <stephen.d.croll@gmail.com> | |
Text | wireshark/plugins/epan/wimaxmacphy/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
include(WiresharkPlugin)
# Plugin name and version info (major minor micro extra)
set_module_info(wimaxmacphy 0 0 1 0)
set(DISSECTOR_SRC
pa... |
C | wireshark/plugins/epan/wimaxmacphy/packet-wimaxmacphy.c | /* packet-wimaxmacphy.c
* Routines for wimaxmacphy (WiMAX MAX PHY over Ethernet) packet dissection
* Copyright 2008, Mobile Metrics - http://mobilemetrics.net/
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-... |
C/C++ | wireshark/plugins/epan/wimaxmacphy/packet-wimaxmacphy.h | /*
* Routines for wimaxmacphy (WiMAX MAX SHY over Ethernet) packet dissection
* Copyright 2008, Mobile Metrics - http://mobilemetrics.net/
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef __... |
Text | wireshark/plugins/wiretap/usbdump/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
include(WiresharkPlugin)
# Plugin name and version info (major minor micro extra)
set_module_info(usbdump 0 0 1 0)
set(WIRETAP_SRC
usbdump.... |
wireshark/plugins/wiretap/usbdump/README | This wiretap plugin serves a dual purpose. One is to add usbdump file
reading capability to wiretap and therefore Wireshark and Tshark.
Second it is an illustration of a basic wiretap plugin module. | |
C | wireshark/plugins/wiretap/usbdump/usbdump.c | /* usbdump.c
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* File format support for usbdump file format
* Copyright (c) 2017 by Jaap Keuter <jaap.keuter@xs4all.nl>
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/*
* This wiretap is for an usbdump file format reader. ... |
Text | wireshark/randpkt_core/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
set(RANDPKT_CORE_SRC
randpkt_core.c
)
set_source_files_properties(
${RANDPKT_CORE_SRC}
PROPERTIES
COMPILE_FLAGS "${WERROR_COMMON_FLAGS}"... |
C | wireshark/randpkt_core/randpkt_core.c | /*
* randpkt_core.c
* ---------
* Creates random packet traces. Useful for debugging sniffers by testing
* assumptions about the veracity of the data found in the packet.
*
* Copyright (C) 1999 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <config.h>
#defi... |
C/C++ | wireshark/randpkt_core/randpkt_core.h | /** @file
*
* randpkt_core.h
* ---------
* Creates random packet traces. Useful for debugging sniffers by testing
* assumptions about the veracity of the data found in the packet.
*
* Copyright (C) 1999 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef __RANDP... |
wireshark/resources/about.qrc | <RCC>
<qresource prefix="/about">
<file>Acknowledgements.md</file>
<file>gpl-2.0-standalone.html</file>
<file>wssplash.png</file>
<file>wssplash_dev.png</file>
</qresource>
</RCC> | |
Markdown | wireshark/resources/Acknowledgements.md | Dan Lasley <dlasley[AT]promus.com> gave permission for his `dumpit()` hex-dump routine to be used.
We use the exception module from [Kazlib](https://www.kylheku.com/~kaz/kazlib.html), a C library written by Kaz Kylheku <kaz[AT]kylheku.com>. Thanks go to him for his well-written library.
We use [Lua](https://www.lua.o... |
Inno Setup Script | wireshark/resources/cli_template.rc.in | #include "winver.h"
#pragma code_page(65001)
WIRESHARK_ICON ICON "@ICON_PATH@wireshark.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION @RC_VERSION@
PRODUCTVERSION @RC_VERSION@
FILEFLAGSMASK 0x0L
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE 0... |
Inno Setup Script | wireshark/resources/dumpcap.rc.in | #include "winver.h"
#pragma code_page(65001)
WIRESHARK_ICON ICON "@ICON_PATH@wireshark.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION @RC_VERSION@
PRODUCTVERSION @RC_VERSION@
FILEFLAGSMASK 0x0L
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE 0... |
wireshark/resources/file_dlg_win32.rc | #include <windows.h>
#include "richedit.h"
#include "../ui/win32/file_dlg_win32.h"
// We should probably ensure that we're meeting the MS layout guidelines:
// https://docs.microsoft.com/en-us/windows/win32/uxguide/vis-layout
// Outer margin: 11px
WIRESHARK_OPENFILENAME_TEMPLATE DIALOGEX 0, 0, 425, 47
STYLE WS_CHILD ... | |
HTML | wireshark/resources/gpl-2.0-standalone.html | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GNU General Public License v2.0 - GNU Project - Free Softwa... |
wireshark/resources/layout.qrc | <RCC>
<qresource prefix="/layout">
<file>layout_1.png</file>
<file>layout_1@2x.png</file>
<file>layout_2.png</file>
<file>layout_2@2x.png</file>
<file>layout_3.png</file>
<file>layout_3@2x.png</file>
<file>layout_4.png</file>
<file>layout_4@2x.png</fil... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.