index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
asn1
/
rtse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused const variables errors seen with recent Clang version
Pascal Quantin
2014-03-15
1
-0
/
+3
*
Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...
Bill Meier
2014-02-26
1
-2
/
+2
*
Remove $Id$ from the ASN.1 dissectors and regenerate them.
Jeff Morriss
2014-02-18
8
-17
/
+0
*
Add back the fix from revision 54693.
Stig Bjørlykke
2014-01-27
1
-0
/
+3
*
Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
Alexis La Goutte
2014-01-13
1
-1
/
+1
*
Reject the packet if data is NULL without doing anything else.
Chris Maynard
2013-12-09
1
-11
/
+5
*
- Forward declaration of register functions.
Anders Broman
2013-12-08
1
-0
/
+3
*
In an effort to reduce the use of pinfo->private_data (and some true global v...
Michael Mann
2013-11-05
2
-27
/
+33
*
Require dissector_try_string to pass a data parameter to its subdissectors. ...
Michael Mann
2013-11-02
1
-1
/
+1
*
From didier gautheron: remove redundant or use faster col_xxx functions
Bill Meier
2013-10-29
1
-3
/
+3
*
expert_add_info_format_text -> expert_add_info_format
Michael Mann
2013-09-09
1
-1
/
+1
*
Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...
Jakub Zawadzki
2013-07-17
1
-1
/
+1
*
Remove check_col() from ASN.1 dissectors
Michael Mann
2013-06-14
1
-2
/
+1
*
Convert ASN.1 dissectors to use filterable expert info.
Michael Mann
2013-06-03
1
-7
/
+14
*
Allow generating some more dissectors with cmake.
Jörg Mayer
2013-05-07
1
-0
/
+34
*
Just whitespace changes
Jörg Mayer
2013-05-05
1
-1
/
+2
*
Stub cmake support for generating the asn1 dissectors.
Jörg Mayer
2013-04-23
1
-0
/
+23
*
Don't wire into the reassembly code the notion that reassemblies should
Guy Harris
2013-03-22
1
-9
/
+9
*
How can I get a new tvbuff that starts at an offset within a given
Guy Harris
2013-02-19
1
-1
/
+1
*
Fix a bunch of warnings.
Guy Harris
2012-12-26
1
-2
/
+2
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-3
/
+1
*
Propage changes done in generated dissectors to asn1/
Jakub Zawadzki
2012-09-10
2
-14
/
+16
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
5
-5
/
+5
*
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2012-01-13
1
-1
/
+0
*
Don't generate the conformance file for exported types when building the
Jeff Morriss
2011-10-14
1
-1
/
+1
*
Build the ASN.1 dissectors directly into epan/dissectors (rather than building
Jeff Morriss
2011-10-10
1
-4
/
+0
*
Get rid of check_col, while at it set ENC.
Anders Broman
2011-09-27
1
-4
/
+4
*
Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.
Stig Bjørlykke
2011-07-19
1
-1
/
+1
*
Use correct encoding for proto_tree_add_item().
Stig Bjørlykke
2011-07-19
1
-1
/
+1
*
Introduce "Fragment count" filter element for all protocols doing reassembly.
Stig Bjørlykke
2011-01-30
1
-0
/
+5
*
Cleanup reassembly hf entries.
Stig Bjørlykke
2010-09-30
1
-9
/
+8
*
Display octet string fragments for RTSE segment data.
Stig Bjørlykke
2010-08-24
1
-4
/
+7
*
Indicate abort and abort-reason in info column.
Stig Bjørlykke
2010-08-24
1
-0
/
+17
*
Add Id.
Anders Broman
2010-08-24
2
-0
/
+2
*
Added Info for RTTPapdu.
Stig Bjørlykke
2010-08-16
1
-0
/
+10
*
Display RefuseReason in Info column.
Stig Bjørlykke
2010-06-10
1
-0
/
+15
*
#include <string.h> and/or #include <stdio.h> not needed.
Bill Meier
2010-04-07
1
-2
/
+0
*
#include <stdio.h> not needed.
Bill Meier
2010-04-06
1
-1
/
+0
*
Introduce "Reassembled length" filter element for all protocols doing
Stig Bjørlykke
2010-02-02
1
-0
/
+6
*
Make all proto_* values static.
Stig Bjørlykke
2009-10-11
1
-1
/
+1
*
Remove unused NEED_PACKET_PROTO_H variable
Kovarththanan Rajaratnam
2009-10-08
1
-1
/
+0
*
Don't guard col_clear with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-2
/
+1
*
Don't guard col_set_str (COL_PROTOCOL) with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-2
/
+1
*
From Kovarththanan Rajaratnam:
Stig Bjørlykke
2009-06-23
1
-4
/
+4
*
Added expert info for Unknown RTSE PDU.
Stig Bjørlykke
2009-05-20
1
-1
/
+9
*
Added expert info for OID not implemented.
Stig Bjørlykke
2009-05-20
1
-6
/
+5
*
Move find_dissector (2x) to fcn called by proto_reg_hand_off in other dissectors
Bill Meier
2008-11-04
1
-6
/
+10
*
- Removed some unused variables in asn1 dissectors
Stig Bjørlykke
2008-01-16
1
-3
/
+0
*
asn1/*/Makefile.nmake were not part of the source package.
Jörg Mayer
2007-12-19
1
-1
/
+2
*
ANSI TCAP regenerated and tested with -T -X asn2wrs options
Tomas Kukosa
2007-12-10
1
-1
/
+1
[next]