aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mip.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-20/+20
2001-04-20Fix Gerald's e-mail address - and fix it in "README.developer", soGuy Harris1-2/+2
2001-02-27RFC 3024 reverse tunneling support for the Mobile IP dissector, fromGuy Harris1-1/+15
2001-02-14Get rid of the "CHECK_DISPLAY_AS_DATA()" call and the setting ofGuy Harris1-7/+10
2001-02-14Add MIP extensions. Re-work some of the tvbuff-handling logic.Gilbert Ramirez1-88/+170
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-17/+11
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez1-2/+4
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-4/+4
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-11Miscellaneous code cleaningLaurent Deniel1-8/+4
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-2/+2
2000-06-15Convert IPX-and-friend dissectors in packet-ipx.c to useGilbert Ramirez1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-22/+22
2000-05-27Fix some typos in strings.Guy Harris1-19/+6
2000-05-27Use tvb_length() instead of END_OF_FRAME.Gilbert Ramirez1-3/+3
2000-05-27Add Mobile IP dissector. Converted to use tvbuff.Gilbert Ramirez1-0/+316