aboutsummaryrefslogtreecommitdiffstats
path: root/epan/.editorconfig
AgeCommit message (Collapse)AuthorFilesLines
2017-11-13Remove circuit APIMichael Mann1-4/+0
Replace with conversation API that limits the "endpoint" to a single uint32 value. The intention is to eventually have "layered" endpoints, because circuit_id was used in cases where src/dest port have already been populated (and are used for layers above). Those src/dest ports should just be treated as just another endpoint, but we currently only have support for one. Change-Id: Ic6aa7ef0241275aa4dfde9459194369b48c72960 Reviewed-on: https://code.wireshark.org/review/24369 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-03-14Add EditorConfig settings for epan/*.[ch]João Valverde1-0/+168
Change-Id: Idf53845158e1c112984bee895b91a39475f8c110 Reviewed-on: https://code.wireshark.org/review/14454 Reviewed-by: João Valverde <j@v6e.pt>