Hello
when trying to commit my changes, I get this result :
# git commit -m 'RRH dissector'
epan/dissectors/packet-rrh.c: FT_IPv6:
proto_tree_add_item(rrh_tree, hf_rrh_ipv6, tvb, pos, 6,
[[ENC_BIG_ENDIAN]-->[ENC_NA]]);
epan/dissectors/packet-rrh.c: FT_IPv6:
proto_tree_add_item(rrh_tree, hf_rrh_ipv6, tvb, pos, 6,
[[ENC_BIG_ENDIAN]-->[ENC_NA]]);
And the status command says nothing was done :
# git status
On branch rrh
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: epan/dissectors/Makefile.common
new file: epan/dissectors/packet-rrh.c
Do you have any idea of what's is going wrong ?
However, compiling and running the program work fine.
best regards