Networking

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • print-dccp.c, dccp.h

    1 answers - 508 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    The print-dccp.c file is rather gcc centric in the way it uses declarations
    after code statements. E.g.:
    TCHECK2(*dh_ack,8);
    u_int32_t ack_low = dh_ack->dccph_ack_nr_low;
    Which doesn't work in MSVC7.
    The attached patch also removes the dccp_hdr_data() function.
    It's not used and besides writing 'struct X* X()' is not legal in MSVC
    AFAICS.
    -
    This is the tcpdump-workers list.
    Visit https://lists.sandelman.ca/ to unsubscribe.
  • No.1 | | 604 bytes | |

    Dec 3, 2005, at 8:51 AM, Gisle Vanem wrote:

    The print-dccp.c file is rather gcc centric in the way it uses
    declarations after code statements. E.g.:
    TCHECK2(*dh_ack,8);

    u_int32_t ack_low = dh_ack->dccph_ack_nr_low;

    Which doesn't work in MSVC7.

    The attached patch also removes the dccp_hdr_data() function.
    It's not used and besides writing 'struct X* X()' is not legal
    in MSVC
    AFAICS.

    Checked into the main and x.9 branches.
    -
    This is the tcpdump-workers list.
    Visit https://lists.sandelman.ca/ to unsubscribe.

Re: print-dccp.c, dccp.h


max 4000 letters.
Your nickname that display:
In order to stop the spam: 8 + 7 =
QUESTION ON "Networking"

EMSDN.COM