Use "tvb_get_ntohieee_float()" to fetch floating-point numbers.
[obnox/wireshark/wip.git] / packet-mip.c
2002-01-24 guyReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-05 guyThere's no need for two separate "Extension Length...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-21 guyGet rid of some unused variables.
2001-10-31 guyDisplay unknown extension types in decimal, not hex...
2001-10-31 guyBug fixes and enhancements to Mobile IP, from David...
2001-09-14 guyMake the resolution for time values be nanoseconds...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-04-20 guyFix Gerald's e-mail address - and fix it in "README...
2001-02-27 guyRFC 3024 reverse tunneling support for the Mobile IP...
2001-02-14 guyGet rid of the "CHECK_DISPLAY_AS_DATA()" call and the...
2001-02-14 gramAdd MIP extensions. Re-work some of the tvbuff-handling...
2001-01-25 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 gramEnsure that all value_string arrays end in {0, NULL...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-11 denielMiscellaneous code cleaning
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-06-15 gramConvert IPX-and-friend dissectors in packet-ipx.c to use
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-27 guyFix some typos in strings.
2000-05-27 gramUse tvb_length() instead of END_OF_FRAME.
2000-05-27 gramAdd Mobile IP dissector. Converted to use tvbuff.