aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icmpv6.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-7/+17
| | | | | | | | | | | | | | | | | dynamically-assigned "ett_" integer values, assigned by "proto_register_subtree_array()"; this: obviates the need to update "packet.h" whenever you add a new subtree type - you only have to add a call to "proto_register_subtree_array()" to a "register" routine and an array of pointers to "ett_", if they're not already there, and add a pointer to the new "ett_" variable to the array, if they are there; would allow run-time-loaded dissectors to allocate subtree types when they're loaded. svn path=/trunk/; revision=1043
* Replace proto_tree_add_item_format by proto_tree_add_item.Laurent Deniel1999-10-161-4/+3
| | | | svn path=/trunk/; revision=865
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-4/+7
| | | | | | | | | | | | | | | | | | | | | the base for numbers to be displayed in, bitmasks for bitfields, and blurbs (which are one or two sentences describing the field). proto_tree_add*() routines now automatically handle bitfields. You tell it which header field you are adding, and just pass it the value of the entire field, and the proto_tree routines will do the masking and shifting for you. This means that bitfields are more naturally filtered via dfilter now. Added Phil Techau's support for signed integers in dfilters/proto_tree. Added the beginning of the SNA dissector. It's not complete, but I'm committing it now because it has example after example of how to use bitfields with the new header_field_info struct and proto_tree routines. It was the impetus to change how header_field_info works. svn path=/trunk/; revision=815
* Add display filters.Laurent Deniel1999-10-101-11/+22
| | | | svn path=/trunk/; revision=799
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-3/+16
| | | | | | | allowing users to filter on the existence of these protocols. I also added packet-clip.c to the Nmake makefile. svn path=/trunk/; revision=402
* Added a fix from Shoichi Sakane that corrects some missing "break"s.Gerald Combs1999-07-281-1/+3
| | | | svn path=/trunk/; revision=392
* Added a fix from Takashi Tanaka to correct a byte order problem when printingGerald Combs1999-07-281-2/+2
| | | | | | the MTU. svn path=/trunk/; revision=391
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-1/+5
| | | | | | | | | | | | but does not link. Perhaps someone who understands the MS tools can help out. I made it link a few months ago, but with different version of glib/gtk+. I can't remember how I made it link. Most of the compatibility issues were resolved with adding #ifdef HAVE_UNISTD_H the the source code. Please be sure to add this to all future code. svn path=/trunk/; revision=359
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-60/+54
| | | | | | | mechanism that is built into ethereal. Wiretap is now used to read all file formats. Libpcap is used only for capturing. svn path=/trunk/; revision=342
* A fix for Solaris 2.5.1 compilation.Gilbert Ramirez1999-03-291-1/+10
| | | | svn path=/trunk/; revision=232
* Two more files for ipv6.Gilbert Ramirez1999-03-291-0/+558
svn path=/trunk/; revision=231