I'm capturing 3G data on my iOS device using RVI interface on my mac.
Looks like I'm succeed making capture and I can analyse RX/TX traffic.
Currently I'm streaming a UDP stream out to 3G network. So, what I want is to measure traffic and get some statistics on that stream.
What's strange for me is all required headers are presented in the captured packets besides Ethernet header. So I'm curious whether packets sent over 3G interface should have Ethernet header?
P.S. Packets contain "Raw packed data" header which actually tells "No Link information available".
Does a packet sent out to 3G network have Ethernet Header?
839 views Asked by Ashot Arakelyan At
1
There are 1 answers
Related Questions in NETWORKING
- How to avoid duplicates with the pull-based subscribe model?
- How to simulate CSMA/CD protocol in ns3?
- Network System - Cisco Packet Tracer
- Adhoc / mesh network not working (with and without batman-adv)
- Algorithm for finding a subset of nodes in a weighted connected graph such that the distance between any pair nodes are under a postive number?
- Python Client-Server Communication with Protocol
- I registered a service in eureka which is resolving through java code. But it is not able to resolve its name when hitting through chrome or postman
- Share files from the server without data or internet usage
- Player names not synchronizing in unity Mirror Networking
- My phone can not visit the server on macos in the same local network
- Unable to ping remote websites from an ipV6 only ubuntu ec2 Instance
- Linux Networking - Routing packets from one network interface to another
- wrong output from Supernetting algorithm
- Mapping localhost port on host to docker container
- Microsoft Message Analyzer disable resolving IP address to their domain names a.k.a turn off AutoIP feature
Related Questions in ETHERNET
- How to use WiFi and Ethernet at same time?
- What is the correct way to setup and use the Ethernet library in Arduino in order to send and receive UDP broadcast messages between LAN devices?
- Arduino IDE: The IP address was not printing in serial monitor
- I don't know where to start with ethernet communication with Automation Direct P1AM-200 ETH module communication
- How do I know when the dsa_loop and dsa_loop_bdinfo linux kernel modules are working?
- How can I upload data from Arduino uno ethernet shield to mongodb Atlas
- Access flask server hosted on Raspberry Pi on Android phone connected via ethernet
- Python code for read/write binary file and convert it to .pcap
- Should my PC recognize my Arty A7-100T FPGA?
- How to get to send the current network's server using nodejs
- How can I get a Python socket object to read a continuous stream of raw TCP/IP data over ethernet connection?
- Need CAPL script to find fin or RST messages over TCP connection - DOIP
- Socket implementation with micropython and WIZNET5500
- UDSonIP vehicle announcement
- Packet Sniffing on Mirrored Port - Missing Packets when UDP Message > 50kb (Python, Scapy)
Related Questions in 3G
- Why does my code result in a 'no internet' outcome when the device is connected to a 3G network?
- How to modify the default ip address of huawei usb modem e3531i-2
- How do I force my Android phone network to work on 2g/3g only pragmatically?
- SIM5320A, device connected to 3G Network but can't ping server
- SIM5300E Shield Strange readings on COM port
- urllib.request error while trying to set up an SMS gateway using a Huawei E3531 3G dongle
- Telit UL865 3G modem Hangs (Needs resetting) after AT#HTTPRCV=0
- Issue with communicating with FONA 3G (aka SIM5320a)
- Possible to make Wifi and 3G dongle network working together?
- Same ISP problems to load balancer
- Raspberry pi backup 3G USB modem cant connect
- Can't Access Server With Using 3g, 4g or LTE
- How to send/receive POST requests via xbee 3g modem, controlled with arduino via serial port
- what is difference between TDF and PCEF?
- Audio and 3G data via UART in GSM module using AT commands
Related Questions in SNIFFING
- How to sniff Bluetooth Input/Output of my laptop
- How to use HTTPCanary PacketsUpload Plugin?
- How can I install Xcode Tools and use PacketLogger on Big Sur 11.3?
- How do I get headers of an api call in the network traffic from a request using scapy?
- pcap4j failes to capture all trafic
- Using python scapy to capture network traffic in windows
- Enable monitor mode on Linux for Wireshark
- Is there a way to programmatically sniff\inspect system log message flow in Linux?
- How to get API requests from Android mobile app (I am not it's developer)?
- Monitor/sniff PCI I/O under Windows and Linux
- How to block loading of a specific .js file?
- function in textwrap (Expected type 'str', got 'set[int | object]' instead)
- How can I get the packets that are being sent in chrome extensions
- Is there a way to detect requests sent to a specific port in my router?
- Selecting interface to sniff in Python using a variable
Related Questions in RAW-ETHERNET
- How can I get a Python socket object to read a continuous stream of raw TCP/IP data over ethernet connection?
- what will happen when a packet is received by PHY after the ethernet PHY is linked up but MAC is not initialized
- pysoem EtherCAT SDO Reading
- why is python scapy.srp1 returning the packet I sent instead of the response?
- I can not see my networks raw packets in C
- Send a frame ethernet with an arbitrary source MAC address
- Extract MAC Address from Ethernet frame
- Berkeley raw socket exclusive access (Linux)
- Use tcpreplay .pcap with raw packet data fail
- Send custom ethernet packet using raw socket
- Does differing host/network byte ordering add to network latency?
- Is Dhcp option 53 mandatory in Dhcp offer?
- Why WriteFile to NDIS send duplicate frames?
- Error 87 in WriteFile function (NDIS) when using EtherType 0x88A4 (EtherCat)
- SGMII without phy - external loopback on Xlinix Zynq UltraScale+ RFSoC board
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
If you mean packets between the handset (the UE in UMTS terms) and the network (Node B), then no is the answer.
The IP protocol is a layer 3 protocol (usually expressed as being 'comparable to layer 3 in the OSI model') and it can be carried by different layer 2 protocols. Probably the most common one is ethernet in regular wired networks, but between a handset and the network in a UMTS network the IP protocol is carried over a layer 2 protocol called PDCP (Packet Data Convergence Protocol).
The following Wiki article on the OSI stack gives some good example of the different protocols at the different layers:
This link contains a nice diagram showing the protocol stack for the UMTS traffic between your handset and the network, and lots of other good background also (see fig 17 for your 3G scenario):
Note that if your IP traffic exits the 3G carriers network and travels towards a host on the internet (for example) then it will almost certainly be carried over different layer 2 protocols at this stage of its journey and this will probably be Ethernet in many cases.