ThomasHabets / arping

ARP Ping
http://www.habets.pp.se/synscan/programs.php
GNU General Public License v2.0
398 stars 62 forks source link

Rework getopt loop #19

Closed Alukardd closed 8 years ago

Alukardd commented 8 years ago
Getopt loop should only set variables, and calculate nothing.
Without this patch you MUST specify -i option before -S or -T
in your commandline in other cases ifname will be NULL.
ThomasHabets commented 8 years ago

I've merged in the vim annotation patch.

ThomasHabets commented 8 years ago

Oh, and when moving code around, if it fits on 80 characters, please un-linebreak the lines when appropriate.

Also, for cleaner history, please squash commits into one (or I can do it). (I really don't like github not supporting a rietvald-style change list model)

Alukardd commented 8 years ago

Ok, commits was rebased.

Alukardd commented 8 years ago

I finished my changes.

ThomasHabets commented 8 years ago

Applied last patch to HEAD and pushed to github.

ThomasHabets commented 8 years ago

Thank you.

Alukardd commented 8 years ago

Ok. Thanks.