DHCP Log File
Hey!
I have been given a task to parse the DHCP log file. My seniors have told me to construct a lexical parser using regex coach. I have done some reading about parsing and DHCP log files and also automata theory. But still I am not getting the real idea of parsing a log file. Do I have to make a seperate regular expression for every line of the log file. If so, then how can i construct a regular expression? 😔 I just need guidelines. Kindly help me! Will be grateful!
I have been given a task to parse the DHCP log file. My seniors have told me to construct a lexical parser using regex coach. I have done some reading about parsing and DHCP log files and also automata theory. But still I am not getting the real idea of parsing a log file. Do I have to make a seperate regular expression for every line of the log file. If so, then how can i construct a regular expression? 😔 I just need guidelines. Kindly help me! Will be grateful!
0