Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

iana-org/servicecodeinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

servicecodeinfo
===============

This C program analyzes one or more service codes (see RFC 4340), provided
numerically or as strings, and prints their allocation classes.

Sample usage
============

% ./servicecodeinfo
Usage: servicecodeinfo NUMBER [NUMBER...]
   or: servicecodeinfo -n NAME [NAME...]
% ./servicecodeinfo 5 1717858426 0x48545450
Service Code           ASCII   Allocation Policy
---------------------- -----   ---------------------------------
5                              First Come First Serve (FCFS)
1717858426             fdpz    First Come First Serve (FCFS)
1213486160             HTTP    Specification Required
% ./servicecodeinfo -n fdpz RA
Service Code           ASCII   Allocation Policy
---------------------- -----   ---------------------------------
1717858426             fdpz    First Come First Serve (FCFS)
1379999776             RA      Specification Required

Changelog
=========

2005-08-30 - Original program provided by Eddie Kohler <kohler@cs.ucla.edu>
2013-09-17 - Converted into buildable package for posting and easy compilation
             by Kim Davies <kim.davies@icann.org>

About

Analyse RFC 4340 Service Codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages