lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [task #15072] SNMP support for notifications and informs (v


From: Ognjen Bjelica
Subject: [lwip-devel] [task #15072] SNMP support for notifications and informs (v2c)
Date: Wed, 24 Oct 2018 08:19:26 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36

Follow-up Comment #7, task #15072 (project lwip):

You are right regarding ignoring results. While porting our changes from 2.0.3
to 2.1.0 I have failed to realize that BUILD_EXEC will affect our
modifications as well.
Regarding the unused stuff in err.h, it's no longer unused. Please see:

struct snmp_msg_trap
{
  /* source enterprise ID (sysObjectID) */
  const struct snmp_obj_id *enterprise;
  /* source IP address, raw network order format */
  ip_addr_t sip;
  /* generic trap code */
  u32_t gen_trap;
  /* specific trap code */
  u32_t spc_trap;
  /* timestamp */
  u32_t ts;
  /* snmp_version */
  u32_t snmp_version;

  /* output trap lengths used in ASN encoding */
  /* encoding pdu length */
  u16_t pdulen;
  /* encoding community length */
  u16_t comlen;
  /* encoding sequence length */
  u16_t seqlen;
  /* encoding varbinds sequence length */
  u16_t vbseqlen;

  /* error status */
  err_status_t error_status;
  /* error index */
  s32_t error_index;
  /* inform */
  u8_t is_inform;
};


  /* error status */
  err_status_t error_status;


I will implement new patch soon.


    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/task/?15072>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]