Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jedi
smrtlink
Commits
c99118b4
Commit
c99118b4
authored
Sep 27, 2015
by
/jdi/
Browse files
clean up
parent
b76fb38b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
0 → 100644
View file @
c99118b4
# the compiler: gcc for C program, define as g++ for C++
CC
=
g++
# compiler flags:
# -g adds debugging information to the executable file
# -Wall turns on most, but not all, compiler warnings
CFLAGS
=
-g
-Wall
-lrt
-std
=
c++11
# the build target executable:
TARGET
=
smrtlink
all
:
$(TARGET)
$(TARGET)
:
$(TARGET).o
$(CC)
$(CFLAGS)
-o
$(TARGET)
$(TARGET)
.o
$(TARGET).o
:
src/*.cpp
$(CC)
$(CFLAGS)
src/
*
.cpp src/
*
.h
clean
:
$(RM)
$(TARGET)
dict.txt
0 → 100644
View file @
c99118b4
change Password:
#512 Length: 6 Value: admin
#513 Length: 6 Value: admin
#514 Length: 10 Value: <oldPassword>
#515 Length: 10 Value: <newPassword>
login:
#2305 Length: 0 Value: (null)
#512 Length: 6 Value: admin
#514 Length: 10 Value: <Password>
#10 Length: 0 Value: (null)
#2 Length: 0 Value: (null)
change Hostname:
#2305 Length: 0 Value: (null)
#2 Length: 11 Value: <Hostname>
#4 Length: 4 Dec: 192.168.0.5
#5 Length: 4 Dec: 255.255.255.0
#6 Length: 4 Dec: 0.0.0.0
#9 Length: 1 Hex: 00
#512 Length: 6 Value: admin
#514 Length: 17 Value: <Password>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment