aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki6-35/+12
2013-07-11tvbuff: try to fix compilation problems for C++-like compilers.Jakub Zawadzki1-14/+19
2013-07-10Upgrade NAS disssectors to v11.7.0Pascal Quantin2-2/+32
2013-07-10tvbuff: remove ->tvb_init() from opsJakub Zawadzki2-43/+15
2013-07-10tvbuff: allow tvb-implementations using their own structure (it's fine as lon...Jakub Zawadzki2-36/+91
2013-07-10Fix previous commit. Devel env with -w in CFLAGS is not so good idea...Jakub Zawadzki2-9/+9
2013-07-10tvbuff: replace type with operation vtableJakub Zawadzki3-140/+181
2013-07-10Document that ProtoField INT64 and UINT64 does not support value string.Stig Bjørlykke1-2/+2
2013-07-10Use luaL_optnumber for ProtoField mask, to avoid a signed cast.Stig Bjørlykke1-3/+3
2013-07-10Add strnatcmp by Martin Pool for 'natural order' string comparisons, and make...Chris Maynard4-0/+254
2013-07-10From Javier Godoy:Anders Broman1-9/+20
2013-07-10The last bits of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8828Evan Huus1-16/+84
2013-07-09tvbuff: use ep_strbuf_append_unichar()Jakub Zawadzki1-26/+6
2013-07-09fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8916Martin Kaiser1-4/+8
2013-07-09Upgrade LTE RRC dissector to v11.4.0Pascal Quantin1-5/+97
2013-07-09Fix some uninitialized variable warnings reported in bug 8904 (https://bugs.w...Michael Mann1-11/+1
2013-07-09tvb subset: move setting tvb->ds_tvb to tvb_new_with_subset()Jakub Zawadzki1-18/+6
2013-07-09From Javier Godoy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=890...Alexis La Goutte1-128/+147
2013-07-09prefs.c: In function 'capture_column_set_cb':Anders Broman1-1/+0
2013-07-09From Cal Turney:Anders Broman1-92/+139
2013-07-09Batch of filterable expert infos.Michael Mann15-79/+203
2013-07-08Fix the very long loop reported in https://bugs.wireshark.org/bugzilla/show_b...Jeff Morriss1-48/+31
2013-07-08Fix "Could not compile color filter "Checksum Errors" from saved filters: eth...Pascal Quantin1-1/+1
2013-07-08New Qt feature: Show related packet list items in the frame numberGerald Combs2-2/+8
2013-07-08Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2013-07-08Fixes for tmp_fld_check_value():Jakub Zawadzki1-8/+11
2013-07-07ups? first add + 1, then multiply.Jakub Zawadzki1-1/+1
2013-07-07fixed a typo in the expert infosMartin Kaiser1-2/+2
2013-07-07tree_is_expanded: make it bit array.Jakub Zawadzki1-10/+15
2013-07-07Make tree_is_expanded array static, add setter/getter function.Jakub Zawadzki2-8/+21
2013-07-07A bit more of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8828Evan Huus1-8/+23
2013-07-06Revert part of r50415. As pointed out by Jakub, some of the value_stringEvan Huus1-4/+5
2013-07-06proto.c: add few more cases when oct/hex can show up with signed numberJakub Zawadzki1-7/+2
2013-07-06From Marko Hrastovec viaEvan Huus1-1/+1
2013-07-06Add UE Id to UDP framing protocolPascal Quantin2-0/+7
2013-07-06Count SDUs even when dumping only the MAC headerPascal Quantin1-1/+2
2013-07-06Squelch some warnings that show up with, for example, the GCC 4.2.1 thatGuy Harris1-1/+1
2013-07-06Use epan-scoped memory for 6lowpan preference names. Another ~300 bytes gone.Evan Huus1-5/+3
2013-07-06Use epan-scoped memory for XML field strings. Another ~35KB leaks fixed.Evan Huus1-3/+3
2013-07-06Wmem-ify value-strings. Another ~10KB gone.Evan Huus2-9/+11
2013-07-06Use epan-scoped memory for h248 packages. Fixes another ~24KB of leaks.Evan Huus1-3/+3
2013-07-06Regenerate p1 dissector.Evan Huus1-2/+2
2013-07-06Build dynamic diameter value_string arrays with wmem arrays not garrays.Evan Huus1-8/+10
2013-07-06Add wmem_array_sort() which just hands off to the standard library's qsort().Evan Huus3-1/+42
2013-07-06Remove unused data structures from new expert code. Cleans up another ~17KBEvan Huus1-29/+1
2013-07-06Convert xml's dynamic hf array from a garray to a wmem_array. Cleans up anotherEvan Huus1-13/+12
2013-07-06Allocate expert protocol structs with wmem, cleans up a few KB of leaks inEvan Huus1-1/+2
2013-07-06Build diameter's hf array in a wmem array instead of a garray. Fixes ~270KB ofEvan Huus1-11/+10
2013-07-06In some versions of some OSes, even <string.h> declares index() underGuy Harris2-4/+4
2013-07-06Trivial code style: use wmem_new in a few places, and remove extraneousEvan Huus2-3/+3