Deleted Added
full compact
print-sctp.c (214478) print-sctp.c (235530)
1/* Copyright (c) 2001 NETLAB, Temple University
2 * Copyright (c) 2001 Protocol Engineering Lab, University of Delaware
3 *
4 * Jerry Heinz <gheinz@astro.temple.edu>
5 * John Fiore <jfiore@joda.cis.temple.edu>
6 * Armando L. Caro Jr. <acaro@cis.udel.edu>
7 *
8 * Redistribution and use in source and binary forms, with or without

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

54#include "interface.h"
55#include "addrtoname.h"
56#include "extract.h" /* must come after interface.h */
57#include "ip.h"
58#ifdef INET6
59#include "ip6.h"
60#endif
61
1/* Copyright (c) 2001 NETLAB, Temple University
2 * Copyright (c) 2001 Protocol Engineering Lab, University of Delaware
3 *
4 * Jerry Heinz <gheinz@astro.temple.edu>
5 * John Fiore <jfiore@joda.cis.temple.edu>
6 * Armando L. Caro Jr. <acaro@cis.udel.edu>
7 *
8 * Redistribution and use in source and binary forms, with or without

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

54#include "interface.h"
55#include "addrtoname.h"
56#include "extract.h" /* must come after interface.h */
57#include "ip.h"
58#ifdef INET6
59#include "ip6.h"
60#endif
61
62#define CHAN_HP 6700
63#define CHAN_MP 6701
64#define CHAN_LP 6702
62#define CHAN_HP 6704
63#define CHAN_MP 6705
64#define CHAN_LP 6706
65
66struct tok ForCES_channels[] = {
67 { CHAN_HP, "ForCES HP" },
68 { CHAN_MP, "ForCES MP" },
69 { CHAN_LP, "ForCES LP" },
70 { 0, NULL }
71};
72

--- 335 unchanged lines hidden ---
65
66struct tok ForCES_channels[] = {
67 { CHAN_HP, "ForCES HP" },
68 { CHAN_MP, "ForCES MP" },
69 { CHAN_LP, "ForCES LP" },
70 { 0, NULL }
71};
72

--- 335 unchanged lines hidden ---