aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ax25.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-03Newer version of the AX.25 spec.guy1-0/+3
2012-08-03Move the list of AX.25 protocol IDs to epan/ax25_pids.h. Use it inguy1-80/+21
2012-08-03Make the protocol ID field an integral field with a value_string table;guy1-124/+70
2012-08-02From Richard Stearn: AX.25 "No layer 3" support.guy1-1/+1
2012-08-02From Richard Stearn: Rose (X.25 Packet Layer Protocol atop AX.25'sguy1-3/+3
2012-08-02Clean up indentation.guy1-36/+24
2012-08-02From Richard Stearn: Flexnet support.guy1-20/+3
2012-08-02Don't use dissector_add(): it's long since deprecated.morriss1-2/+2
2012-08-02From Richard Stearn: AX.25 NetROM support.guy1-2/+3
2012-08-02Fix:jmayer1-40/+40
2012-08-02From Richard Stearn: IP-over-AX.25 and AX.25 ARP.guy1-3/+3
2012-08-02From Richard Stearn: support for AX.25, including support forguy1-0/+630