Le 20/01/2013 07:51, Danniel_zeng a écrit : > Thank Evan Huus. > > I'v check those "packet-ppp.c"s and compare with the one in > wireshark1.8.1,I find that the difference is the FIXED_LENGTH have > been replayed by OPT_LEN_FIXED_LENGTH. > > I want to know where is "FIXED_LENGTH" or "OPT_LEN_FIXED_LENGTH" > defined ,but I can't. > > Can you tell me which file has defined that identifier?
Hi, those defines can be found in epan/ip_opts.h. FIXED_LENGTH got renamed to OPT_LEN_FIXED_LENGTH in revision 43210: https://anonsvn.wireshark.org/viewvc?view=revision&revision=43210 The crash fix does not come from this rename, but probably from other bugfixes like the revisions listed by Evan. Regards, Pascal.
___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
