summaryrefslogtreecommitdiff
path: root/print-sl.c
Commit message (Expand)AuthorAgeFilesLines
* always use u_intXX_t for protocol format declaration. char/short/int may notitojun2000-10-031-5/+5
* do not use integer bitfield when we care about the resulting member size.itojun2000-10-031-3/+3
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-2/+1
* Get rid of unneeded includes of <net/if.h>.guy2000-09-281-2/+1
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-5/+5
* Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy2000-09-231-3/+3
* Add definitions of Ethernet types fromguy2000-09-231-2/+1
* remove non-STDC codeassar2000-07-011-3/+2
* fix compilation.itojun1999-11-211-2/+2
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* (sl_if_print): actually examine the IP version. Fromassar1999-11-211-2/+13
* patches to help build on Linux 2.2linux22mcr1999-10-171-4/+1
* Initial revisionmcr1999-10-071-0/+306