aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ax25.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-21Constify some character pointer variables to avoid warnings aboutGuy Harris1-1/+1
2012-10-22Cleanup:Bill Meier1-86/+70
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-04Use libwireshark's xDLC handling functions and macros to process theGuy Harris1-62/+44
2012-08-03Newer version of the AX.25 spec.Guy Harris1-0/+3
2012-08-03Move the list of AX.25 protocol IDs to epan/ax25_pids.h. Use it inGuy Harris1-80/+21
2012-08-03Make the protocol ID field an integral field with a value_string table;Guy Harris1-124/+70
2012-08-02From Richard Stearn: AX.25 "No layer 3" support.Guy Harris1-1/+1
2012-08-02From Richard Stearn: Rose (X.25 Packet Layer Protocol atop AX.25'sGuy Harris1-3/+3
2012-08-02Clean up indentation.Guy Harris1-36/+24
2012-08-02From Richard Stearn: Flexnet support.Guy Harris1-20/+3
2012-08-02Don't use dissector_add(): it's long since deprecated.Jeff Morriss1-2/+2
2012-08-02From Richard Stearn: AX.25 NetROM support.Guy Harris1-2/+3
2012-08-02Fix:Jörg Mayer1-40/+40
2012-08-02From Richard Stearn: IP-over-AX.25 and AX.25 ARP.Guy Harris1-3/+3
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-0/+630