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