aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte43-79/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte4-8/+0
2014-03-31Doc tweaks and macro parameterizationEvan Huus2-62/+73
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte13-25/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte38-113/+37
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte2-4/+0
2014-03-31Use tvb_get_string_enc() with UTF_8 when checking headers as it's faster.AndersBroman1-1/+1
2014-03-31According to RFC 3261AndersBroman1-50/+51
2014-03-31Inlining wmem_strbuf_grow seems to give better performance.AndersBroman1-1/+1
2014-03-31Fix Argument with 'nonnull' attribute passed null found by ClangAlexis La Goutte1-0/+1
2014-03-31packet-osc dissector bug fix of path validity funcHanspeter Portner1-2/+3
2014-03-30[Automatic manuf, services and enterprise-numbers update for 2014-03-30]Gerald Combs1-6/+138
2014-03-29Rename "size" variable to "length", to match other string routines.Guy Harris1-4/+4
2014-03-29Use sized strbufs when extracting tvb stringsEvan Huus1-33/+19
2014-03-29Splay tree implementation for wmemEvan Huus6-1/+711
2014-03-29Tighten the NO_MORE_DATA_CHECK macrosEvan Huus2-2/+2
2014-03-29Fix some compiler issues on windows with Lua 5.2Hadriel Kaplan4-6/+13
2014-03-29Implement finalize() method for wmem strbuf.Evan Huus3-0/+30
2014-03-28Please checkAPI.plPascal Quantin1-3/+3
2014-03-28Add handling of OSC over TCP; fix a bug in the UDP heuristic.Bill Meier1-26/+92
2014-03-28tvb_get_ascii_string is really expensive. On a large capture file which IAndersBroman2-49/+49
2014-03-28Allow chained calls with Lua TreeItem functions, and fix a couple of minor er...Hadriel Kaplan5-23/+121
2014-03-27dissect sRGB chunkMartin Kaiser1-0/+23
2014-03-27use an expert info if a png chunk is too large for usMartin Kaiser1-8/+20
2014-03-27Add dissection of 3G Interface Type package and add some comments aboutAndersBroman2-4/+54
2014-03-27Regenerate the dissector with the latest template.AndersBroman1-2/+2
2014-03-27NAS EPS: display also detach cause in case of network initiated procedurePascal Quantin1-7/+11
2014-03-27MBIM: fix identification of DSS streams and add a way to register an external...Pascal Quantin2-10/+19
2014-03-27From Martin Mathiesson: Display Detach Type in info col.AndersBroman1-2/+8
2014-03-27Add paths to Lua package.path so require works for user scriptsHadriel Kaplan2-3/+64
2014-03-26two more chunk namesMartin Kaiser1-0/+4
2014-03-26add some more chunk namesMartin Kaiser1-0/+8
2014-03-26clean up the png dissectorMartin Kaiser1-64/+69
2014-03-26use the correct png chunk lenMartin Kaiser1-1/+1
2014-03-26Fix off by one errorAndersBroman1-4/+4
2014-03-26Add various functions for Lua directory handling and path infoHadriel Kaplan10-197/+465
2014-03-26Add filterable expert info for LuaHadriel Kaplan9-54/+534
2014-03-25LTE RRC: fix dissection of SystemInfoListGERAN IEPascal Quantin1-1/+8
2014-03-25MBIM: fix dissection of control packets when capturing with usbmonPascal Quantin5-18/+32
2014-03-25no need for if(tree)Martin Kaiser1-72/+55
2014-03-25use wmem_ascii_strdown()Martin Kaiser1-6/+4
2014-03-25if a .png file is sent on the application mmi resource, pass the fileMartin Kaiser1-2/+22
2014-03-25Strengthen RANAP heuristic.AndersBroman1-4/+13
2014-03-25Introduce wmem_ascii_strdown()AndersBroman3-0/+44
2014-03-25Bluetooth: Fix wrong recognized RFCOMM servicesMichal Labedzki2-32/+105
2014-03-25Bluetooth: AVDTP: Add option to disable Force Codec preferenceMichal Labedzki1-3/+5
2014-03-25Don't register in the rtp.pt table if the pt value is set to zero.AndersBroman1-3/+4
2014-03-25DHCP/BOOTP: Add specific 43 Option when Class is ArubaAP or ArubaInstantAPAlexis La Goutte1-0/+46
2014-03-25Enhance Lua API doc generator and add more API infoHadriel Kaplan13-1054/+1502