index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
dissectors
/
packet-bootp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some of the Errors/warnings detected by checkapi.
Bill Meier
2008-05-14
1
-3
/
+5
*
Fix bug 2395: 2395
Jörg Mayer
2008-03-30
1
-22
/
+22
*
Remove leftover debug code.
Gerald Combs
2008-03-13
1
-1
/
+0
*
sscanf() apparently handles negative input values, even when your
Gerald Combs
2008-03-13
1
-3
/
+4
*
Fixed uint -> guint.
Stig Bjørlykke
2008-03-12
1
-2
/
+2
*
+ DHCP overload option parsing changes (triggered by bug 2194):
Jörg Mayer
2008-03-12
1
-128
/
+140
*
From Karl Heinz Wolf:
Jaap Keuter
2008-02-21
1
-2
/
+102
*
Windows (confirmed with Vista, XP, and 98) sends the "secs" value as a
Gerald Combs
2008-02-11
1
-3
/
+14
*
Removed even more "statement not reached" warnings.
Stig Bjørlykke
2008-02-07
1
-1
/
+0
*
From Zbigniew Kopek:
Jaap Keuter
2007-12-14
1
-4
/
+26
*
From Stefan Puiu:
Anders Broman
2007-10-27
1
-13
/
+49
*
Logic error
Jaap Keuter
2007-10-17
1
-1
/
+1
*
Add support for RFC 4243. Tested using a malformed packet, but it should be
Gerald Combs
2007-10-09
1
-1
/
+24
*
From Thomas Sillaber:
Jaap Keuter
2007-09-13
1
-8
/
+60
*
From Francois-Xavier Le Bail <fx.lebail@yahoo.com> / bug 1724:
Richard van der Hoff
2007-08-21
1
-2
/
+3
*
From Francois-Xavier Le Bail:
Jaap Keuter
2007-07-24
1
-1
/
+51
*
Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLib
Guy Harris
2007-05-29
1
-1
/
+1
*
Fix bug #1416: crash (stack smashing) on single DHCP packet
Stephen Fisher
2007-05-26
1
-1
/
+1
*
Fix a crash bug found through fuzz testing. The bug was introduced
Gerald Combs
2007-05-24
1
-17
/
+18
*
From Stefan Puiu:
Jaap Keuter
2007-05-02
1
-13
/
+17
*
Make these protocols findable by name.
Martin Mathieson
2007-05-01
1
-0
/
+3
*
Add some GCC warnings to the standard set, and add some others to the
Guy Harris
2007-04-23
1
-13
/
+14
*
From Sebastien Tandel
Ronnie Sahlberg
2007-03-26
1
-20
/
+31
*
Remove unused variable
Stephen Fisher
2007-02-11
1
-1
/
+0
*
From Joe McEachern:
Stephen Fisher
2007-02-11
1
-2
/
+142
*
Clean up some compiler warnings.
Guy Harris
2006-10-25
1
-7
/
+6
*
Do the suboption processing in dissect_netware_ip_suboption() a bit more
Guy Harris
2006-10-14
1
-13
/
+4
*
Add some space after commas.
Guy Harris
2006-09-21
1
-2
/
+2
*
Fix the handling of IPv4-address and Boolean suboptions of the Novell
Guy Harris
2006-09-21
1
-4
/
+4
*
Always print length as well as type in Option line.
Jörg Mayer
2006-08-16
1
-9
/
+4
*
Complete: Make dhcp options filterable
Jörg Mayer
2006-08-15
1
-116
/
+46
*
Start making dhcp options filterable (special cases still missing)
Jörg Mayer
2006-08-15
1
-8
/
+35
*
Change a label a bit to be able to differentiate it from the default
Jörg Mayer
2006-08-10
1
-1
/
+1
*
change a whole bunch of ethereal into wireshark
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
From Thomas Anders:
Jaap Keuter
2006-04-17
1
-67
/
+90
*
Display more info for some PXE DHCP options:
Tim Potter
2006-03-09
1
-6
/
+76
*
Use the new "proto_tree_add_*_format_value" routines.
Guy Harris
2006-02-16
1
-15
/
+15
*
Add support for PacketCable option 60/suboption 5.23. Sponsored by
Gerald Combs
2006-02-08
1
-18
/
+102
*
done:
Jörg Mayer
2006-01-16
1
-3
/
+0
*
From Thomas Sillaber
Jaap Keuter
2006-01-11
1
-0
/
+35
*
add Jaap K's extensions
Ronnie Sahlberg
2005-12-23
1
-349
/
+412
*
As reported by Mark Millet <mmillet@cisco.com>
Jörg Mayer
2005-12-22
1
-26
/
+25
*
From Stephen Donovan:
Anders Broman
2005-10-20
1
-1
/
+1
*
improve get_dns_name now that we have cheap emem allocated buffers
Ronnie Sahlberg
2005-10-08
1
-4
/
+3
*
Convert some more "tvb_memcpy()"s fetching IPv4 and IPv6 addresses to
Guy Harris
2005-09-13
1
-7
/
+8
*
Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,
Guy Harris
2005-09-11
1
-1
/
+1
*
Get rid of a no-longer-used #define.
Guy Harris
2005-09-01
1
-2
/
+0
*
Use "proto_tree_append_text()" rather than appending to an ep_alloced
Guy Harris
2005-09-01
1
-142
/
+114
*
change g_string_sprintf[a]() to g_snprintf() and emem allocated memory.
Ronnie Sahlberg
2005-08-31
1
-58
/
+62
*
remove some g_string_printf[a]() and replace it with g_snprintf() to ememifie...
Ronnie Sahlberg
2005-08-30
1
-15
/
+17
[next]