aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-05-23Add jumbo-allocation support to wmem fast blockEvan Huus2-5/+57
2014-05-23Add cast to please mac buildbotEvan Huus1-1/+1
2014-05-23tvb parameter should not be NULL as the lengths are nonzero.Michael Mann1-7/+7
2014-05-22Don't use sizeof(guintN) for sizes of data in packets.Guy Harris1-100/+100
2014-05-22RADIUS: Remove double space before type (t=...)Alexis La Goutte1-2/+2
2014-05-22GSM SIM: fix a typo and update obsolete API callsPascal Quantin1-5/+5
2014-05-22Call dissect_ip_tcp_options to save the window scale.ruengeler1-1/+1
2014-05-22Missed update of one dissector_try_heuristic() when merging.AndersBroman1-2/+2
2014-05-22Tighten heuristic checks for IEEE 802.15.4 protocols, and add Decode-As by PA...Owen Kirby7-202/+461
2014-05-22Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+2
2014-05-22Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+2
2014-05-22LLDP Cleanup : 802.3 TLVAnish Bhatt1-26/+68
2014-05-22Wrong length of Modulation Type and Modulation System fields in Satellite Del...Roman Volkov1-2/+2
2014-05-21Print the values in the BSS Load Element in human readable format as well.Joerg Mayer1-8/+14
2014-05-21DIS: implement IFF PDUMark Weel1-0/+532
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman45-135/+264
2014-05-21Remove extra parentheses.Gerald Combs1-1/+1
2014-05-21Dissect Multicast Group Membership Information LCAFLorand Jakab1-4/+222
2014-05-21LISP: Add support for MAC address AFILorand Jakab1-11/+106
2014-05-21Dissect Replication List Entries LCAFLorand Jakab1-0/+134
2014-05-21Add value to correct tree in Key/Value LCAFLorand Jakab1-4/+4
2014-05-21Add MAC address family numbers (RFC 7042)Lorand Jakab2-0/+4
2014-05-21Add cast to satisfy buildbotEvan Huus1-1/+1
2014-05-21Dissect Source/Destination 2-Tuple Lookups LCAFLorand Jakab1-0/+167
2014-05-20Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-05-20Don't panic in case of mediaproxy-ng/rtpengine extensionPeter Lemenkov1-1/+14
2014-05-20Fix the SET_ADDRESS_HF() macro.Guy Martin1-1/+1
2014-05-20SSL/TLS: Add Padding Extension (20)Alexis La Goutte2-2/+52
2014-05-20Fix error in dcbx feature TLV dissection. Willing and Error bits were flippedAnish Bhatt1-6/+6
2014-05-20Update ELP LCAF dissection to new draft revisionLorand Jakab1-8/+9
2014-05-20Dissect Key/Value Address Pair LCAFLorand Jakab1-2/+139
2014-05-20PCP: Remove whitespace before (Alexis La Goutte1-93/+93
2014-05-20PCP: Discovering NAT64 IPv6 Prefixes Using the Port Control Protocol (RFC7225)Alexis La Goutte1-0/+59
2014-05-20PCP: Add Description Option for the Port Control Protocol (RFC 7220)Alexis La Goutte1-0/+11
2014-05-20PCP : Enhance display of Option...Alexis La Goutte1-13/+23
2014-05-19DIS: update enumerations to SISO-REF-010-00v20-0Mark Weel1-172/+468
2014-05-19Remove incorrect _U_ flag in dissect_mausb signatureSean O. Stalley1-2/+1
2014-05-19Fix warning about the adaptation field control for docsis packet. The specs a...Guy Martin1-2/+2
2014-05-19Increase frag_id for self contained subpackets in mp2t packets. This fix leng...Guy Martin1-1/+2
2014-05-19convert SEK and SIV to their binary form only once when a new key/iv isMartin Kaiser1-13/+24
2014-05-19change the satellite frequency into a float (freq in GHz)Martin Kaiser1-10/+9
2014-05-19Add new proto_tree_add_format_text() functionJakub Zawadzki21-162/+88
2014-05-19ip: display calculated checksumPeter Wu1-2/+15
2014-05-19udp: display calculated checksumPeter Wu1-1/+14
2014-05-19Use g_ alloced memory (instead of emem) when printing fields. emem shouldn't...Michael Mann2-49/+22
2014-05-19MySQL: fix soft-deprecated APIsAlexis La Goutte1-16/+16
2014-05-19MySQL: add new (extended) Capability flagsAlexis La Goutte1-6/+49
2014-05-19Mysql : add new flag for server status flagsAlexis La Goutte1-2/+19
2014-05-18Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-05-18Only call ep_tcp_port_to_display/ep_udp_port_to_display once for sorce andAndersBroman2-15/+23