aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lpd.c
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-07-30Declare the value_string tables as arrays of value_strings, not ofGuy Harris1-2/+2
pointers to same, and make them "const" while we're at it. svn path=/trunk/; revision=15147
2005-07-29Pick up some fixes and enhancements fromGerald Combs1-19/+20
http://cvs.fedora.redhat.com/viewcvs/rpms/ethereal/FC-4/: In the LPD dissector, make lpd_client_code a value_string so that we don't segfault. Do the same for lpd_server_code, although it's not strictly necessary. Check to see if htmlview is installed, and use it as our HTML viewer. The Fedora RPM has other patches, but I'm not sure if they should be applied. svn path=/trunk/; revision=15143
2005-07-10Put the data (print job contents) in LPD requests under the LPD protocolGuy Harris1-3/+3
item, rather than making it a top-level item. svn path=/trunk/; revision=14893
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+196
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410