aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-at.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-2/+2
2018-09-12AT: Add CSUPI commandDarien Spencer1-0/+8
2018-09-12AT: Fix rejection valuesDarien Spencer1-2/+2
2018-09-08AT: Add CMUX commandDarien Spencer1-0/+145
2018-09-08AT: Fix CSQ checking for wrong actionDarien Spencer1-1/+1
2018-09-08AT: Add GMI, GMM, GMR commandsDarien Spencer1-0/+89
2018-09-06AT: Fix dissector function return typesStig Bjørlykke1-29/+29
2018-09-06AT: Add CGMI and CGMR commandStig Bjørlykke1-0/+60
2018-09-03AT: Add CSCS commandDarien Spencer1-0/+34
2018-08-26AT: Add CPIN commandDarien Spencer1-0/+74
2018-08-26AT: Correct dissection func for +CLACDarien Spencer1-1/+1
2018-08-24AT: Add CSQ commandDarien Spencer1-0/+106
2018-08-24AT: Clarify that a DCE is a ModemDarien Spencer1-3/+3
2018-08-21AT: Fix suffix length checks, add no suffix caseDarien Spencer1-3/+11
2018-08-19AT: Add CLAC commandDarien Spencer1-0/+7
2018-08-18AT: Add CGSN/GSN CommandsDarien Spencer1-0/+14
2018-08-17AT: Reorder commands dissection functionsDarien Spencer1-240/+239
2018-08-16AT: Reorder commands dictionaryDarien Spencer1-6/+6
2018-08-16AT: Add CFUN commandDarien Spencer1-0/+92
2018-08-11AT: Add CPMS commandDarien Spencer1-0/+128
2018-08-11AT: Add ^CIMI commandDarien Spencer1-0/+1
2018-08-07AT: Allow more CMEE command typesDarien Spencer1-2/+5
2018-08-05AT: Fix check for numeric CME errorsDarien Spencer1-2/+4
2018-08-05AT: Add CIMI commandDarien Spencer1-22/+53
2018-08-05AT: fix check for non-numeric CME errorsPeter Wu1-5/+2
2018-08-05AT: Add CSIM commandDarien Spencer1-0/+112
2018-08-04AT: Fix CME Error descriptionDarien Spencer1-1/+1
2018-08-04AT: Allow test command for AT+CGMMDarien Spencer1-1/+1
2018-08-04AT: Distinguish between numeric and textual CME errorsDarien Spencer1-1/+20
2018-08-04at: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2018-08-01AT: Dissect commandsDarien Spencer1-29/+1672
2018-06-28AT: Allow padding in heuristic checkDarien Spencer1-11/+42
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-30Have format_text_wsp use wmem allocated memory.Michael Mann1-1/+1
2016-06-02AT: fix heuristic checkPascal Quantin1-7/+6
2016-06-01at: remove an unnecessary if (tree) checkMartin Kaiser1-9/+8
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-22/+21
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-2/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-10-20Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+12
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-05-13isprint() -> g_ascii_isprint()AndersBroman1-1/+1
2014-05-01AT: do not always prepend "/" to protocol namePascal Quantin1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0