Deleted Added
full compact
print-m3ua.c (313537) print-m3ua.c (327234)
1/* Copyright (c) 2013, The TCPDUMP project
2 * All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are met:
6 *
7 * 1. Redistributions of source code must retain the above copyright notice, this
8 * list of conditions and the following disclaimer.

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

62#define M3UA_MSGC_RKM 9
63
64static const struct tok MessageClasses[] = {
65 { M3UA_MSGC_MGMT, "Management" },
66 { M3UA_MSGC_TRANSFER, "Transfer" },
67 { M3UA_MSGC_SSNM, "SS7" },
68 { M3UA_MSGC_ASPSM, "ASP" },
69 { M3UA_MSGC_ASPTM, "ASP" },
1/* Copyright (c) 2013, The TCPDUMP project
2 * All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are met:
6 *
7 * 1. Redistributions of source code must retain the above copyright notice, this
8 * list of conditions and the following disclaimer.

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

62#define M3UA_MSGC_RKM 9
63
64static const struct tok MessageClasses[] = {
65 { M3UA_MSGC_MGMT, "Management" },
66 { M3UA_MSGC_TRANSFER, "Transfer" },
67 { M3UA_MSGC_SSNM, "SS7" },
68 { M3UA_MSGC_ASPSM, "ASP" },
69 { M3UA_MSGC_ASPTM, "ASP" },
70 { M3UA_MSGC_RKM, "Routing Key Managment" },
70 { M3UA_MSGC_RKM, "Routing Key Management"},
71 { 0, NULL }
72};
73
74/* management messages */
75#define M3UA_MGMT_ERROR 0
76#define M3UA_MGMT_NOTIFY 1
77
78static const struct tok MgmtMessages[] = {

--- 261 unchanged lines hidden ---
71 { 0, NULL }
72};
73
74/* management messages */
75#define M3UA_MGMT_ERROR 0
76#define M3UA_MGMT_NOTIFY 1
77
78static const struct tok MgmtMessages[] = {

--- 261 unchanged lines hidden ---