URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=768b279da718665208f26ac28f0c9186d39a8bf1
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
768b279 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/20125
Actions performed:
from a825731 Display 4 octets SDVL with 3 bits in ROHC
adds 768b279 "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(-)