Diff for /embedaddon/mtr/packet/protocols.h between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2021/03/17 00:07:30 version 1.1.1.3, 2023/09/27 11:18:58
Line 50 Line 50
 #define HTTP_PORT 80  #define HTTP_PORT 80
   
 /*  We can't rely on header files to provide this information, because  /*  We can't rely on header files to provide this information, because
    the fields have different names between, for instance, Linux and     the fields have different names between, for instance, Linux and
     Solaris  */      Solaris  */
 struct ICMPHeader {  struct ICMPHeader {
     uint8_t type;      uint8_t type;

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>