http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1044
Summary: typo in epan/dissectors/packet-ntp.c
Product: Wireshark
Version: SVN
Platform: PC
OS/Version: Linux
Status: NEW
Severity: Trivial
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: toralf.foerster@xxxxxx
tfoerste@n22 ~/devel/wireshark/trunk $ diff -u
epan/dissectors/packet-ntp.c_orig epan/dissectors/packet-ntp.c
--- epan/dissectors/packet-ntp.c_orig 2006-08-18 22:30:21.000000000 +0200
+++ epan/dissectors/packet-ntp.c 2006-08-18 22:30:33.000000000 +0200
@@ -550,7 +550,7 @@
refid = tvb_get_ptr(tvb, 12, 4);
if (stratum <= 1) {
buff=ep_alloc(NTP_TS_SIZE);
- g_snprintf (buff, NTP_TS_SIZE, "Unindentified reference source
'%.4s'",
+ g_snprintf (buff, NTP_TS_SIZE, "Unidentified reference source
'%.4s'",
refid);
for (i = 0; primary_sources[i].id; i++) {
if (memcmp (refid, primary_sources[i].id, 4) == 0) {
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.