This is a discussion on about mib2c.iterate.conf within the SNMP Users forums, part of the Networking and Network Related category; hi, this file originally auto-generated by mib2c using * : mib2c.iterate.conf in my opinion, table_entry = (struct dot11StationConfigTable_entry *) netsnmp_extract_iterator_context(request); ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
hi,
this file originally auto-generated by mib2c using * : mib2c.iterate.conf in my opinion, table_entry = (struct dot11StationConfigTable_entry *) netsnmp_extract_iterator_context(request); is to extract data structure from "request" and then for the GET request we need to put the value to the conrresponding variable in the structure of table_entry,so I did like that char *tempStrStationID="192.168.0.11"; strcpy(table_entry->dot11StationID,tempStrStationID); but I got the Segmentation fault when strcpy,p.s dot11StationIDis definited like char dot11StationID[20]; so,why Segmentation fault?am I right in understanding the mechnism or you can tell me which place I need to modify to the code generated by mib2c.iterate.conf? thank you! Mangd ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?p...rge&CID=DEVDEV _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |