Note that pre-0.6 libpcap didn't handle HP-UX as well as 0.6 and later
[obnox/wireshark/wip.git] / packet-ip.c
2002-03-31 guyGet rid of an unused argument.
2002-03-27 guyIn the protocol tree entries for lists of fragments...
2002-02-27 guyLabel the data source for various forms of reassembled...
2002-02-18 guyDon't give tvbuffs names; instead, give data sources...
2002-02-17 guyWith the tvbuffication of all dissectors, the "packet_i...
2002-02-01 guyProperly add the Boolean "checksum is bad" flag.
2002-01-30 guyMake some variables volatile because GCC on Digital...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-20 guyIf reassembly is enabled, don't try to do any reassembl...
2002-01-17 guyUse the "fragmented" field of the "packet_info" structu...
2002-01-10 guyAs per a comment from Ronnie Sahlberg, display TCP...
2001-12-29 guyMake "dscp_vals[]" a "const" array again.
2001-12-29 ashoknChanges to RSVP:
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-08 guyAttach a descriptive name field type and base to dissec...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-12-02 guyAn NLPID of 1 means T.70 when used as an X.263/ISO...
2001-11-26 hagbardMoved from using dissect_data() to using call_dissector()
2001-11-21 guyIf we have to worry about subdissectors changing the...
2001-11-20 guyGet rid of the "len" and "captured_len" members of...
2001-11-20 guyMake the capture routines take an additional argument...
2001-11-15 guyGet rid of NullTVB, the "compat_top_tvb" member of...
2001-10-31 guySupport for Mobile IP's use of ICMP Router Advertisemen...
2001-10-01 guyHave a flag in the "packet_info" structure, which indic...
2001-09-27 guyWhen dissecting an ICMP datagram that contains part...
2001-07-20 guyGet rid of some unused variables.
2001-06-29 guyCreate a routine to do the tvbuff-length-adjusting and
2001-06-19 guyMore signed vs. unsigned cleanups, and initialization...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-06-08 guyDon't display the data portion of an ER NPDU - we disse...
2001-06-08 guyMove the fragment reassembly code into "reassemble...
2001-06-05 guyThere is no string value assigned to the "ip.fragment...
2001-05-23 geraldAdd tree summary information similar to what's in packe...
2001-05-20 guyRewritten IGMP dissector, from Ronnie Sahlberg.
2001-04-18 guyIP fragment reassembly, from Ronnie Sahlberg.
2001-04-17 guyMove the declaration of "ipprotostr()" out of "epan...
2001-03-28 guyUse "proto_tree_add_boolean_hidden()", not
2001-03-28 guyIf the IP header length is < 20, don't try to dissect...
2001-03-15 guyAdd a new Wiretap encapsulation type for Cisco HDLC...
2001-03-05 guyIP_PROTO_IPV4 and IP_PROTO_IPIP are both 4; there's...
2001-02-28 guyAdd hidden fields for bad checksums to various IP-famil...
2001-02-21 gramInitialize hf_ip_checksum_bad to -1 like all other...
2001-02-21 guyChange from James E. Flemer to add hidden Boolean field...
2001-01-22 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-13 guyMake GRE use a dissector table for its protocol types...
2001-01-10 guyMake the stuff to handle SNAP frames (OUI, PID, payload...
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 guyAdd a new "prefs_register_protocol()" routine, which...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-29 guyIf we get an exception when dissecting a packet, append...
2000-12-14 guyFix a typo in a comment.
2000-12-14 guyPPP patches from Burke Lau to:
2000-12-13 ashoknAdded support for Router-Alert IP option (RFC2113)
2000-12-13 guyDon't check the checksum of ICMP datagrams that are...
2000-12-13 guyAdd code to check the checksums of TCP segments and...
2000-12-08 guyWhen printing an address mask in hex, zero-pad it,...
2000-12-04 guyAdd a "col_clear()" routine, to clear a column; it...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-18 guyTvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP...
2000-11-17 guyGive the "null" link-layer header dissector a dissector...
2000-10-21 guyCheck ICMP checksum. XXX - won't work if the ICMP...
2000-09-16 sharpeApply the patch for ECN in the IP header from
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-08-05 guyMake the ICMP top-of-protocol-tree item cover the entir...
2000-08-05 guyMake "ip_checksum()" take just pointer and length argum...
2000-08-04 guyClean up the checksumming stuff a bit:
2000-08-04 gramIf IP checksum is incorrect, show what correct value...
2000-07-05 guyAdd support for a global "ethereal.conf" preferences...
2000-06-20 gramtvbuffify the IGMP dissector. There's still plenty...
2000-06-13 itojuntos_str is no longer used. it was superseded by iptos_...
2000-06-05 gramChange dissect_ah() so that dissect_ip() doesn't have...
2000-06-02 gramShow ICMP sequence number as two bytes, not as integer.
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-28 guyGive the Appletalk DDP dissector a dissector hash table...
2000-05-26 guySupport for SCTP in the capture dialog, from Michael...
2000-05-24 guyPatch from Scott Howard to show the IP fragment offset...
2000-05-22 guyEIGRP over Appletalk and EIGRP over IPX support, from...
2000-05-11 gramAdd tvbuff class.
2000-05-10 geraldFix a typo in the packet counter.
2000-04-20 guyHave the IPv6 dissector use the same dissector table...
2000-04-17 guyRegister a "llc.dsap" dissector table for 802.2 LLC...
2000-04-16 guyRegister an "ip.proto" dissector table for IPv4, and...
2000-04-16 guyRegister a "ppp.protocol" dissector table for PPP,...
2000-04-13 gramChange the sub-dissector handoff registration routines...
2000-03-21 guyAdd support for TXT and WKS records to the DNS dissector.
2000-03-16 guyPut the EIGRP packet type into the INFO column in the...
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-03-07 guyFix some "proto_tree_add_text()" calls.
2000-02-15 gramCreate a header file for every packet-*.c file. Prune...
2000-02-09 gramIntegrate Ed Meaney's <emeaney@altiga.com> changes...
2000-02-02 oabadIn dissect_ipopt_timestamp() :
2000-01-24 guyHeikki Vatiainen's patch to add a flag to control wheth...
2000-01-23 guyIn "dissect_eth()", update "pi.len" and "pi.captured_le...
2000-01-20 guyJoerg Mayer's updates to the VINES dissector and to...
2000-01-16 guyGet rid of the include of "util.h" that some dissectors...
1999-12-13 gramFix problem with number of format args for "option...
1999-12-09 guyThou Shalt Not Cast Pointers Into A Packet To Pointers...
next