net/ethernet.h 이 파일은 어떤걸 깔면 생기는건가요..?

jin1chul의 이미지

시그윈에 ns-2.28을 설치하다 보니
emulate/ether.cc:46:26: net/ethernet.h: No such file or directory
emulate/arp.cc:50:26: net/ethernet.h: No such file or directory
emulate/arp.cc:51:24: net/if_arp.h: No such file or directory
emulate/arp.cc:52:30: netinet/if_ether.h: No such file or directory
emulate/net-pcap.cc:60:18: pcap.h: No such file or directory

저 헤더파일들이 없다고 합니다..
저 헤더파일들은 어떤걸 깔면 생기는 건가요..?

다른 유닉스 서버에서 보니 if_arp.h나 if_ehter.h는 파일이 보여서 받을 수 있었지만
ethernet.h나 pcap.h는 파일이 없더군요...

혹시 어디서 구하는지 아시는분..

pcap는 libcap을 깔면 생길거 같아서 libcap도 구하고 있습니다..

hys545의 이미지

즐린