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