aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stat_tap_ui.c
AgeCommit message (Collapse)AuthorFilesLines
2014-12-30Fix IPv6/IPX statistics generationPascal Quantin1-6/+6
Use a doubly-linked list and iterate on the reversed statistics list to always test the bigger strings first Bug: 10813 Change-Id: Ibfedac9648db58e6dadc2334eec678e26daca906 Reviewed-on: https://code.wireshark.org/review/6140 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
2014-12-27Fix -z statistics command line parsingPascal Quantin1-1/+1
The string comparison must be done against the length of the registered command, not against the length or the string given as an argument. Otherwise optional parameters are taken into account. Change-Id: Iec4032fc10b00e606770533c5a567d7b49663593 Reviewed-on: https://code.wireshark.org/review/6075 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris1-0/+142
The intent is to handle more than just command-line arguments; reflect that. Change-Id: Ia10efda85a9d11c6579d1bec6f789cee30d9e825 Reviewed-on: https://code.wireshark.org/review/5304 Reviewed-by: Guy Harris <guy@alum.mit.edu>