1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 23 hours ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added and using bindAddress. More... over 18 years ago
Added and using bindAddress More... over 18 years ago
Replaced the words RFC 3414 by SNMP-USER-BASED-SM-MIB since that is more meaningful. More... over 18 years ago
*** empty log message *** More... over 18 years ago
Replaced, as far as possible, the RFC numbers in the javadoc that will be generated as links. More... over 18 years ago
Using bindAddress. More... over 18 years ago
Added to - bindAddress textfield - socket type selection - type textfield (non editable) that shows the asn type of the returned answer More... over 18 years ago
Added constructor: # public AsnOctets(java.net.Inet4Address iad, byte t) More... over 18 years ago
iUsing bindAddress More... over 18 years ago
Added constants BIND & TCP, so the bindAddress and TCP socket can be configured. More... over 18 years ago
*** empty log message *** More... over 18 years ago
Added UI for bind address. Added extra sockettype TCP. More... over 18 years ago
Added method: - public String getBindAddress() More... over 18 years ago
Added: #sockettype = TCP More... over 18 years ago
Pass socketType when creating new context. More... over 18 years ago
Added sockettype (t) to constructor. Added # public String getSocketType() # public void setSocketType(String t) More... over 18 years ago
Added class variable bindAddr: - Added variable to constructor Added method public String getBindAddress() More... over 18 years ago
Changed dumpBytes(): builds the text using StringBuffer, and prints it at the end. More... over 18 years ago
Pass bindAddress to context constructor. More... over 18 years ago
Added comment to IPADDRESS type. More... over 18 years ago
Added String bindAddress to the constructor. Added method public String getBindAddress() More... over 18 years ago
Changed constructor AsnOctets(java.net.InetAddress iad): IPv6 is NOT of type IPADDRESS, so check if iad is IPv4 or IPv6. More... over 18 years ago
Remove ':' from text in getRespType. More... over 18 years ago
Added paramter bindAddr (String) to create() method: public void create(int port, String bindAddr) public void create(String host, int port, String bindAddr) More... over 18 years ago
Using <context>.getBindAddress() when creating contexts for discovery. More... over 18 years ago
Added parameter bindAddr (String) to constructor More... over 18 years ago
Added methods: # Constructor (String host, String port, String bindaddress) # public String getBindAddress() # public void setBindAddress(String b) More... over 18 years ago
Added new constructor that takes a local bind address. More... over 18 years ago
Made a 'core' target, called _runExample, moved most of target runExample to there. Added targets runReceiveTrap, runSendTrap. More... over 18 years ago
Added to zip: <include name="*.dtd"/> <include name="env.*"/> More... over 18 years ago