Currently, only the bottom 8 service bits are shown in the GUI peer details view.
NODE_NETWORK_LIMITED is the 11th bit (2^10).
The first commit expands the range to cover the full 64 bits, and properly label "NETWORK_LIMITED".
The second commit refactors the code so that any future omitted service bits will trigger a compile warning.