aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mip.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-21Get rid of some unused variables.guy1-4/+3
2001-10-31Display unknown extension types in decimal, not hex (the RFCs give themguy1-2/+2
2001-10-31Bug fixes and enhancements to Mobile IP, from David Frascone.guy1-139/+298
2001-09-14Make the resolution for time values be nanoseconds rather thanguy1-9/+11
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-20/+20
2001-04-20Fix Gerald's e-mail address - and fix it in "README.developer", soguy1-2/+2
2001-02-27RFC 3024 reverse tunneling support for the Mobile IP dissector, fromguy1-1/+15
2001-02-14Get rid of the "CHECK_DISPLAY_AS_DATA()" call and the setting ofguy1-7/+10
2001-02-14Add MIP extensions. Re-work some of the tvbuff-handling logic.gram1-88/+170
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-17/+11
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awaygram1-2/+4
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-11-19For each column, have both a buffer into which strings for that columnguy1-4/+4
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-11Miscellaneous code cleaningdeniel1-8/+4
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-2/+2
2000-06-15Convert IPX-and-friend dissectors in packet-ipx.c to usegram1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-22/+22
2000-05-27Fix some typos in strings.guy1-19/+6
2000-05-27Use tvb_length() instead of END_OF_FRAME.gram1-3/+3
2000-05-27Add Mobile IP dissector. Converted to use tvbuff.gram1-0/+316