Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying iOS and OS X Network Programming Cookbook
  • Table Of Contents Toc
iOS and OS X Network Programming Cookbook

iOS and OS X Network Programming Cookbook

By : Jon Hoffman
4.5 (6)
close
close
iOS and OS X Network Programming Cookbook

iOS and OS X Network Programming Cookbook

4.5 (6)
By: Jon Hoffman

Overview of this book

Table of Contents (15 chapters)
close
close
iOS and OS X Network Programming Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1
Index

Decoding ARP headers


In the Decoding Ethernet headers recipe, we created the got_packet() callback function that libpcap called for each packet that was captured. In this function, we learned how to pull out the Ethernet header information from the packet and created a switch statement that switched on the protocol type. In that switch statement, we made a reference to the decodeArp() function that is used to decode the ARP headers. In this recipe, we will create that decodeArp() function.

The ARP header is a part of the second layer (Internet layer) of our header stack. Its structure is shown in the following diagram:

Let's take a look at the fields of the ARP header:

  • Hardware Type: This specifies the network protocol type. Some of the defined values are:

    • 1 – Ethernet

    • 6 – IEEE 802 network

    • 7 – ARCNET

    • 15 – Frame Relay

    • 18 – Fibre Channel

    • 20 – Serial Line

  • Protocol Type: This specifies the internetworking protocol type. Some of the defined values are:

    • 0x0800 – IPv4

    • 0x0806 – ARP

    • 0x8035 – RARP

    • 0x86DD – IPv6...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
iOS and OS X Network Programming Cookbook
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon