]> git.sur5r.net Git - ngadmin/commit
CLI: separated commands by category in different files.
authordarkcoven <admin@darkcoven.tk>
Tue, 29 Nov 2011 11:00:00 +0000 (12:00 +0100)
committerdarkcoven <admin@darkcoven.tk>
Sat, 29 Dec 2012 21:45:11 +0000 (22:45 +0100)
commit47fbfc0635ef174f71047d75c328f8e848e6a02d
treee66cf2c86d17db2936ed103ca1ae768ee901b259
parentb9d8cda84d8616e47e90029e183084dc8584e746
CLI: separated commands by category in different files.
Added support for reading VLAN 802.1q values.
Dissector: changed code structure.
Dissector: added checks of packet structure.
Dissector: added dissect support for most request types.
24 files changed:
cli/com_bitrate.c [new file with mode: 0644]
cli/com_cabletest.c [new file with mode: 0644]
cli/com_defaults.c [new file with mode: 0644]
cli/com_firmware.c [new file with mode: 0644]
cli/com_igmp.c [new file with mode: 0644]
cli/com_list.c [new file with mode: 0644]
cli/com_login.c [new file with mode: 0644]
cli/com_mirror.c [new file with mode: 0644]
cli/com_name.c [new file with mode: 0644]
cli/com_netconf.c [new file with mode: 0644]
cli/com_password.c [new file with mode: 0644]
cli/com_ports.c [new file with mode: 0644]
cli/com_qos.c [new file with mode: 0644]
cli/com_quit.c [new file with mode: 0644]
cli/com_restart.c [new file with mode: 0644]
cli/com_scan.c [new file with mode: 0644]
cli/com_stormfilter.c [new file with mode: 0644]
cli/com_tree.c [new file with mode: 0644]
cli/com_vlan.c [new file with mode: 0644]
cli/commands.c
lib/ngadmin.h
lib/src/network.c
lib/src/ngadmin.c
nsdp.lua