aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mip.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-21warning: ISO C does not allow extra ; outside of a functionjmayer1-2/+2
2003-12-21Compiling with -pedantic:jmayer1-3/+3
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-43/+43
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
2002-07-17From Joerg Mayer:guy1-5/+1
2002-05-01From Joerg Mayer: get rid of unused arguments.guy1-4/+3
2002-04-29Dissect MIP extensions if the packet was claimed to have more data in itguy1-2/+2
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andguy1-3/+1
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-5/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2002-01-05There's no need for two separate "Extension Length" fields - you canguy1-35/+11
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-9/+9
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-2/+5
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