| Commit message (Expand) | Author | Age | Files | Lines |
* | From Mike Garratt: | Anders Broman | 2012-11-19 | 17 | -208/+728 |
* | Make it easier to switch between GTK2 and GTK3. | Anders Broman | 2012-11-19 | 1 | -1/+4 |
* | From l.wachowski: | Anders Broman | 2012-11-19 | 1 | -4/+2 |
* | If tshark doesn't fail when building the tree, try again without -V. | Jeff Morriss | 2012-11-19 | 1 | -1/+7 |
* | Was not allocating a large enough element array for tput graphs. | Martin Mathieson | 2012-11-18 | 1 | -4/+5 |
* | Added check for missing/empty ProtoField abbrev. | Stig Bjørlykke | 2012-11-18 | 1 | -0/+4 |
* | Check if we have a filter name. | Anders Broman | 2012-11-18 | 1 | -0/+5 |
* | Enhance error output. | Anders Broman | 2012-11-18 | 1 | -1/+1 |
* | From Wido Kelling | Martin Kaiser | 2012-11-18 | 1 | -4/+5 |
* | - Make perform_zoom() quickly return if graph already fully zoomed out | Martin Mathieson | 2012-11-18 | 1 | -205/+212 |
* | [Automatic manuf, services and enterprise-numbers update for 2012-11-18] | Gerald Combs | 2012-11-18 | 3 | -27/+240 |
* | Fix some blurbs that matched the field tag. | Guy Harris | 2012-11-18 | 1 | -194/+194 |
* | Move all the AMF stuff under the AMF protocol, as AMF, while it's used | Guy Harris | 2012-11-18 | 1 | -241/+236 |
* | More TODOs: | Guy Harris | 2012-11-18 | 1 | -0/+8 |
* | You can't return from inside a TRY/CATCH/ENDTRY block (see | Guy Harris | 2012-11-18 | 2 | -26/+66 |
* | Support the older format of SR failure for a while longer. | Martin Mathieson | 2012-11-18 | 1 | -2/+6 |
* | In the heuristic T.124 dissector, catch BoundsError and | Guy Harris | 2012-11-18 | 2 | -20/+44 |
* | Add channel type & ID to sequence analysis expert item strings. | Martin Mathieson | 2012-11-17 | 1 | -33/+63 |
* | Squelch another warning. | Guy Harris | 2012-11-17 | 1 | -1/+1 |
* | Squelch a warning (not enough data flow analysis is done to know that | Guy Harris | 2012-11-17 | 1 | -1/+1 |
* | Handle the pseudo-trailer for the ATN extended checksums by passing in | Guy Harris | 2012-11-17 | 4 | -181/+231 |
* | Fix tpyoes. | Guy Harris | 2012-11-17 | 1 | -2/+2 |
* | There's no point in initializing variables to 0 when we unconditionally assign | Evan Huus | 2012-11-17 | 1 | -2/+2 |
* | From Stephen Wall: | Jaap Keuter | 2012-11-17 | 2 | -0/+4 |
* | Default to *not* decoding the ATN flavor of COTP, so that, for example, | Guy Harris | 2012-11-17 | 1 | -1/+1 |
* | dissect ask_release_reply apdu | Martin Kaiser | 2012-11-17 | 1 | -0/+17 |
* | Get rid of extra blank lines and trailing white space. | Guy Harris | 2012-11-17 | 1 | -11/+6 |
* | Clean up white space. | Guy Harris | 2012-11-17 | 1 | -556/+562 |
* | Get rid of /* FALLTHROUGH */ comments that don't refer to falling | Guy Harris | 2012-11-17 | 1 | -19/+31 |
* | Fix checksum handling (using val_to_str() on a Boolean is overkill, and | Guy Harris | 2012-11-17 | 1 | -36/+57 |
* | Note that: | Guy Harris | 2012-11-17 | 1 | -3/+3 |
* | Add casts to let the compiler know that we know what we're doing here. | Guy Harris | 2012-11-16 | 1 | -4/+4 |
* | Thank you, llvm-gcc, for eliminating much of the dataflow analysis that | Guy Harris | 2012-11-16 | 1 | -1/+1 |
* | Add support for dissecting AMF messages; register the dissector for them | Guy Harris | 2012-11-16 | 1 | -300/+1037 |
* | Fix the main dissect_PROTO signature | Jörg Mayer | 2012-11-16 | 1 | -1/+1 |
* | Missed a "," | Anders Broman | 2012-11-16 | 1 | -1/+1 |
* | Fix: | Anders Broman | 2012-11-16 | 1 | -0/+1 |
* | From guettler: | Anders Broman | 2012-11-16 | 5 | -175/+997 |
* | From Jérôme LAFORGE: | Anders Broman | 2012-11-16 | 1 | -67/+158 |
* | From Jérôme LAFORGE: | Anders Broman | 2012-11-16 | 1 | -0/+15 |
* | From Dirk: | Anders Broman | 2012-11-16 | 4 | -24/+13 |
* | From Chris Bontje: | Anders Broman | 2012-11-16 | 1 | -5/+24 |
* | Added a try-catch in the heuristics to avoid a false malformed packet | Stig Bjørlykke | 2012-11-16 | 2 | -18/+26 |
* | Higlight the Header bytes. | Anders Broman | 2012-11-16 | 1 | -1/+3 |
* | If we have an com_context_id entry reuse that. | Anders Broman | 2012-11-16 | 3 | -280/+361 |
* | Include channel details in PDCP sequence analysis expert info strings. | Martin Mathieson | 2012-11-15 | 1 | -8/+17 |
* | Add and prettify debug info - will regenerate dissector later | Anders Broman | 2012-11-15 | 1 | -49/+105 |
* | Add SVN Id. Fix up indentation some and remove some not-very-useful comments ... | Jeff Morriss | 2012-11-14 | 3 | -117/+118 |
* | Remove some non-ASCII chars from enum values. | Jeff Morriss | 2012-11-14 | 1 | -8/+8 |
* | f_teid_interface_type is 6 bits from Rel 10 | Anders Broman | 2012-11-14 | 1 | -2/+10 |