Hey folks,
I just finished reading an older Prentice Hall book on networking which gave a great overview on the various levels of the OSI model. The book covered everything from the physical layer up to applications and basic network security. I've got a pretty good grasp on the theory of it all, but only got to look at a few practical (source code) examples.
Do any of you have good books/recommendations for my next step? Specifically, I'm looking for some tutorials on the actual implementation of frame and packet transfer protocols, routing of these frames (packets) within the LAN, etc... Enough so that I could write the backbone code myself
My goal is to understand wire-sniffing/ARP-poisoning programs such as Cain&Abel/Wireshark thoroughly before I go ahead and start using them.