

Public Member Functions | |
| PcapLiveNetworkClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 218 of file net-pcap.cc.
00218 : TclClass("Network/Pcap/Live") {} |
|
||||||||||||
|
Definition at line 219 of file net-pcap.cc.
00219 {
00220 return (new PcapLiveNetwork);
00221 }
|
1.3.3