aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-09-07- no need for a doubly-linked list of TVBs, single is simplerEvan Huus3-12/+25
2013-09-07Added pinfo.can_desegment to lua script.Stig Bjørlykke1-0/+8
2013-09-07Batch of filterable expert infoMichael Mann9-228/+320
2013-09-07Display GTPv2 Area Code fields (which show up in some DIAMETER AVPs) asEvan Huus1-7/+7
2013-09-07Callers of tvb_per_bit_string expect that the returned value_tvb is non-NULL.Evan Huus1-0/+18
2013-09-07Add modelines, use consistent indentation in address.hEvan Huus2-129/+152
2013-09-07Added support for a "prefs_change" function in Lua scripts, which is calledStig Bjørlykke3-8/+44
2013-09-07Added support for integer range in DissectorTable_add and DissectorTable_remove.Stig Bjørlykke1-6/+28
2013-09-07A small documentation fix for DissectorTable_remove.Stig Bjørlykke1-1/+1
2013-09-07Added syntax and range checks for Lua Prefs.range default values.Stig Bjørlykke1-7/+26
2013-09-07 coverity 1047692: check return value of inet_pton()Martin Kaiser1-2/+11
2013-09-07From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9105 :Pascal Quantin2-33/+74
2013-09-06Make the Lua dissector "init" routine work again.Stig Bjørlykke1-12/+2
2013-09-06Deduplicate some type and field names.Gerald Combs1-100/+100
2013-09-06Convert to wmem, and as per Michael's suggestion inEvan Huus1-10/+10
2013-09-06Set length and contents to 0/NULL if the blob is empty. FixesEvan Huus1-0/+2
2013-09-05Get rid of a duplicated filter name.Anders Broman1-13/+7
2013-09-05add casts to make my compiler (gcc 4.6.3) happyMartin Kaiser1-3/+3
2013-09-05Display "TEID/GRE Key" field consistently as hexadecimal since 3GPP TS 36.444...Chris Maynard1-1/+1
2013-09-05Make "content blob" dynamically sized so it doesn't take up 20k of memory per...Michael Mann1-10/+30
2013-09-05Add an expert info if we see content-length header and chunked encodingEvan Huus1-2/+12
2013-09-05As per the HTTP spec, prefer chunked transfer-encoding to content-length if weEvan Huus1-38/+38
2013-09-05The length field is retrieved from the packet in bytes, not bits, so stopEvan Huus1-3/+3
2013-09-05Move where timing reference for DRX timers will be setMartin Mathieson1-27/+29
2013-09-05Convert atn-* dissectors to wmem. No emem in new code please!Evan Huus4-54/+45
2013-09-05Generated file differs in whitespace output Jörg Mayer1-1/+1
2013-09-05From Christoph Viethen:Anders Broman1-1/+1
2013-09-05From Chris Bontje:Anders Broman1-17/+89
2013-09-05From Mathias Guettler:Anders Broman1-0/+4
2013-09-05From Mathias Guettler:Anders Broman4-0/+11889
2013-09-053GPP-MS-TimeZone value is not decoded in RADIUS and DIAMETER messages.Anders Broman2-1/+85
2013-09-05From Dirk:Anders Broman3-46/+41
2013-09-05Fix some expert filter field names (one of which was illegal)Michael Mann1-15/+15
2013-09-05Remove commented out expert_add_info_formatMichael Mann1-5/+0
2013-09-05Add filterable expert info to dissect_802_3() and clean up the shrapnel.Michael Mann8-8/+26
2013-09-05Batch of filterable expert info.Michael Mann3-171/+248
2013-09-04dissect some more items of the smart card descriptorMartin Kaiser1-6/+78
2013-09-04Remove some emem functions that have now been completely replaced by wmem.Evan Huus2-78/+0
2013-09-04Remove what appear to be the last two instances of pe_tree. Could this be theEvan Huus3-12/+14
2013-09-04Improve the display of AUTH related parameters.Michael Tüxen1-11/+19
2013-09-04Use epan-scoped memory for building more of the diameter table stuff.Evan Huus1-16/+16
2013-09-04Convert GCP to wmem. It is only called from dissectors in the proper scopeEvan Huus2-72/+72
2013-09-04From Katrina Zhang:Anders Broman1-3/+4
2013-09-04From Katrina Zhang:Anders Broman1-3/+3
2013-09-04From Katrina Zhang:Anders Broman1-4/+12
2013-09-04Another small step towards modelling and reporting upon DRX state inMartin Mathieson1-27/+70
2013-09-04Always initialize the hash when dissecting nfsv3 file handle. Fixes the recentEvan Huus1-0/+5
2013-09-04From Tyson Key:Anders Broman1-0/+10
2013-09-03From Andreas Urke via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9091 :Pascal Quantin1-43/+86
2013-09-03Remove obsolete codePascal Quantin1-24/+0