summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-06Fixup stat_tap table freeing.Gerald Combs10-25/+90
2015-08-06Add an elide mode preference for the Qt packet list.Gerald Combs5-0/+48
2015-08-06Use int_to_qstring in a few more places.Gerald Combs5-10/+11
2015-08-06[MSVC 2015]Once agin revert tho original, now as a separate patch.AndersBroman1-1/+1
2015-08-06include <stdlib.h> to make windows build boot happy.AndersBroman1-0/+2
2015-08-06Fix pcapng.c:3788: warning: implicit conversion shortens 64-bit value into a ...AndersBroman1-1/+1
2015-08-06Bluetooth: Fix some MSVC2015 warnings/errorsMichal Labedzki4-42/+42
2015-08-06Try to fix dist.Gerald Combs1-0/+1
2015-08-06Pcapng: support Name Resolution Block optionsHadriel Kaplan18-158/+473
2015-08-06Add ui_gsm_map_summary_dialog.h so it goes into the source tarball.Guy Harris1-0/+1
2015-08-06Fix some encoding arguments.Guy Harris1-103/+103
2015-08-06Fix a bunch of typoes in variable and field names.Guy Harris1-9/+9
2015-08-06Convert the GSM MAP stats to new "generic stat API".Gerald Combs24-551/+966
2015-08-06Add proper base prefixes in display filter expressions.Gerald Combs3-2/+38
2015-08-06Cleanup a bunch of 802.11ad stuff.Guy Harris1-189/+211
2015-08-05Output xhtml guides everywhere.Gerald Combs1-2/+3
2015-08-05epl: Fix Payload sub-dissectionRoland Knall1-5/+6
2015-08-05Clean up some fields.Guy Harris1-19/+18
2015-08-05openSAFETY: Better display of packet infoRoland Knall1-20/+29
2015-08-05Make sure we use "*.html" in our chunked output.Gerald Combs1-1/+1
2015-08-05Revert "[MSVC 2015] Fix errors seen with the released version by reverting th...Michal Labedzki5-7/+37
2015-08-05Generate XHTML5 documentation.Gerald Combs1-2/+2
2015-08-05[MSVC 2015] Fix errors seen with the released version by reverting theAndersBroman5-37/+7
2015-08-05[MSVC 2015] Compiler and visual studio version are off by 5 not 6 in MSVCAndersBroman1-2/+17
2015-08-05MAC CTRL: fix dissection of PAUSE framePascal Quantin1-23/+38
2015-08-04Convert the GSM A stats to new "generic stat API".Gerald Combs5-797/+363
2015-08-04Convert Camel tap stats to new "generic stat API".Gerald Combs12-429/+231
2015-08-04Remove the CLI H.225 counter.Gerald Combs3-429/+0
2015-08-04Don't zero stat tap elements.Gerald Combs1-1/+0
2015-08-04Fix the selected packet indicator width.Gerald Combs1-1/+1
2015-08-04Convert H.225 tap stats to new "generic stat API".Gerald Combs11-637/+863
2015-08-04Zero stat table elements instead of freeing them.Gerald Combs1-4/+1
2015-08-04EPL: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-20/+16
2015-08-04MIB/OID Fix assertion in proto.c tmp_fld_check_assert().AndersBroman1-1/+1
2015-08-04Rename nettrace3gpp324423 to 3gpp32423Luke Mewburn1-1/+1
2015-08-04[ISUP] Read the country code at offsetAndersBroman1-1/+1
2015-08-04tvb_new_octet_aligned() should return both the captured and reportedAndersBroman1-1/+1
2015-08-03Update a comment to reflect reality as of 1997.Guy Harris1-1/+8
2015-08-03Give an I-D reference for this.Guy Harris1-0/+1
2015-08-03TFTP: strengthen heuristic used over STUN/TURNMartin Mathieson1-0/+20
2015-08-03Make sure per-packet tap callbacks return gbooleans.Gerald Combs11-44/+40
2015-08-02Skip files larger than 8MB in valgrind fuzzingEvan Huus1-1/+1
2015-08-02qt: fix scrollbar crash applying conv. filterEvan Huus1-1/+1
2015-08-02HTTP2: remove weak part of the heuristicPascal Quantin1-6/+2
2015-08-02proto.c: exclude hf_text_only from proto_registrar_is_protocol()Pascal Quantin1-1/+1
2015-08-02CoAP: add media type number for application/cborHauke Mehrtens1-0/+1
2015-08-02[Automatic update for 2015-08-02]Gerald Combs18-4795/+6959
2015-08-01Set the reported length of chunk data correctly.Guy Harris1-16/+15
2015-08-01MS-WSP: fix some Coverity warningsPascal Quantin1-7/+6
2015-08-01PNRP: add support for message reassemblyPascal Quantin1-392/+492