ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] impossible to commit my changes

From: Aurélien Terrestris <aterrestris@xxxxxxxxx>
Date: Mon, 23 Mar 2015 23:20:01 +0100
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