URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a484eb9a9e9c7fc1f5c3756a3b73acae36e51a00
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
a484eb9 by Guy Harris (guy@xxxxxxxxxxxx):
"NULL" is not what you use for a null pointer.
It's a non-null pointer to a character string with the value "NULL".
You want just NULL, with no quotes.
Change-Id: I51bfb73a3002f46f13a8f513d07b1ddc009a14cb
Reviewed-on: https://code.wireshark.org/review/20123
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit 724dc1cf5c7a2eaef10ebb4aec399d5f06fc4ed3)
Reviewed-on: https://code.wireshark.org/review/20124
Actions performed:
from 54517d2 Display 4 octets SDVL with 3 bits in ROHC
adds a484eb9 "NULL" is not what you use for a null pointer.
Summary of changes:
wiretap/file_access.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)