aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mip.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-43/+43
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* From Joerg Mayer:Guy Harris2002-07-171-5/+1
* From Joerg Mayer: get rid of unused arguments.Guy Harris2002-05-011-4/+3
* Dissect MIP extensions if the packet was claimed to have more data in itGuy Harris2002-04-291-2/+2
* Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris2002-04-291-3/+1
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-5/+4
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* There's no need for two separate "Extension Length" fields - you canGuy Harris2002-01-051-35/+11
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-9/+9
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+5
* Get rid of some unused variables.Guy Harris2001-11-211-4/+3
* Display unknown extension types in decimal, not hex (the RFCs give themGuy Harris2001-10-311-2/+2
* Bug fixes and enhancements to Mobile IP, from David Frascone.Guy Harris2001-10-311-139/+298
* Make the resolution for time values be nanoseconds rather thanGuy Harris2001-09-141-9/+11
* 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