aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-10-17Get rid of unnecessary includes of ctype.h.Guy Harris5-5/+0
2014-10-17Don't use ctype.h routines.Guy Harris8-55/+46
2014-10-17SGsAP Update to V12.6.0 except for IE TMSI based NRI container.AndersBroman2-8/+62
2014-10-17Dissect CDMA2000 PDU if GCSNA dissector exists.AndersBroman1-51/+71
2014-10-17Remove unnecessary include of <ctype.h>.Guy Harris1-1/+0
2014-10-17Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.Guy Harris1-6/+5
2014-10-17Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.Guy Harris2-3/+1
2014-10-17Don't use ctype.h routines.Guy Harris1-2/+9
2014-10-17Don't use <ctype.h> macros.Guy Harris4-7/+3
2014-10-17No need for our own wrappers around tolower() and toupper().Guy Harris1-20/+3
2014-10-16Use g_ascii_isalnum() rather than isalnum().Guy Harris1-3/+2
2014-10-16Just have get_mac_lte_rapid_description() return the description string.Guy Harris1-16/+12
2014-10-16Make sort_alphabet() not fail too badly with characters in [128,255].Guy Harris1-4/+8
2014-10-16use supported/unsupported for the bitfield elementsMartin Kaiser1-24/+24
2014-10-16smartcard descriptor: start a bitfield for the featuresMartin Kaiser1-2/+23
2014-10-16GTPv2 in Complete Request Message call the NAS dissector with a tvb onlyAndersBroman1-2/+2
2014-10-16Oops, I missed one "cast a char to int and use it as a subscript" case.Guy Harris1-1/+1
2014-10-16Better fix - just check that the upper and lower nibbles are >= 0xA.Guy Harris1-17/+5
2014-10-16Added italian translation to qt.Dario Lombardo1-0/+1
2014-10-16Fix some more "char is unsigned" issues, and a possible "char is signed" one.Guy Harris2-8/+8
2014-10-16Fix issues in some ARM compilers, due to char being unsigned?Guy Harris1-8/+17
2014-10-16ETSI CAT: fix a typo and remove deprecated API callPascal Quantin1-14/+14
2014-10-15Eliminate some proto_tree_add_text from GSM dissectors (so now there are no d...Michael Mann7-296/+279
2014-10-15IPv6: Calipso option length is not used properlyAlexis La Goutte1-2/+2
2014-10-15smb2: fully initialize dummy sessionEvan Huus1-7/+4
2014-10-15GTPv2: Fully dissect Presence Reporting Area Action.AndersBroman1-86/+173
2014-10-15LDAP: Improved a if-check to avoid a analyzis warning.Stig Bjørlykke1-1/+1
2014-10-15raknet: fix two checkfiltername errors; mcpe,raknet: minor cleanup;Bill Meier2-17/+20
2014-10-15packet-raknet.c: value_string array (created at runtime) must be terminated w...Bill Meier1-3/+5
2014-10-14Always put editor-modelines at the end of the file ...Bill Meier14-34/+30
2014-10-14packet-assa_r3.c: Use editor modelines from http://www.wireshark.org/tools/mo...Bill Meier1-4/+4
2014-10-14Add RakNet protocol dissectorNick Carter4-0/+1082
2014-10-14packet-gvsp.c: removed an unused #defineBill Meier1-2/+0
2014-10-14GTPv2 Dissect more bits in IE Indication.AndersBroman1-14/+17
2014-10-14PIM: Disable unused pimbdirdfvals.Stig Bjørlykke1-1/+3
2014-10-14packet-gvsp.c: sort pixeltypenames[] for extended value-string use.Bill Meier1-76/+97
2014-10-14packet-gvsp.c: Fix license; Remove unneeded code from proto_reg_handoff..(); ...Bill Meier1-176/+170
2014-10-14Adding GigEVision GVSP dissectorwarrenm3-0/+1984
2014-10-13NCP: cast to guint instead of gulongPascal Quantin1-1/+1
2014-10-13smartcard descriptor: bitmask for pin support fieldMartin Kaiser1-3/+19
2014-10-13smartcard descriptor:Martin Kaiser1-2/+21
2014-10-13smartcard descriptor: the lcd layout is two bytes longMartin Kaiser1-1/+1
2014-10-13Add Kerberos 3.2.2 package for Win64Pascal Quantin1-2/+2
2014-10-13BER: Code cleanup in call functionsStig Bjørlykke1-25/+9
2014-10-13NCP: add a missing cast following g6ca40c5Pascal Quantin1-1/+1
2014-10-13Lua: luaL_checkstring does not return NULLStig Bjørlykke11-201/+65
2014-10-13IPv6: use proto_tree_add_item for IPv6 Routing Header Next and LengthAlexis La Goutte1-11/+10
2014-10-13ncp2222: don't overflow buffer constructing stringEvan Huus1-2/+1
2014-10-13RTSE: Return dissected length from call_rtse_oid_callbackStig Bjørlykke1-12/+11
2014-10-13ROS: Return dissected length from call_ros_oid_callbackStig Bjørlykke1-21/+17