Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cybermaggedon/cyberprobe
/ functions
Functions
1,487 in github.com/cybermaggedon/cyberprobe
⨍
Functions
1,487
◇
Types & classes
534
Function
parse
src/protocol/sip_context.C:33
Method
parse
include/cyberprobe/network/socket.h:97
Method
parse
include/cyberprobe/network/socket.h:160
Method
parse_bson_array
! @brief Reads an array from the BSON input and passes it to the SAX-parser. @return whether a valid BSON-array was passed to the SAX parser
include/nlohmann/json.h:3871
Method
parse_bson_element_internal
! @brief Read a BSON document element of the given @a element_type. @param[in] element_type The BSON element type, c.f. http://bsonspec.org/sp
include/nlohmann/json.h:3763
Method
parse_bson_element_list
! @brief Read a BSON element list (as specified in the BSON-spec) The same binary layout is used for objects and arrays, hence it must be
include/nlohmann/json.h:3834
Method
parse_bson_internal
! @brief Reads in a BSON-object and passes it to the SAX-parser. @return whether a valid BSON-value was passed to the SAX parser */
include/nlohmann/json.h:3685
Method
parse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
include/nlohmann/json.h:3900
Method
parse_error
include/nlohmann/json.h:2964
Method
parse_error
include/nlohmann/json.h:3210
Method
parse_error
include/nlohmann/json.h:3407
Function
parse_logic_tree
Parses an Python dict object representing a logic tree, returning a logic tree.
indicators/cyberprobe/logictree.py:276
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
include/nlohmann/json.h:4419
Method
parse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
include/nlohmann/json.h:4923
Method
parser
a parser reading from an input adapter
include/nlohmann/json.h:7113
Function
patch
! @brief applies a JSON patch [JSON Patch](http://jsonpatch.com) defines a JSON document structure for expressing a sequence of operation
include/nlohmann/json.h:20284
Method
pdu_slice
include/cyberprobe/protocol/pdu.h:21
Method
perform_collection_information
(path="/")
stix/cyberprobe/taxii_client.py:139
Method
perform_discovery
(path="/")
stix/cyberprobe/taxii_client.py:117
Method
perform_manage_collection_subscription
(path="/", act="status", collection="default")
stix/cyberprobe/taxii_client.py:231
Method
pop3
include/cyberprobe/event/event_implementations.h:217
Method
pop3_context
Construcotr.
include/cyberprobe/protocol/pop3_context.h:24
Method
pop3_ssl
include/cyberprobe/event/event_implementations.h:238
Method
pop3_ssl_context
Construcotr.
include/cyberprobe/protocol/pop3_ssl_context.h:23
Method
position_string
include/nlohmann/json.h:256
Function
printme
(content, file)
stix/test1.py:38
Function
process
src/analyser/engine.C:42
Function
process
src/protocol/pop3_ssl.C:11
Function
process
src/protocol/rtp_ssl.C:13
Function
process
src/protocol/sip_ssl.C:13
Function
process
src/protocol/pop3.C:13
Function
process
src/protocol/802_11.C:33
Function
process
FTP processing function.
src/protocol/ftp.C:15
Function
process
SMTP processing function.
src/protocol/smtp.C:16
Function
process
src/protocol/dns_over_tcp.C:12
Function
process
src/protocol/imap.C:12
Function
process
src/protocol/icmp.C:11
Function
process
src/protocol/tcp.C:29
Function
process
src/protocol/sip.C:17
Function
process
src/protocol/imap_ssl.C:11
Function
process
src/protocol/rtp.C:15
Function
process
src/protocol/udp.C:14
Function
process
src/protocol/smtp_auth.C:14
Function
process
src/protocol/esp.C:36
Function
process
src/protocol/tls_handshake.C:16
Function
process
src/protocol/ntp.C:13
Function
process
src/protocol/dns_over_udp.C:12
Function
process_request
HTTP request processing function.
src/protocol/http.C:389
Function
process_response
HTTP response processing function.
src/protocol/http.C:418
Function
protobufify
include/cyberprobe/event/event_protobuf.h:118
Method
push
Push nil onto the stack.
include/cyberprobe/analyser/lua.h:179
Method
push
Push a cybermon context onto the LUA stack as light userdata.
include/cyberprobe/analyser/lua.h:510
Method
push
include/cyberprobe/event/event_queue.h:43
Method
push_bool
Push a boolean onto the stack.
include/cyberprobe/analyser/lua.h:218
Method
push_light_userdata
Push a light userdata value onto the stack.
include/cyberprobe/analyser/lua.h:332
Method
push_value
include/cyberprobe/analyser/lua.h:188
Method
queue
include/cyberprobe/event/event_queue.h:40
Method
raw_len
include/cyberprobe/analyser/lua.h:380
Method
raw_socket
Create a UNIX socket. */
include/cyberprobe/network/socket.h:511
Function
rbegin
! @brief returns an iterator to the reverse-beginning Returns an iterator to the reverse-beginning; that is, the last element. @image ht
include/nlohmann/json.h:16999
Function
read
Read the configuration file, and convert into a list of specifications.
src/probe/configuration.C:17
Function
read
Reads the (non-existent) configuration file.
tests/test_resource.C:91
Method
read
include/cyberprobe/network/socket.h:529
Function
read_pdu
src/stream/ber.C:9
Method
reader
Constructor. 'iface' is the interface name e.g. eth0 snaplen = maximum packet size to capture.
include/cyberprobe/pkt_capture/packet_capture.h:185
Function
readline
src/network/socket.C:612
Function
reap
Delete myself.
include/cyberprobe/protocol/context.h:114
Method
reapable
include/cyberprobe/util/reaper.h:31
Method
reaper
include/cyberprobe/util/reaper.h:65
Function
receive_packet
The 'main' packet handling method. This is what the caller calls when they have a packet. datalink = the PCAP datalink value.
src/probe/delivery.C:325
Method
received
(s, content, collection)
stix/test3.py:25
Function
receiver
src/stream_rcvr.C:76
Function
receiver
src/tls_rcvr.C:83
Method
receiver
include/cyberprobe/stream/etsi_li.h:268
Method
receiver
include/cyberprobe/stream/nhis11.h:153
Method
receiver
include/cyberprobe/stream/vxlan.h:34
Method
record_end
Records the end of scanning, and works out the impact on state.
indicators/cyberprobe/logictree.py:80
Method
record_end
Records the end of scanning, and works out the impact on state.
indicators/cyberprobe/logictree.py:195
Method
record_end
Records the end of scanning, and works out the impact on state.
indicators/cyberprobe/logictree.py:260
Method
register_module
Registers a module which consists of 'C' functions.
include/cyberprobe/analyser/lua.h:125
Function
reinterpret_bits
include/nlohmann/json.h:10992
Method
remove
(s, item)
stix/cyberprobe/sync.py:53
Method
remove
Removes a key from the map, address 'a', mask 'mark'.
include/cyberprobe/util/address_map.h:47
Function
remove_port_handler
src/protocol/tcp_ports.C:69
Function
remove_port_handler
src/protocol/udp_ports.C:53
Function
rend
! @brief returns an iterator to the reverse-end Returns an iterator to the reverse-end; that is, one before the first element. @imag
include/nlohmann/json.h:17036
Method
reset_transaction
include/cyberprobe/protocol/http.h:72
Method
resource_manager
Constructor.
include/cyberprobe/resources/resource.h:96
Method
restart_subscriptions
(s)
stix/cyberprobe/stix_store.py:88
Function
retry
src/analyser/grpc.C:212
Method
root_context
include/cyberprobe/protocol/context.h:222
Method
rtp
include/cyberprobe/event/event_implementations.h:259
Method
rtp_context
Constructor.
include/cyberprobe/protocol/rtp_context.h:23
Method
rtp_ssl
include/cyberprobe/event/event_implementations.h:280
Function
run
src/cybermon.C:55
Function
run
src/stream_rcvr.C:95
Function
run
There is no shutdown handling in this code.
src/eventstream-service.C:55
Function
run
src/tls_rcvr.C:103
Function
run
Sender thread body - gets PDUs off the queue, and calls the handler.
src/probe/sender.C:144
Function
run
Capture device, main thread body.
src/probe/vxlan_capture.C:12
← previous
next →
1,001–1,100 of 1,487, ranked by callers