Deleted Added
full compact
print-llc.c (17681) print-llc.c (20316)
1/*
2 * Copyright (c) 1992, 1993, 1994, 1995, 1996
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and

--- 174 unchanged lines hidden (view full) ---

183 LLC_IS_NR(llc.llcis),
184 f);
185 }
186 p += 4;
187 length -= 4;
188 caplen -= 4;
189 }
190 (void)printf(" len=%d", length);
1/*
2 * Copyright (c) 1992, 1993, 1994, 1995, 1996
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and

--- 174 unchanged lines hidden (view full) ---

183 LLC_IS_NR(llc.llcis),
184 f);
185 }
186 p += 4;
187 length -= 4;
188 caplen -= 4;
189 }
190 (void)printf(" len=%d", length);
191 if (caplen > 0) {
191 if (caplen > 0 !qflag) {
192 default_print_unaligned(p, caplen);
193 }
194 return(1);
195}
192 default_print_unaligned(p, caplen);
193 }
194 return(1);
195}